Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5e13812b authored by Padmanabhan Komanduru's avatar Padmanabhan Komanduru Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: update the node for FSA4480 switch on sdmmagpie



Update the node for FSA4480 AUX switch on sdmmagpie which is
driven by QUP_SE9 as compared to QUP_SE7 on SM6150.

Change-Id: Ia487e4875367c8c79b866f70d7478dbc12402892
Signed-off-by: default avatarPadmanabhan Komanduru <pkomandu@codeaurora.org>
parent 6154fcdf
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -2979,6 +2979,17 @@
#include "sdmmagpie-coresight.dtsi"
#include "sdmmagpie-usb.dtsi"
#include "sdmmagpie-thermal.dtsi"

&qupv3_se9_i2c {
	status = "ok";
	fsa4480: fsa4480@43 {
		compatible = "qcom,fsa4480-i2c";
		reg = <0x43>;
		pinctrl-names = "default";
		pinctrl-0 = <&fsa_usbc_ana_en>;
	};
};

#include "sdmmagpie-audio.dtsi"

&usb0 {
+0 −10
Original line number Diff line number Diff line
@@ -146,13 +146,3 @@
		elemental-addr = [ff ff ff fe 17 02];
	};
};

&qupv3_se3_i2c {
	status = "ok";
	fsa4480: fsa4480@43 {
		compatible = "qcom,fsa4480-i2c";
		reg = <0x43>;
		pinctrl-names = "default";
		pinctrl-0 = <&fsa_usbc_ana_en>;
	};
};
+10 −0
Original line number Diff line number Diff line
@@ -3142,6 +3142,16 @@
	status = "ok";
};

&qupv3_se3_i2c {
	status = "ok";
	fsa4480: fsa4480@43 {
		compatible = "qcom,fsa4480-i2c";
		reg = <0x43>;
		pinctrl-names = "default";
		pinctrl-0 = <&fsa_usbc_ana_en>;
	};
};

#include "sm6150-camera.dtsi"
#include "sm6150-ion.dtsi"
#include "msm-arm-smmu-sm6150.dtsi"