diff --git a/qcom/lemans-pinctrl.dtsi b/qcom/lemans-pinctrl.dtsi new file mode 100644 index 00000000..9f30c84a --- /dev/null +++ b/qcom/lemans-pinctrl.dtsi @@ -0,0 +1,2 @@ +&tlmm { +}; diff --git a/qcom/lemans.dtsi b/qcom/lemans.dtsi index 0c5eef68..831d1270 100644 --- a/qcom/lemans.dtsi +++ b/qcom/lemans.dtsi @@ -574,6 +574,16 @@ }; }; + tlmm: pinctrl@f000000 { + compatible = "qcom,lemans-pinctrl"; + reg = <0xf000000 0x1000000>; + interrupts = ; + 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"