mirror of https://gitee.com/openkylin/linux.git
ARM: tegra: colibri_t30: annotate power I2C being on-module
The power I2C bus aka PWR_I2C which connects to the audio codec, PMIC, temperature sensor and touch screen controller is really on-module only. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
f7ce7658c0
commit
5ffdfa1aca
|
@ -713,7 +713,7 @@ hdmi_ddc: i2c@7000c700 {
|
|||
|
||||
/*
|
||||
* PWR_I2C: power I2C to audio codec, PMIC, temperature sensor and
|
||||
* touch screen controller
|
||||
* touch screen controller (On-module)
|
||||
*/
|
||||
i2c@7000d000 {
|
||||
status = "okay";
|
||||
|
|
Loading…
Reference in New Issue