ARM: dts: msm: Add pinctrl for scuba_auto

Add pinctrl changes for scuba_auto.

Change-Id: If6fb290aaa98713a384082a5bc208fbfa558e7f7
This commit is contained in:
Akshay Adiga
2022-07-25 07:05:28 -07:00
committed by Gerrit - the friendly Code Review server
parent 64702459cc
commit 42d6206007
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1 @@
&soc { } ;

View File

@@ -546,12 +546,24 @@
clock-names = "bus", "bus_a";
clocks = <&rpmcc RPM_SMD_BIMC_CLK>,
<&rpmcc RPM_SMD_BIMC_A_CLK>;
tlmm: pinctrl@500000 {
compatible = "qcom,scuba_auto-pinctrl";
reg = <0x500000 0x300000>;
interrupts = <GIC_SPI 227 IRQ_TYPE_LEVEL_HIGH>;
gpio-controller;
#gpio-cells = <2>;
interrupt-controller;
#interrupt-cells = <2>;
//wakeup-parent = <&wakegic>;
};
};
#include "pm2250-rpm-regulator.dtsi"
#include "scuba-regulator.dtsi"
#include "monaco-gdsc.dtsi"
#include "scuba_auto-pinctrl.dtsi"
&gcc_camss_top_gdsc {
status = "ok";