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

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

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

		apcs: mailbox@b011000 {
			compatible = "qcom,msm8976-apcs-kpss-global", "syscon";
			compatible = "qcom,msm8976-apcs-kpss-global",
				     "qcom,msm8994-apcs-kpss-global", "syscon";
			reg = <0x0b011000 0x1000>;
			#mbox-cells = <1>;
		};