mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 04:59:05 +00:00
ARM: dts: msm: Add pinctrl node for TLMM on Ravelin SoC
Add pinctrl node with compatibility of qcom,ravelin-pinctrl, to enable Top Level Mode Multiplexer block(TLMM) on Ravelin SoC. Change-Id: I89d879c445ebd3c0614781d239a53359e798c4c2
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
c1a524b8fb
commit
0c93bd2ed7
12
qcom/ravelin-pinctrl.dtsi
Normal file
12
qcom/ravelin-pinctrl.dtsi
Normal file
@@ -0,0 +1,12 @@
|
||||
&soc {
|
||||
tlmm: pinctrl@f000000 {
|
||||
compatible = "qcom,ravelin-pinctrl";
|
||||
reg = <0xf000000 0x1000000>;
|
||||
interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
interrupt-controller;
|
||||
#interrupt-cells = <2>;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -275,3 +275,5 @@
|
||||
|
||||
};
|
||||
|
||||
#include "ravelin-pinctrl.dtsi"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user