Commit 6ba93ba9 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: add missing AOSS QMP compatible fallback



The AOSS QMP bindings expect all compatibles to be followed by fallback
"qcom,aoss-qmp" because all of these are actually compatible with each
other.  This fixes dtbs_check warnings like:

  sm8250-hdk.dtb: power-controller@c300000: compatible: ['qcom,sm8250-aoss-qmp'] is too short

Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220504131923.214367-6-krzysztof.kozlowski@linaro.org
parent 6afcee78
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3210,7 +3210,7 @@ aoss_reset: reset-controller@c2a0000 {
		};

		aoss_qmp: power-controller@c300000 {
			compatible = "qcom,sc7180-aoss-qmp";
			compatible = "qcom,sc7180-aoss-qmp", "qcom,aoss-qmp";
			reg = <0 0x0c300000 0 0x400>;
			interrupts = <GIC_SPI 389 IRQ_TYPE_EDGE_RISING>;
			mboxes = <&apss_shared 0>;
+1 −1
Original line number Diff line number Diff line
@@ -3930,7 +3930,7 @@ aoss_reset: reset-controller@c2a0000 {
		};

		aoss_qmp: power-controller@c300000 {
			compatible = "qcom,sc7280-aoss-qmp";
			compatible = "qcom,sc7280-aoss-qmp", "qcom,aoss-qmp";
			reg = <0 0x0c300000 0 0x400>;
			interrupts-extended = <&ipcc IPCC_CLIENT_AOP
						     IPCC_MPROC_SIGNAL_GLINK_QMP
+1 −1
Original line number Diff line number Diff line
@@ -3718,7 +3718,7 @@ pdc: interrupt-controller@b220000 {
		};

		aoss_qmp: power-controller@c300000 {
			compatible = "qcom,sm8150-aoss-qmp";
			compatible = "qcom,sm8150-aoss-qmp", "qcom,aoss-qmp";
			reg = <0x0 0x0c300000 0x0 0x400>;
			interrupts = <GIC_SPI 389 IRQ_TYPE_EDGE_RISING>;
			mboxes = <&apss_shared 0>;
+1 −1
Original line number Diff line number Diff line
@@ -3730,7 +3730,7 @@ tsens1: thermal-sensor@c265000 {
		};

		aoss_qmp: power-controller@c300000 {
			compatible = "qcom,sm8250-aoss-qmp";
			compatible = "qcom,sm8250-aoss-qmp", "qcom,aoss-qmp";
			reg = <0 0x0c300000 0 0x400>;
			interrupts-extended = <&ipcc IPCC_CLIENT_AOP
						     IPCC_MPROC_SIGNAL_GLINK_QMP
+1 −1
Original line number Diff line number Diff line
@@ -1718,7 +1718,7 @@ tsens1: thermal-sensor@c265000 {
		};

		aoss_qmp: power-controller@c300000 {
			compatible = "qcom,sm8350-aoss-qmp";
			compatible = "qcom,sm8350-aoss-qmp", "qcom,aoss-qmp";
			reg = <0 0x0c300000 0 0x400>;
			interrupts-extended = <&ipcc IPCC_CLIENT_AOP IPCC_MPROC_SIGNAL_GLINK_QMP
						     IRQ_TYPE_EDGE_RISING>;