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

Commit e251c5a3 authored by Mao Li's avatar Mao Li Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add a fixed regulator to represent avdd for DTP8953



A fixed regulator device node is added to represent the avdd
regulator to make the dtsi definition compatitable with the CTP
driver for DTP8953.

Change-Id: Id2817bd6fb829ecae93b6c4305f0e4d2754b5f76
Signed-off-by: default avatarMao Li <maol@codeaurora.org>
parent 219587de
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@
			reg = <0x4b>;
			interrupt-parent = <&tlmm>;
			interrupts = <65 0x2008>;
			vdd_ana-supply = <&pm8953_l17>;
			vdd_ana-supply = <&vdd_vreg>;
			vcc_i2c-supply = <&pm8953_l6>;
			synaptics,pwr-reg-name = "vdd_ana";
			synaptics,bus-reg-name = "vcc_i2c";
@@ -54,6 +54,12 @@
						      172 900 2000 320 160>;
		};
	};

	vdd_vreg: vdd_vreg {
		compatible = "regulator-fixed";
		status = "ok";
		regulator-name = "vdd_vreg";
	};
};

&spmi_bus {