Tim Wawrzynczak has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/63556 )
Change subject: mb/google/brya/var/redrix: Add alias back to RP6 WWAN device ......................................................................
mb/google/brya/var/redrix: Add alias back to RP6 WWAN device
This alias name is required for the mainboard.c code to generate the appropriate power-off seqeuence for use during orderly S5 shutdown from the OS. It had been accidentally removed, but is required, so this patch adds it.
BUG=b:227788351 TEST=compile
Signed-off-by: Tim Wawrzynczak twawrzynczak@chromium.org Change-Id: I8936a01bd3a6b908033a8c58bd4e84b30d199e98 --- M src/mainboard/google/brya/variants/redrix/overridetree.cb 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/56/63556/1
diff --git a/src/mainboard/google/brya/variants/redrix/overridetree.cb b/src/mainboard/google/brya/variants/redrix/overridetree.cb index 149b4f3..8ea8769 100644 --- a/src/mainboard/google/brya/variants/redrix/overridetree.cb +++ b/src/mainboard/google/brya/variants/redrix/overridetree.cb @@ -198,7 +198,7 @@ register "wake_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_LOW(GPP_A7)" register "add_acpi_dma_property" = "true" use rp6_rtd3 as rtd3dev - device generic 0 on + device generic 0 alias rp6_wwan on probe DB_LTE LTE_PCIE end end