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

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

Merge "ARM: dts: msm: Add support for SM8325 platforms"

parents 93908ab5 cb1c36fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
/ {
	model = "Qualcomm Technologies, Inc. Lahaina v2.1";
	compatible = "qcom,lahaina";
	qcom,msm-id = <415 0x20001>, <456 0x20001>;
	qcom,msm-id = <415 0x20001>, <456 0x20001>, <501 0x20001>;
};

&pcie0 {
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
/ {
	model = "Qualcomm Technologies, Inc. Lahaina v2";
	compatible = "qcom,lahaina";
	qcom,msm-id = <415 0x20000>, <456 0x20000>;
	qcom,msm-id = <415 0x20000>, <456 0x20000>, <501 0x20000>;
};

&CPU4 {
+1 −1
Original line number Diff line number Diff line
@@ -3,5 +3,5 @@
/ {
	model = "Qualcomm Technologies, Inc. Lahaina VM v2";
	compatible = "qcom,lahaina";
	qcom,msm-id = <415 0x20000>;
	qcom,msm-id = <415 0x20000>, <501 0x20000>;
};
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
/ {
	#address-cells = <0x2>;
	#size-cells = <0x2>;
	qcom,msm-id = <415 0x10000>;
	qcom,msm-id = <415 0x10000>, <501 0x10000>;
	interrupt-parent = <&vgic>;

	qcom-mem-buf {
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
/ {
	model = "Qualcomm Technologies, Inc. Lahaina";
	compatible = "qcom,lahaina";
	qcom,msm-id = <415 0x10000>, <456 0x10000>;
	qcom,msm-id = <415 0x10000>, <456 0x10000>, <501 0x10000>;
	interrupt-parent = <&intc>;

	#address-cells = <2>;
Loading