mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
arm64: dts: qcom: sc7180: add compatible fallback to mailbox
SC7180 mailbox is compatible with SDM845. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230322174148.810938-11-krzysztof.kozlowski@linaro.org
This commit is contained in:
parent
4c90ceae6e
commit
c1393bdf18
@ -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>;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user