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

Commit 95687506 authored by Shuo Yan's avatar Shuo Yan
Browse files

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



Tps65132 devicetree change merged without tps65132 driver, that
driver was abandoned as architecture design issue.

Change-Id: Ibc84cd15bae2ebe8202f4988631454e3a89bd594
Signed-off-by: default avatarShuo Yan <shuoy@codeaurora.org>
parent 324a2032
Loading
Loading
Loading
Loading
+0 −27
Original line number Diff line number Diff line
@@ -49,23 +49,6 @@
			  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 */
@@ -102,16 +85,6 @@
		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 {
		compatible = "st,lis3dh";
		reg = <0x18>;