mb/siemens/mc_apl2: Switch I2C bus for RX6110SA
With a new HW revision of this board, the connection of the external RTC RX6110SA was changed from I2C bus 0 to I2C bus 3. Change-Id: I10dd44949973ea490b3c7e4ad83d56ce2e566adf Signed-off-by: Mario Scheithauer <mario.scheithauer@siemens.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50391 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
a3544e47fb
commit
1cd95b0acf
|
@ -81,7 +81,10 @@ chip soc/intel/apollolake
|
||||||
end
|
end
|
||||||
device pci 15.0 on end # - XHCI
|
device pci 15.0 on end # - XHCI
|
||||||
device pci 15.1 off end # - XDCI
|
device pci 15.1 off end # - XDCI
|
||||||
device pci 16.0 on # - I2C 0
|
device pci 16.0 on end # - I2C 0
|
||||||
|
device pci 16.1 on end # - I2C 1
|
||||||
|
device pci 16.2 on end # - I2C 2
|
||||||
|
device pci 16.3 on # - I2C 3
|
||||||
# Enable external RTC chip
|
# Enable external RTC chip
|
||||||
chip drivers/i2c/rx6110sa
|
chip drivers/i2c/rx6110sa
|
||||||
register "pmon_sampling" = "PMON_SAMPL_256_MS"
|
register "pmon_sampling" = "PMON_SAMPL_256_MS"
|
||||||
|
@ -96,9 +99,6 @@ chip soc/intel/apollolake
|
||||||
device i2c 0x32 on end # RTC RX6110 SA
|
device i2c 0x32 on end # RTC RX6110 SA
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
device pci 16.1 on end # - I2C 1
|
|
||||||
device pci 16.2 on end # - I2C 2
|
|
||||||
device pci 16.3 on end # - I2C 3
|
|
||||||
device pci 17.0 on end # - I2C 4
|
device pci 17.0 on end # - I2C 4
|
||||||
device pci 17.1 on end # - I2C 5
|
device pci 17.1 on end # - I2C 5
|
||||||
device pci 17.2 on end # - I2C 6
|
device pci 17.2 on end # - I2C 6
|
||||||
|
|
Loading…
Reference in New Issue