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

Commit 77af7b2a authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: update board-id for different linux variants"

parents 8402f59b b1535c87
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,5 +19,5 @@
	model = "Qualcomm Technologies, Inc. SA6155P Virtual Machine";
	compatible = "qcom,sa6155p";
	qcom,pmic-name = "PM6150";
	qcom,board-id = <0 0>;
	qcom,board-id = <0x1000001 0>;
};
+1 −1
Original line number Diff line number Diff line
@@ -19,5 +19,5 @@
	model = "Qualcomm Technologies, Inc. SA8155 Multi LA Virtual Machine";
	compatible = "qcom,sa8155";
	qcom,pmic-name = "PM8150";
	qcom,board-id = <0 0>;
	qcom,board-id = <0x2000001 0>;
};
+1 −1
Original line number Diff line number Diff line
@@ -20,5 +20,5 @@
	model = "Qualcomm Technologies, Inc. SA8155 Single LA Virtual Machine";
	compatible = "qcom,sa8155";
	qcom,pmic-name = "PM8150";
	qcom,board-id = <0 0>;
	qcom,board-id = <0x1000001 0>;
};
+1 −1
Original line number Diff line number Diff line
@@ -19,5 +19,5 @@
	model = "Qualcomm Technologies, Inc. SA8155 Multi LV Virtual Machine";
	compatible = "qcom,sa8155";
	qcom,pmic-name = "PM8150";
	qcom,board-id = <0 0>;
	qcom,board-id = <0x2000002 0>;
};
+1 −1
Original line number Diff line number Diff line
@@ -19,6 +19,6 @@
	model = "Qualcomm Technologies, Inc. SA8155 Single LV Virtual Machine";
	compatible = "qcom,sa8155";
	qcom,pmic-name = "PM8150";
	qcom,board-id = <0 0>;
	qcom,board-id = <0x1000002 0>;
};
Loading