Aamir Bohra has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/41500 )
Change subject: soc/intel/common/acpi: Remove gpio community range ......................................................................
soc/intel/common/acpi: Remove gpio community range
Remove hardcoded gpio community range, since it might differ across the SOCs.
Change-Id: I79c10669f6096537d466d1abd356d58a50fcb8f5 Signed-off-by: Aamir Bohra aamir.bohra@intel.com --- M src/soc/intel/common/acpi/gpio.asl 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/00/41500/1
diff --git a/src/soc/intel/common/acpi/gpio.asl b/src/soc/intel/common/acpi/gpio.asl index cac3449..dbfa7af 100644 --- a/src/soc/intel/common/acpi/gpio.asl +++ b/src/soc/intel/common/acpi/gpio.asl @@ -3,7 +3,7 @@ /* * Configure GPIO Power Management bits * - * Arg0: GPIO community (0-5) + * Arg0: GPIO community index * Arg1: PM bits in MISCCFG */ Method (CGPM, 2, Serialized)