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

Commit c77776cb authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: add msmkrypton variants."

parents a7d81ced ba6759ae
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -15,7 +15,8 @@
/ {
	model = "Qualcomm MSM KRYPTON";
	compatible = "qcom,msmkrypton";
	qcom,msm-id = <187 0x10000>;
	qcom,msm-id = <187 0x10000>, <227 0x10000>, <228 0x10000>,
		      <229 0x10000>, <230 0x10000>, <231 0x10000>;
	interrupt-parent = <&intc>;

	aliases {
+5 −0
Original line number Diff line number Diff line
@@ -421,6 +421,11 @@ static enum msm_cpu cpu_of_id[] = {

	/* krypton IDs */
	[187] = MSM_CPU_KRYPTON,
	[227] = MSM_CPU_KRYPTON,
	[228] = MSM_CPU_KRYPTON,
	[229] = MSM_CPU_KRYPTON,
	[230] = MSM_CPU_KRYPTON,
	[231] = MSM_CPU_KRYPTON,

	/* FSM9900 ID */
	[188] = FSM_CPU_9900,