Sean Rhodes has submitted this change. ( https://review.coreboot.org/c/coreboot/+/86165?usp=email )
Change subject: mb/starlabs/starbook/{adl_n,mtl}: Don't configure GPE routes ......................................................................
mb/starlabs/starbook/{adl_n,mtl}: Don't configure GPE routes
This are not used or needed, so remove the configuration for them.
Change-Id: Id422f953dae3157a4ecc61421d246ce1d20019a0 Signed-off-by: Sean Rhodes sean@starlabs.systems Reviewed-on: https://review.coreboot.org/c/coreboot/+/86165 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Eric Lai ericllai@google.com Reviewed-by: Jérémy Compostella jeremy.compostella@intel.com --- M src/mainboard/starlabs/starbook/variants/adl_n/devicetree.cb M src/mainboard/starlabs/starbook/variants/mtl/devicetree.cb 2 files changed, 0 insertions(+), 8 deletions(-)
Approvals: Jérémy Compostella: Looks good to me, but someone else must approve Eric Lai: Looks good to me, approved build bot (Jenkins): Verified
diff --git a/src/mainboard/starlabs/starbook/variants/adl_n/devicetree.cb b/src/mainboard/starlabs/starbook/variants/adl_n/devicetree.cb index af9e30e..d84c243 100644 --- a/src/mainboard/starlabs/starbook/variants/adl_n/devicetree.cb +++ b/src/mainboard/starlabs/starbook/variants/adl_n/devicetree.cb @@ -26,10 +26,6 @@ register "pch_slp_sus_min_assertion_width" = "3" # 500ms register "pch_slp_a_min_assertion_width" = "3" # 2s
- register "pmc_gpe0_dw0" = "PMC_GPP_F" - register "pmc_gpe0_dw1" = "PMC_GPP_C" - register "pmc_gpe0_dw2" = "PMC_GPP_E" - # Device Tree device domain 0 on device ref igpu on diff --git a/src/mainboard/starlabs/starbook/variants/mtl/devicetree.cb b/src/mainboard/starlabs/starbook/variants/mtl/devicetree.cb index c02b642..f53b549 100644 --- a/src/mainboard/starlabs/starbook/variants/mtl/devicetree.cb +++ b/src/mainboard/starlabs/starbook/variants/mtl/devicetree.cb @@ -18,10 +18,6 @@ [PchSerialIoIndexUART0] = PchSerialIoSkipInit, }"
- register "pmc_gpe0_dw0" = "PMC_GPP_F" - register "pmc_gpe0_dw1" = "PMC_GPP_C" - register "pmc_gpe0_dw2" = "PMC_GPP_E" - # Device Tree device domain 0 on device ref igpu on