Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/37822
to look at the new patch set (#2).
Change subject: mainboard/google/puff: Don't en MAX98357A in dt ......................................................................
mainboard/google/puff: Don't en MAX98357A in dt
Puff doesn't have this packed. 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 wont override the specified children in the base 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/variants/puff/overridetree.cb 1 file changed, 9 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/22/37822/2