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

Commit 2cf132a6 authored by Himanshu Aggarwal's avatar Himanshu Aggarwal
Browse files

ARM: arm: dts: move pmic vibrator dts entry for 8916 mtp/cdp



Move DT node of PMIC vibrator for 8916 mtp and cdp to device tree
include files.

Change-Id: I79e7845a8612b503f02a271baa7148a016ddf5e9
Signed-off-by: default avatarHimanshu Aggarwal <haggarwa@codeaurora.org>
parent 5698cb80
Loading
Loading
Loading
Loading
+0 −10
Original line number Original line Diff line number Diff line
@@ -19,13 +19,3 @@
	compatible = "qcom,msm8916-cdp", "qcom,msm8916", "qcom,cdp";
	compatible = "qcom,msm8916-cdp", "qcom,msm8916", "qcom,cdp";
	qcom,board-id = <1 0>;
	qcom,board-id = <1 0>;
};
};

&spmi_bus {
	qcom,pm8916@1 {
		qcom,vibrator@c000 {
			status = "okay";
			qcom,vib-timeout-ms = <15000>;
			qcom,vib-vtg-level-mV = <3100>;
		};
	};
};
+10 −0
Original line number Original line Diff line number Diff line
@@ -383,3 +383,13 @@
&qcom_seecom {
&qcom_seecom {
	status = "okay";
	status = "okay";
};
};

&spmi_bus {
	qcom,pm8916@1 {
		qcom,vibrator@c000 {
			status = "okay";
			qcom,vib-timeout-ms = <15000>;
			qcom,vib-vtg-level-mV = <3100>;
		};
	};
};
+0 −10
Original line number Original line Diff line number Diff line
@@ -54,13 +54,3 @@
		avago,ga_value = <48>;
		avago,ga_value = <48>;
	};
	};
};
};

&spmi_bus {
	qcom,pm8916@1 {
		qcom,vibrator@c000 {
			status = "okay";
			qcom,vib-timeout-ms = <15000>;
			qcom,vib-vtg-level-mV = <3100>;
		};
	};
};
+10 −0
Original line number Original line Diff line number Diff line
@@ -369,3 +369,13 @@
      pinctrl-6 = <&qdsd_clk_spmi &qdsd_cmd_spmi
      pinctrl-6 = <&qdsd_clk_spmi &qdsd_cmd_spmi
                  &qdsd_data0_spmi &qdsd_data3_spmi>;
                  &qdsd_data0_spmi &qdsd_data3_spmi>;
};
};

&spmi_bus {
	qcom,pm8916@1 {
		qcom,vibrator@c000 {
			status = "okay";
			qcom,vib-timeout-ms = <15000>;
			qcom,vib-vtg-level-mV = <3100>;
		};
	};
};