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

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

parent c1393bdf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4124,7 +4124,8 @@
		};

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