mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
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:
11
qcom/lahaina-pinctrl.dtsi
Normal file
11
qcom/lahaina-pinctrl.dtsi
Normal 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>;
|
||||
};
|
||||
};
|
||||
@@ -284,3 +284,5 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
#include "lahaina-pinctrl.dtsi"
|
||||
|
||||
Reference in New Issue
Block a user