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 LeMans SoC
Add pinctrl node with compatiability of qcom, lemans-pinctrl, to enable Top Level Mode Multiplexer block(TLMM) on LeMans SoC. Change-Id: I7f155d615d4f144ccec9d040cbca4fbda1e9368f
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
a4b060957f
commit
3ef8d925e7
2
qcom/lemans-pinctrl.dtsi
Normal file
2
qcom/lemans-pinctrl.dtsi
Normal file
@@ -0,0 +1,2 @@
|
||||
&tlmm {
|
||||
};
|
||||
@@ -574,6 +574,16 @@
|
||||
};
|
||||
};
|
||||
|
||||
tlmm: pinctrl@f000000 {
|
||||
compatible = "qcom,lemans-pinctrl";
|
||||
reg = <0xf000000 0x1000000>;
|
||||
interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
interrupt-controller;
|
||||
#interrupt-cells = <2>;
|
||||
};
|
||||
|
||||
wdog: qcom,wdt@17c10000 {
|
||||
compatible = "qcom,msm-watchdog";
|
||||
reg = <0x17c10000 0x1000>;
|
||||
@@ -1093,3 +1103,5 @@
|
||||
parent-supply = <&VDD_MM_LEVEL>;
|
||||
status = "ok";
|
||||
};
|
||||
|
||||
#include "lemans-pinctrl.dtsi"
|
||||
|
||||
Reference in New Issue
Block a user