ARM: dts: msm: Enable PM8010, flash, PON, PWM & other nodes for parrot

Add compatible strings to PON, PWM-LPG, TRI-LED, VIBRATOR, FLASH-V2,
PM8008/PM8010 regulator and AMOLED regulator DT nodes. These were
removed from the bulk DT porting for Parrot on qcom-6.6 device-tree
branch.

While at it, remove the REVID Device node reference and the WLED and
LCDB device nodes as they are not required for Parrot. These were
initially added as a part of the bulk DT porting done for Parrot on
qcom-6.6.

Change-Id: I59666d86f449fd74366b1862bb23d8762b8abdad
Signed-off-by: Shilpa Suresh <quic_c_sbsure@quicinc.com>
This commit is contained in:
Shilpa Suresh
2024-04-29 15:15:56 +05:30
parent d449e86e8d
commit 43a2e6c759
6 changed files with 27 additions and 78 deletions

View File

@@ -4,6 +4,7 @@
*/
#include <dt-bindings/input/input.h>
#include <dt-bindings/input/qcom,qpnp-power-on.h>
#include <dt-bindings/interrupt-controller/irq.h>
#include <dt-bindings/spmi/spmi.h>
#include <dt-bindings/iio/qcom,spmi-adc7-pm8350b.h>
@@ -25,16 +26,28 @@
#size-cells = <0>;
pon_pbs@800 {
compatible = "qcom,qpnp-power-on";
reg = <0x800>;
qcom,system-reset;
qcom,store-hard-reset-reason;
};
pmk8350_pon: pon_hlos@1300 {
compatible = "qcom,qpnp-power-on";
reg = <0x1300>;
interrupts = <0x0 0x13 0x7 IRQ_TYPE_EDGE_BOTH>,
<0x0 0x13 0x6 IRQ_TYPE_EDGE_BOTH>;
interrupt-names = "kpdpwr", "resin";
qcom,pon_1 {
qcom,pon-type = <PON_POWER_ON_TYPE_KPDPWR>;
linux,code = <KEY_POWER>;
};
qcom,pon_2 {
qcom,pon-type = <PON_POWER_ON_TYPE_RESIN>;
linux,code = <KEY_VOLUMEDOWN>;
};
};
pmk8350_vadc: vadc@3100 {