Attention is currently required from: Felix Singer, Tim Crawford, Patrick Rudolph, Jeremy Soller, Tim Wawrzynczak, Christian Walter. Hello build bot (Jenkins), Tim Crawford, Nico Huber, Patrick Rudolph, Jeremy Soller, Tim Wawrzynczak, Christian Walter,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/60203
to look at the new patch set (#3).
Change subject: mainboard: Fix DPTF device state in the devicetree on CFL boards ......................................................................
mainboard: Fix DPTF device state in the devicetree on CFL boards
The following mainboards disable the DPTF device in the devicetree despite `Device4Enable` is being set.
* google/hatch
Thus, set it to on to align the devicetree with the option.
The following mainboards enable the DPTF device in the devicetree despite `Device4Enable` is not being set.
* intel/coffeelake_rvp * prodrive/hermes * siemens/chili * system76/bonw14
Thus, set it to off to align the devicetree with the option.
Change-Id: I561598c252c5da64ece569c6ba336852e713ccab Signed-off-by: Felix Singer felixsinger@posteo.net --- M src/mainboard/google/hatch/variants/baseboard/devicetree.cb M src/mainboard/intel/coffeelake_rvp/variants/baseboard/devicetree.cb M src/mainboard/prodrive/hermes/devicetree.cb M src/mainboard/siemens/chili/variants/base/devicetree.cb M src/mainboard/siemens/chili/variants/chili/devicetree.cb M src/mainboard/system76/bonw14/devicetree.cb 6 files changed, 8 insertions(+), 7 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/03/60203/3