Hello build bot (Jenkins), Daniel Kurtz,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/37822
to look at the new patch set (#7).
Change subject: mainboard/google/puff: Don't enable MAX98357A in dt ......................................................................
mainboard/google/puff: Don't enable MAX98357A in dt
Puff not have these speaker amps, so don't enable MAX98357A in the devicetree overrides so that the correct SSDT is generated.
We have to do a little bit of magic here to deal with a devicetree compiler limitation when overriding. The issue is that the node override won't override the specified children in the baseboard and so we must force the child to be detected as non-present.
BRANCH=none BUG=b:146519004 TEST=./util/abuild/abuild -p none -t google/hatch -x -a
Change-Id: I8e437d9cd5c4bf66d39e290cc9153e08e32a3389 Signed-off-by: Edward O'Callaghan quasisec@google.com --- M src/mainboard/google/hatch/Kconfig M src/mainboard/google/hatch/variants/puff/overridetree.cb 2 files changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/22/37822/7