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

Commit f6c0edf4 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add slpi pinctrl to SM6150"

parents af9ba38f ccc85c30
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -35,3 +35,7 @@
&videocc {
	compatible = "qcom,sa6155-videocc", "syscon";
};

&slpi_tlmm {
	status = "ok";
};
+4 −0
Original line number Diff line number Diff line
@@ -53,3 +53,7 @@
&videocc {
	compatible = "qcom,sa6155-videocc", "syscon";
};

&slpi_tlmm {
	status = "ok";
};
+11 −0
Original line number Diff line number Diff line

&soc {
	slpi_tlmm: slpi_pinctrl@62B40000 {
		compatible = "qcom,slpi-pinctrl";
		reg = <0x62B40000 0x20000>;
		qcom,num-pins = <32>;
		clock-names = "ssc-clk";
		clocks =  <&scc SCC_QUPV3_S_HCLK_CLK>;
		status = "disabled";
	};
};
+1 −0
Original line number Diff line number Diff line
@@ -1776,3 +1776,4 @@
};

#include "msm-arm-smmu-sm6150.dtsi"
#include "sm6150-slpi-pinctrl.dtsi"