ARM: dts: msm: Add pinctrl node for TLMM on Lahaina SoC

Add pinctrl node with compatiability of qcom,lahaina-pinctrl,
to enable Top Level Mode Multiplexer block(TLMM) on Lahaina SoC.

Change-Id: Iac61248547061d5cb2ec42e442117f676f54ff77
This commit is contained in:
Raghavendra Rao Ananta
2019-06-07 10:59:50 -07:00
parent cb69c692e1
commit fb7773e1a8
2 changed files with 13 additions and 0 deletions

11
qcom/lahaina-pinctrl.dtsi Normal file
View File

@@ -0,0 +1,11 @@
&soc {
tlmm: pinctrl@f000000 {
compatible = "qcom,lahaina-pinctrl";
reg = <0x0F000000 0x1000000>;
interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
gpio-controller;
#gpio-cells = <2>;
interrupt-controller;
#interrupt-cells = <2>;
};
};

View File

@@ -284,3 +284,5 @@
};
};
};
#include "lahaina-pinctrl.dtsi"