ARM: dts: msm: Disable SMBus IO expander on cinder

The SMBus IO expander doesn't need to be controlled on cinder from the
kernel, so remove the line enabling it so it defaults to being disabled
from the kernel's point of view.

Change-Id: I8431f566a738896b51c8c5fe5a632f3545a2c05c
This commit is contained in:
Melody Olvera
2022-09-06 16:36:29 -07:00
parent 64702459cc
commit 4f28efe52d
2 changed files with 2 additions and 2 deletions

View File

@@ -70,7 +70,6 @@
&qupv3_se6_i2c {
clock-frequency = <400000>;
status = "ok";
exp1: gpio@20 {
compatible = "ti,tca6408";
@@ -80,5 +79,6 @@
vcc-supply = <&L15A>;
gpio-controller;
#gpio-cells = <2>;
status = "disabled";
};
};

View File

@@ -62,7 +62,6 @@
&qupv3_se6_i2c {
clock-frequency = <400000>;
status = "ok";
exp1: gpio@20 {
compatible = "ti,tca6408";
@@ -72,5 +71,6 @@
vcc-supply = <&L15A>;
gpio-controller;
#gpio-cells = <2>;
status = "disabled";
};
};