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

Commit 63dfd66d authored by Jiangen Jiao's avatar Jiangen Jiao
Browse files

ARM: dts: msm: Change version bit to match TP 800S used for HDK660/630



The current touch panel driver uses bit 5 in major hardware version to
decide panel used between 800S and 800H.
By setting the bit to 1 means 800S used while to 0 means 800H.

Change-Id: Ibec2678a985b1db385c648884377a7b2ef6df795
Signed-off-by: default avatarJiangen Jiao <jiangenj@codeaurora.org>
parent 60be7160
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,9 +19,9 @@
#include "sdm660-internal-codec.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. SDM 630 PM660 + PM660A QRD HDK630";
	model = "Qualcomm Technologies, Inc. SDA 630 PM660 + PM660A QRD HDK630";
	compatible = "qcom,sda630-qrd", "qcom,sda630", "qcom,qrd";
	qcom,board-id = <0x0006000b 0x00>;
	qcom,board-id = <0x0016000b 0x00>;
	qcom,pmic-id = <0x0001001b 0x0001011a 0x0 0x0>;
};

+1 −1
Original line number Diff line number Diff line
@@ -157,7 +157,7 @@
/ {
	model = "Qualcomm Technologies, Inc. SDA 660 PM660 + PM660A QRD HDK660";
	compatible = "qcom,sda660-qrd", "qcom,sda660", "qcom,qrd";
	qcom,board-id = <0x0006000b 0>;
	qcom,board-id = <0x0016000b 0>;
	qcom,pmic-id = <0x0001001b 0x0001011a 0x0 0x0>;
};