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

Commit 833a5c7f authored by Kiran Gunda's avatar Kiran Gunda
Browse files

ARM: dts: msm: Add LCDB device node for PMI632



LCDB supports the LCD display +ve/-ve bias. Add the device
node for it.

Change-Id: Ic9ea09a97c7d46feb45f0b1a5004fdcd8a4ddfca
Signed-off-by: default avatarKiran Gunda <kgunda@codeaurora.org>
parent b1902f53
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
@@ -123,5 +123,30 @@
			#pwm-cells = <2>;
			status = "disabled";
		};

		pmi632_lcdb: qpnp-lcdb@ec00 {
			compatible = "qcom,qpnp-lcdb-regulator";
			#address-cells = <1>;
			#size-cells = <1>;
			reg = <0xec00 0x100>;
			interrupts = <0x3 0xec 0x1 IRQ_TYPE_EDGE_RISING>;
			interrupt-names = "sc-irq";

			qcom,pmic-revid = <&pmi632_revid>;

			lcdb_ldo_vreg: ldo {
				label = "ldo";
				regulator-name = "lcdb_ldo";
				regulator-min-microvolt = <4000000>;
				regulator-max-microvolt = <6000000>;
			};

			lcdb_ncp_vreg: ncp {
				label = "ncp";
				regulator-name = "lcdb_ncp";
				regulator-min-microvolt = <4000000>;
				regulator-max-microvolt = <6000000>;
			};
		};
	};
};