siemens/mc_apl5: Remove reduced clock rate for I2C0
There is no device on I2C0 which requires a lower clock rate. Change-Id: Iaf01be5ea4839c54eb2f0ba95bca272970c24bdb Signed-off-by: Mario Scheithauer <mario.scheithauer@siemens.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32139 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Uwe Poeche <uwe.poeche@siemens.com> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
This commit is contained in:
parent
83bb2d44b5
commit
7935b4a89b
|
@ -49,18 +49,6 @@ chip soc/intel/apollolake
|
||||||
# Enable Vtd feature
|
# Enable Vtd feature
|
||||||
register "enable_vtd" = "1"
|
register "enable_vtd" = "1"
|
||||||
|
|
||||||
# Intel Common SoC Config
|
|
||||||
#+-------------------+---------------------------+
|
|
||||||
#| Field | Value |
|
|
||||||
#+-------------------+---------------------------+
|
|
||||||
#| I2C0 | Proximity Sensor |
|
|
||||||
#+-------------------+---------------------------+
|
|
||||||
register "common_soc_config" = "{
|
|
||||||
.i2c[0] = {
|
|
||||||
.speed = I2C_SPEED_STANDARD
|
|
||||||
},
|
|
||||||
}"
|
|
||||||
|
|
||||||
device domain 0 on
|
device domain 0 on
|
||||||
device pci 00.0 on end # - Host Bridge
|
device pci 00.0 on end # - Host Bridge
|
||||||
device pci 00.1 off end # - DPTF
|
device pci 00.1 off end # - DPTF
|
||||||
|
|
Loading…
Reference in New Issue