From b9affe47c68746c2776f291a43cb2aa49330f11a Mon Sep 17 00:00:00 2001 From: Shilpa Suresh Date: Tue, 16 Jul 2024 16:56:35 +0530 Subject: [PATCH] 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 --- qcom/pmi632.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/qcom/pmi632.dtsi b/qcom/pmi632.dtsi index 81017af1..ab5b1805 100644 --- a/qcom/pmi632.dtsi +++ b/qcom/pmi632.dtsi @@ -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>,