Raul Rangel has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/42015 )
Change subject: mb/google/zork: Add HID for max98357a ......................................................................
mb/google/zork: Add HID for max98357a
The default HID was removed by a1c82c5ebee. We need to explicitly specify it.
BUG=b:154756391 TEST=No longer see ERROR: _HID required message in console
Signed-off-by: Raul E Rangel rrangel@chromium.org Change-Id: I0083f98aea55ba262ac44b0018c9c1d2e12d9f8e --- M src/mainboard/google/zork/variants/baseboard/devicetree.cb 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/15/42015/1
diff --git a/src/mainboard/google/zork/variants/baseboard/devicetree.cb b/src/mainboard/google/zork/variants/baseboard/devicetree.cb index c90c322..664e379 100644 --- a/src/mainboard/google/zork/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/zork/variants/baseboard/devicetree.cb @@ -172,6 +172,7 @@ end # domain
chip drivers/generic/max98357a + register "hid" = ""MX98357A"" register "sdmode_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPIO_91)" register "sdmode_delay" = "5" device generic 0.1 on end
Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/42015 )
Change subject: mb/google/zork: Add HID for max98357a ......................................................................
Patch Set 1: Code-Review+2
Aaron Durbin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/42015 )
Change subject: mb/google/zork: Add HID for max98357a ......................................................................
Patch Set 1: Code-Review+2
Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/42015 )
Change subject: mb/google/zork: Add HID for max98357a ......................................................................
mb/google/zork: Add HID for max98357a
The default HID was removed by a1c82c5ebee. We need to explicitly specify it.
BUG=b:154756391 TEST=No longer see ERROR: _HID required message in console
Signed-off-by: Raul E Rangel rrangel@chromium.org Change-Id: I0083f98aea55ba262ac44b0018c9c1d2e12d9f8e Reviewed-on: https://review.coreboot.org/c/coreboot/+/42015 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Furquan Shaikh furquan@google.com Reviewed-by: Aaron Durbin adurbin@chromium.org --- M src/mainboard/google/zork/variants/baseboard/devicetree.cb 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Aaron Durbin: Looks good to me, approved Furquan Shaikh: Looks good to me, approved
diff --git a/src/mainboard/google/zork/variants/baseboard/devicetree.cb b/src/mainboard/google/zork/variants/baseboard/devicetree.cb index c90c322..664e379 100644 --- a/src/mainboard/google/zork/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/zork/variants/baseboard/devicetree.cb @@ -172,6 +172,7 @@ end # domain
chip drivers/generic/max98357a + register "hid" = ""MX98357A"" register "sdmode_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPIO_91)" register "sdmode_delay" = "5" device generic 0.1 on end
9elements QA has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/42015 )
Change subject: mb/google/zork: Add HID for max98357a ......................................................................
Patch Set 2:
Automatic boot test returned (PASS/FAIL/TOTAL): 4/0/4 Emulation targets: "QEMU x86 q35/ich9" using payload TianoCore : SUCCESS : https://lava.9esec.io/r/4840 "QEMU x86 q35/ich9" using payload SeaBIOS : SUCCESS : https://lava.9esec.io/r/4839 "QEMU x86 i440fx/piix4" using payload SeaBIOS : SUCCESS : https://lava.9esec.io/r/4838 "QEMU AArch64" using payload LinuxBoot_u-root_kexec : SUCCESS : https://lava.9esec.io/r/4837
Please note: This test is under development and might not be accurate at all!
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/42015 )
Change subject: mb/google/zork: Add HID for max98357a ......................................................................
Patch Set 2:
(1 comment)
I missed to publish my comment. Please keep it in mind for the future.
https://review.coreboot.org/c/coreboot/+/42015/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/42015/1//COMMIT_MSG@9 PS1, Line 9: The default HID was removed by a1c82c5ebee. We need to explicitly Gerrit does not highlight it. Do you need to add *commit* before the hash?
Please use the style below anyway:
commit a1c82c5ebee (drivers/generic/max98357a: Allow custom _HID from config)