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

Commit 105dd8a1 authored by Kavya Nunna's avatar Kavya Nunna
Browse files

ARM: dts: msm: Update PWM and coin cell device configurations for pm8916



Add coin cell device node and update the PWM node to be in compatible 
with the "pwm-qti-lpg" driver for qm215. Also enable the charger,
bms and vibrator nodes for qm215-qrd platform.

Change-Id: I01f3905ceeb8eeadc74ec7211061a65771725f75
Signed-off-by: default avatarKavya Nunna <knunna@codeaurora.org>
parent f67e399a
Loading
Loading
Loading
Loading
+8 −5
Original line number Diff line number Diff line
@@ -80,6 +80,11 @@
					  "pm8916_mpp3", "pm8916_mpp4";
		};

		pm8916_coincell: qcom,coincell@2800 {
			compatible = "qcom,qpnp-coincell";
			reg = <0x2800 0x100>;
		};

		pm8916_rtc: qcom,pm8916_rtc {
			compatible = "qcom,qpnp-rtc";
			#address-cells = <1>;
@@ -299,12 +304,10 @@
		#address-cells = <1>;
		#size-cells = <1>;

		pm8916_pwm: pwm@bc00 {
			compatible = "qcom,qpnp-pwm";
		pm8916_pwm: qcom,pwms@bc00 {
			compatible = "qcom,pwm-lpg";
			reg = <0xbc00 0x100>;
			reg-names = "qpnp-lpg-channel-base";
			qcom,channel-id = <0>;
			qcom,supported-sizes = <6>, <9>;
			reg-names = "lpg-base";
			#pwm-cells = <2>;
		};

+12 −0
Original line number Diff line number Diff line
@@ -15,6 +15,18 @@
	status = "ok";
};

&pm8916_chg{
	status = "ok";
};

&pm8916_bms{
	status = "ok";
};

&pm8916_vib{
	status = "ok";
};

&soc {
	gpio_keys {
		compatible = "gpio-keys";