mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
ARM: dts: msm: Add pinctrl node for TLMM on cinder
Add pinctrl node with compatible qcom,cinder-pinctrl to enable Top Level Mode Multiplexer (TLMM) block on Cinder SoC. Change-Id: I6cf5db3bbebfd41bd5699842e72c7125ca0a39ac
This commit is contained in:
3
qcom/cinder-pinctrl.dtsi
Normal file
3
qcom/cinder-pinctrl.dtsi
Normal file
@@ -0,0 +1,3 @@
|
||||
&tlmm {
|
||||
|
||||
};
|
||||
@@ -192,5 +192,17 @@
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
tlmm: pinctrl@f000000 {
|
||||
compatible = "qcom,cinder-pinctrl";
|
||||
reg = <0xf000000 0x1000000>;
|
||||
interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
interrupt-controller;
|
||||
#interrupt-cells = <2>;
|
||||
};
|
||||
};
|
||||
|
||||
#include "cinder-pinctrl.dtsi"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user