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

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

SC7180 mailbox is compatible with SDM845.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230322174148.810938-11-krzysztof.kozlowski@linaro.org
parent 4c90ceae
...@@ -3418,7 +3418,8 @@ msi-controller@17a40000 { ...@@ -3418,7 +3418,8 @@ msi-controller@17a40000 {
}; };
apss_shared: mailbox@17c00000 { apss_shared: mailbox@17c00000 {
compatible = "qcom,sc7180-apss-shared"; compatible = "qcom,sc7180-apss-shared",
"qcom,sdm845-apss-shared";
reg = <0 0x17c00000 0 0x10000>; reg = <0 0x17c00000 0 0x10000>;
#mbox-cells = <1>; #mbox-cells = <1>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment