Following the dt-bindings change that expresses the SDX75 MPSS PAS as
a SM8650 MPSS fallback, list the SM8650 compatible alongside the
SDX75 one so the node validates against the updated schema.

Signed-off-by: Mukesh Ojha <[email protected]>
---
 arch/arm64/boot/dts/qcom/sdx75.dtsi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sdx75.dtsi 
b/arch/arm64/boot/dts/qcom/sdx75.dtsi
index 85cc9c6e6f83..dc9c4ed00d4b 100644
--- a/arch/arm64/boot/dts/qcom/sdx75.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdx75.dtsi
@@ -925,7 +925,8 @@ tcsr: syscon@1fc0000 {
                };
 
                remoteproc_mpss: remoteproc@4080000 {
-                       compatible = "qcom,sdx75-mpss-pas";
+                       compatible = "qcom,sdx75-mpss-pas",
+                                    "qcom,sm8650-mpss-pas";
                        reg = <0 0x04080000 0 0x10000>;
 
                        interrupts-extended = <&intc GIC_SPI 250 
IRQ_TYPE_EDGE_RISING>,
-- 
2.53.0


Reply via email to