mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 05:00:27 +00:00
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:
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user