Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4c2bf7d9 authored by Subbaraman Narayanamurthy's avatar Subbaraman Narayanamurthy
Browse files

ARM: dts: msm: Specify WLED device configuration for PM855L



Specify the device configuration for WLED peripheral that is
present on PM855L and used on sdm855 platforms. Keep the device
disabled as it should be enabled for platforms with the right
string configuration.

Change-Id: I20957fb4d75712b5fd73338f6884785afa9b7a83
Signed-off-by: default avatarSubbaraman Narayanamurthy <subbaram@codeaurora.org>
parent 1f587275
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -216,6 +216,16 @@
			};
		};

		pm855l_wled: qcom,wled@d800 {
			compatible = "qcom,pm855l-spmi-wled";
			reg = <0xd800 0x100>, <0xd900 0x100>;
			reg-names = "wled-ctrl-base", "wled-sink-base";
			label = "backlight";
			interrupts = <0x5 0xd8 0x1 IRQ_TYPE_EDGE_RISING>;
			interrupt-names = "ovp-irq";
			qcom,pmic-revid = <&pm855l_revid>;
			status = "disabled";
		};
	};
};