mb/google/octopus/variants/fleex: Disable I2C0 in devicetree
Fleex does not have any device on I2C0 and hence this change disables I2C0 device (16.0) in devicetree and gets rid of the I2C tuning parameters for I2C0. BUG=b:115600671 Change-Id: Ib799eae05b667cee2272bbd37f0ca44b7cec66cd Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://review.coreboot.org/28931 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Justin TerAvest <teravest@chromium.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
778065146c
commit
1f878fc67a
|
@ -18,11 +18,6 @@ chip soc/intel/apollolake
|
||||||
.speed_mhz = 1,
|
.speed_mhz = 1,
|
||||||
.early_init = 1,
|
.early_init = 1,
|
||||||
},
|
},
|
||||||
.i2c[0] = {
|
|
||||||
.speed = I2C_SPEED_FAST,
|
|
||||||
.rise_time_ns = 152,
|
|
||||||
.fall_time_ns = 30,
|
|
||||||
},
|
|
||||||
.i2c[5] = {
|
.i2c[5] = {
|
||||||
.speed = I2C_SPEED_FAST,
|
.speed = I2C_SPEED_FAST,
|
||||||
.rise_time_ns = 104,
|
.rise_time_ns = 104,
|
||||||
|
@ -42,6 +37,7 @@ chip soc/intel/apollolake
|
||||||
}"
|
}"
|
||||||
|
|
||||||
device domain 0 on
|
device domain 0 on
|
||||||
|
device pci 16.0 off end # - I2C 0
|
||||||
device pci 16.1 off end # - I2C 1
|
device pci 16.1 off end # - I2C 1
|
||||||
device pci 17.1 on
|
device pci 17.1 on
|
||||||
chip drivers/i2c/da7219
|
chip drivers/i2c/da7219
|
||||||
|
|
Loading…
Reference in New Issue