diff options
author | Mario Scheithauer <mario.scheithauer@siemens.com> | 2018-11-06 12:35:26 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-11-07 16:47:48 +0000 |
commit | c77660916ea8fa6545a5a31be477266ba95de251 (patch) | |
tree | 1013ca7db60aed9b7a8e2444e9441c8960d5cfab /src/mainboard | |
parent | f76acba3bfa8c216bc7deb09e39a9cd7ba4672c0 (diff) |
siemens/mc_apl3: Disable I2C7 over devicetree
Disable I2C7 because there is no device connected.
Change-Id: Ie9877d40b06f4a849163a873fd308ff03995fcdc
Signed-off-by: Mario Scheithauer <mario.scheithauer@siemens.com>
Reviewed-on: https://review.coreboot.org/29506
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/siemens/mc_apl1/variants/mc_apl3/devicetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/siemens/mc_apl1/variants/mc_apl3/devicetree.cb b/src/mainboard/siemens/mc_apl1/variants/mc_apl3/devicetree.cb index 36d4dbb20d..b6839c1cb3 100644 --- a/src/mainboard/siemens/mc_apl1/variants/mc_apl3/devicetree.cb +++ b/src/mainboard/siemens/mc_apl1/variants/mc_apl3/devicetree.cb @@ -88,7 +88,7 @@ chip soc/intel/apollolake device pci 17.0 off end # - I2C 4 device pci 17.1 off end # - I2C 5 device pci 17.2 off end # - I2C 6 - device pci 17.3 on end # - I2C 7 + device pci 17.3 off end # - I2C 7 device pci 18.0 on end # - UART 0 device pci 18.1 on end # - UART 1 device pci 18.2 on end # - UART 2 |