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

Commit c402ccea authored by Rishi Gupta's avatar Rishi Gupta Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: sa515m: enable ssr and wake up sideband support



This commit enables sideband SSR and wake up support
for USB and Ethernet interconnect and unifies the
device tree node declarations among all interconnect
types.

Change-Id: I970641693364f6b48b7e1c0066d5bb0b36bc7c65
Signed-off-by: default avatarRishi Gupta <rishgupt@codeaurora.org>
parent 4833a084
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -41,3 +41,16 @@
&usb {
	qcom,smmu-s1-bypass;
};

&sdx_ext_ipc {
	compatible = "qcom,sa515m-ccard";
	qcom,status-in-gpio = <&tlmm 76 0x00>;
	qcom,status-out-gpio = <&tlmm 33 0x00>;
	qcom,status-out2-gpio = <&tlmm 31 0x00>;
	qcom,wakeup-gpio-in = <&tlmm 77 0x00>;
	qcom,wakeup-gpio-out = <&tlmm 96 0x00>;
	pinctrl-names = "default";
	pinctrl-0 = <&wakeup_gpio_default>;
	qcom,default-policy-nop;
	status = "okay";
};
+4 −0
Original line number Diff line number Diff line
@@ -73,6 +73,10 @@
};

&sdx_ext_ipc {
	compatible = "qcom,sa515m-ccard";
	qcom,status-in-gpio = <&tlmm 76 0x00>;
	qcom,status-out-gpio = <&tlmm 33 0x00>;
	qcom,status-out2-gpio = <&tlmm 31 0x00>;
	qcom,default-policy-nop;
	status = "okay";
};
+13 −0
Original line number Diff line number Diff line
@@ -56,3 +56,16 @@
&usb {
	qcom,num-gsi-evt-buffs = <0x5>;
};

&sdx_ext_ipc {
	compatible = "qcom,sa515m-ccard";
	qcom,status-in-gpio = <&tlmm 76 0x00>;
	qcom,status-out-gpio = <&tlmm 33 0x00>;
	qcom,status-out2-gpio = <&tlmm 31 0x00>;
	qcom,wakeup-gpio-in = <&tlmm 77 0x00>;
	qcom,wakeup-gpio-out = <&tlmm 96 0x00>;
	pinctrl-names = "default";
	pinctrl-0 = <&wakeup_gpio_default>;
	qcom,default-policy-nop;
	status = "okay";
};
+13 −0
Original line number Diff line number Diff line
@@ -41,3 +41,16 @@
&usb {
	qcom,smmu-s1-bypass;
};

&sdx_ext_ipc {
	compatible = "qcom,sa515m-ccard";
	qcom,status-in-gpio = <&tlmm 76 0x00>;
	qcom,status-out-gpio = <&tlmm 33 0x00>;
	qcom,status-out2-gpio = <&tlmm 31 0x00>;
	qcom,wakeup-gpio-in = <&tlmm 77 0x00>;
	qcom,wakeup-gpio-out = <&tlmm 96 0x00>;
	pinctrl-names = "default";
	pinctrl-0 = <&wakeup_gpio_default>;
	qcom,default-policy-nop;
	status = "okay";
};
+6 −5
Original line number Diff line number Diff line
@@ -78,5 +78,6 @@
	qcom,status-in-gpio = <&tlmm 76 0x00>;
	qcom,status-out-gpio = <&tlmm 33 0x00>;
	qcom,status-out2-gpio = <&tlmm 31 0x00>;
	qcom,default-policy-nop;
	status = "okay";
};
Loading