ARM: dts: msm: Enable flash, PON, PWM & other nodes for Ravelin
Add compatible strings to PON, PWM-LPG, VIBRATOR, FLASH-V2 and PMI632 gpio DT nodes for Ravelin. These were removed from the bulk DT porting for Ravelin on qcom-6.6 device-tree branch. Change-Id: I5e9d6a98fe537b805174b520239f12bfbf676a52 Signed-off-by: Shilpa Suresh <quic_c_sbsure@quicinc.com>
This commit is contained in:
committed by
Niranjan Reddy Dumbala
parent
72acc24a5b
commit
b9affe47c6
@@ -20,6 +20,7 @@
|
||||
#size-cells = <0>;
|
||||
|
||||
pmi632_pon: qcom,power-on@800 {
|
||||
compatible = "qcom,qpnp-power-on";
|
||||
reg = <0x800>;
|
||||
};
|
||||
|
||||
@@ -143,6 +144,7 @@
|
||||
};
|
||||
|
||||
pmi632_gpios: pinctrl@c000 {
|
||||
compatible = "qcom,pmi632-gpio";
|
||||
reg = <0xc000>;
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
@@ -186,12 +188,14 @@
|
||||
#size-cells = <0>;
|
||||
|
||||
pmi632_vib: qcom,vibrator@5700 {
|
||||
compatible = "qcom,qpnp-vibrator-ldo";
|
||||
reg = <0x5700>;
|
||||
qcom,vib-ldo-volt-uv = <3000000>;
|
||||
qcom,disable-overdrive;
|
||||
};
|
||||
|
||||
pmi632_pwm: qcom,pwms@b300 {
|
||||
compatible = "qcom,pwm-lpg";
|
||||
reg = <0xb300>;
|
||||
reg-names = "lpg-base";
|
||||
#pwm-cells = <2>;
|
||||
@@ -256,6 +260,7 @@
|
||||
|
||||
pmi632_lcdb: qpnp-lcdb@ec00 {
|
||||
status = "disabled";
|
||||
compatible = "qcom,lcdb-pmi632";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
reg = <0xec00>;
|
||||
@@ -287,6 +292,7 @@
|
||||
};
|
||||
|
||||
flash_led: qcom,leds@d300 {
|
||||
compatible = "qcom,pmi632-flash-led-v2";
|
||||
reg = <0xd300>;
|
||||
label = "flash";
|
||||
interrupts = <0x3 0xd3 0x0 IRQ_TYPE_EDGE_RISING>,
|
||||
|
Reference in New Issue
Block a user