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

Commit d36ee76f authored by Teng Fei Fan's avatar Teng Fei Fan
Browse files

ARM: dts: msm: Update device tree to support 32-bit kernel on sdm632



Below error is observed when 32-bit kernel runs on sdm632:
	unrecognized/unsupported device tree list.
So delete compatible in device tree to support 32bit kernel.

Change-Id: I334b04125f70e30e271acb2ddb77c840d2220251
Signed-off-by: default avatarTeng Fei Fan <tengfei@codeaurora.org>
parent 202aa1fb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@

/ {
	model = "CDP S2";
	compatible = "qcom,cdp";
	qcom,board-id = <1 2>;
};
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@

/ {
	model = "MTP S3";
	compatible = "qcom,mtp";
	qcom,board-id = <8 3>;
};
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@

/ {
	model = "QRD SKU4";
	compatible = "qcom,qrd";
	qcom,board-id = <0xb 1>;
};
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@

/ {
	model = "Ext Codec CDP S3";
	compatible = "qcom,cdp";
	qcom,board-id = <1 3>;
};
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@

/ {
	model = "Ext Codec MTP S4";
	compatible = "qcom,mtp";
	qcom,board-id = <8 4>;
};
Loading