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

arm64: dts: qcom: sc7180: add compatible fallback to mailbox

parent 4c90ceae
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3418,7 +3418,8 @@
		};

		apss_shared: mailbox@17c00000 {
			compatible = "qcom,sc7180-apss-shared";
			compatible = "qcom,sc7180-apss-shared",
				     "qcom,sdm845-apss-shared";
			reg = <0 0x17c00000 0 0x10000>;
			#mbox-cells = <1>;
		};