ARM: dts: msm: Adding device tree node for holi pinctrl

Adding device tree node for enabling holi pinctrl.

Change-Id: I16c7dbbee1fb273a757b0f78d04be3caa2454560
This commit is contained in:
Yogesh Lal
2020-02-05 17:26:25 +05:30
committed by Gerrit - the friendly Code Review server
parent a903a9f778
commit fc77c2f29c
2 changed files with 13 additions and 0 deletions

11
qcom/holi-pinctrl.dtsi Normal file
View File

@@ -0,0 +1,11 @@
&soc {
tlmm: pinctrl@400000 {
compatible = "qcom,holi-pinctrl";
reg = <0x400000 0x800000>;
interrupts = <GIC_SPI 227 IRQ_TYPE_LEVEL_HIGH>;
gpio-controller;
#gpio-cells = <2>;
interrupt-controller;
#interrupt-cells = <2>;
};
};

View File

@@ -367,3 +367,5 @@
#mbox-cells = <2>;
};
};
#include "holi-pinctrl.dtsi"