mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
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:
committed by
Gerrit - the friendly Code Review server
parent
a903a9f778
commit
fc77c2f29c
11
qcom/holi-pinctrl.dtsi
Normal file
11
qcom/holi-pinctrl.dtsi
Normal 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>;
|
||||
};
|
||||
};
|
||||
@@ -367,3 +367,5 @@
|
||||
#mbox-cells = <2>;
|
||||
};
|
||||
};
|
||||
|
||||
#include "holi-pinctrl.dtsi"
|
||||
|
||||
Reference in New Issue
Block a user