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

Commit 709e28c5 authored by Manaf Meethalavalappu Pallikunhi's avatar Manaf Meethalavalappu Pallikunhi
Browse files

ARM: dts: msm: Define bcl peripheral devicetree node for pmi8937



Currently bcl peripheral node is defined directly under spmi bus node.
But bcl peripheral hardware is part of slave device number 2 in
pmi8937. Define bcl peripheral devicetree node under slave device
number 2 in pmi8937.

Change-Id: I6fcbdf257030aa81c548a523c36de595a1d85f55
Signed-off-by: default avatarManaf Meethalavalappu Pallikunhi <manafm@codeaurora.org>
parent ef5f0141
Loading
Loading
Loading
Loading
+20 −20
Original line number Diff line number Diff line
@@ -350,16 +350,9 @@
			};
		};

		qcom,leds@a100 {
			compatible = "qcom,leds-qpnp";
			reg = <0xa100 0x100>;
			label = "mpp";
		};
	};

		bcl@4200 {
			compatible = "qcom,msm-bcl";
		reg = <0x4200 0xFF>;
			reg = <0x4200 0xff>;
			reg-names = "fg_user_adc";
			interrupts = <0x2 0x42 0x0>,
					<0x2 0x42 0x1>;
@@ -377,6 +370,13 @@
			qcom,ibat-polling-delay-ms = <100>;
		};

		qcom,leds@a100 {
			compatible = "qcom,leds-qpnp";
			reg = <0xa100 0x100>;
			label = "mpp";
		};
	};

	qcom,pmi8937@3 {
		spmi-slave-container;
		reg = <0x3>;