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

Commit 324a2032 authored by Shuo Yan's avatar Shuo Yan Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add device tree node for tps65132



Add device tree node for TI TPS65132 power management
Driver IC.

Change-Id: Ie8d229d120d502ae188894a800ff864e50ac09df
Signed-off-by: default avatarShuo Yan <shuoy@codeaurora.org>
parent 46d0b53c
Loading
Loading
Loading
Loading
+27 −0
Original line number Original line Diff line number Diff line
@@ -49,6 +49,23 @@
			  bias-pull-up;
			  bias-pull-up;
		};
		};
	};
	};

	pmx_tps_gpio_pin {
		qcom,num-grp-pins = <2>;
		qcom,pins = <&gp 32>, <&gp 97>;
		qcom,pin-func = <0>;
		label = "pmx_tps_operation";

		tps_active: tps_active {
			drive-strength = <2>;
			bias-pull-up;
		};

		tps_suspend: tps_suspend {
			drive-strength = <2>;
			bias-pull-down;
		};
	};
};
};


&i2c_0 { /* BLSP1 QUP2 */
&i2c_0 { /* BLSP1 QUP2 */
@@ -85,6 +102,16 @@
		avago,ga_value = <48>;
		avago,ga_value = <48>;
	};
	};


	tps@3e {
		compatible = "ti,tps65132";
		reg = <0x3e>;
		pinctrl-names = "pmx_tps_active","pmx_tps_suspend";
		pinctrl-0 = <&tps_active>;
		pinctrl-1 = <&tps_suspend>;
		ti,enn-gpio = <&msm_gpio 32 0x00>;
		ti,enp-gpio = <&msm_gpio 97 0x00>;
	};

	st@18 {
	st@18 {
		compatible = "st,lis3dh";
		compatible = "st,lis3dh";
		reg = <0x18>;
		reg = <0x18>;