mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
arm64: dts: qcom: sdm630: add compatible fallback to mailbox
SDM630 mailbox is compatible with MSM8994. 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-7-krzysztof.kozlowski@linaro.org
This commit is contained in:
parent
112f33b369
commit
2d034324fd
|
|
@ -2267,7 +2267,8 @@ gnoc: interconnect@17900000 {
|
|||
};
|
||||
|
||||
apcs_glb: mailbox@17911000 {
|
||||
compatible = "qcom,sdm660-apcs-hmss-global";
|
||||
compatible = "qcom,sdm660-apcs-hmss-global",
|
||||
"qcom,msm8994-apcs-kpss-global";
|
||||
reg = <0x17911000 0x1000>;
|
||||
|
||||
#mbox-cells = <1>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user