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

Commit 4f45bc69 authored by Matt Wagantall's avatar Matt Wagantall
Browse files

ARM: dts: qcom: Add support for a 'socketed CDP' platform subtype (0x1)



Socketed CDPs (CDPs where the SoC is in a socket rather than
soldered-down) are being assigned a separate platform subtype to
allow software to restrict DDR frequencies to ranges which work
reliably with the sockets. These restrictions are taken care of
RPM software and needs not affect Linux behavior, so simply have
socketed CDPs share device trees with soldered CDPs.

Change-Id: Ic8de4c3781e896745946ea0582524c073651dedf
Signed-off-by: default avatarMatt Wagantall <mattw@codeaurora.org>
parent 861a4ae9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
/ {
	model = "Qualcomm Technologies, Inc. MSM 8996 v1 + PMI8994 CDP";
	compatible = "qcom,msm8996-cdp", "qcom,msm8996", "qcom,cdp";
	qcom,board-id = <1 0>;
	qcom,board-id = <1 0>, <0x01000001 0>;
};

&bluetooth {
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
/ {
	model = "Qualcomm Technologies, Inc. MSM 8996 v1 + PMI8994 + PM8004 CDP";
	compatible = "qcom,msm8996-cdp", "qcom,msm8996", "qcom,cdp";
	qcom,board-id = <1 0>;
	qcom,board-id = <1 0>, <0x01000001 0>;
};

&bluetooth {
+1 −1
Original line number Diff line number Diff line
@@ -19,5 +19,5 @@
/ {
	model = "Qualcomm Technologies, Inc. MSM 8996 v2 + PMI8994 CDP";
	compatible = "qcom,msm8996-cdp", "qcom,msm8996", "qcom,cdp";
	qcom,board-id = <1 0>;
	qcom,board-id = <1 0>, <0x01000001 0>;
};
+1 −1
Original line number Diff line number Diff line
@@ -19,5 +19,5 @@
/ {
	model = "Qualcomm Technologies, Inc. MSM 8996 v2 + PMI8994 + PM8004 CDP";
	compatible = "qcom,msm8996-cdp", "qcom,msm8996", "qcom,cdp";
	qcom,board-id = <1 0>;
	qcom,board-id = <1 0>, <0x01000001 0>;
};
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
	model = "Qualcomm Technologies, Inc. MSM 8996 v2.0 + PMI8994 CDP";
	compatible = "qcom,msm8996-cdp", "qcom,msm8996", "qcom,cdp";
	qcom,msm-id = <246 0x20000>;
	qcom,board-id = <1 0>;
	qcom,board-id = <1 0>, <0x01000001 0>;
};

&l2ccc_0 {
Loading