Commit 363c1b04 authored by David Heidelberg's avatar David Heidelberg Committed by Bjorn Andersson
Browse files

ARM: dts: qcom: extend scm compatible to match dt-schema

parent 2477d819
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -315,7 +315,7 @@ dsps_smsm: dsps@4 {

	firmware {
		scm {
			compatible = "qcom,scm-apq8064";
			compatible = "qcom,scm-apq8064", "qcom,scm";

			clocks = <&rpmcc RPM_DAYTONA_FABRIC_CLK>;
			clock-names = "core";
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ memory {

	firmware {
		scm {
			compatible = "qcom,scm";
			compatible = "qcom,scm-apq8084", "qcom,scm";
			clocks = <&gcc GCC_CE1_CLK> , <&gcc GCC_CE1_AXI_CLK>, <&gcc GCC_CE1_AHB_CLK>;
			clock-names = "core", "bus", "iface";
		};
+1 −1
Original line number Diff line number Diff line
@@ -156,7 +156,7 @@ xo: xo {

	firmware {
		scm {
			compatible = "qcom,scm-ipq4019";
			compatible = "qcom,scm-ipq4019", "qcom,scm";
		};
	};

+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ CPU_SPC: spc {

	firmware {
		scm {
			compatible = "qcom,scm";
			compatible = "qcom,scm-msm8974", "qcom,scm";
			clocks = <&gcc GCC_CE1_CLK>, <&gcc GCC_CE1_AXI_CLK>, <&gcc GCC_CE1_AHB_CLK>;
			clock-names = "core", "bus", "iface";
		};