diff options
author | Krzysztof Kozlowski <[email protected]> | 2023-03-22 18:41:44 +0100 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-04-07 11:40:02 -0700 |
commit | fb6198bb4980cd4a7a89affe6bef4e6e81e97316 (patch) | |
tree | e8fc44935a9962f6fdd08ab5f7b8666022bcc3d4 | |
parent | 2d034324fdba6555fb642b127167ae5ba0e30158 (diff) |
arm64: dts: qcom: sm6115: add compatible fallback to mailbox
SM6115 mailbox is compatible with MSM8994.
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm64/boot/dts/qcom/sm6115.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm6115.dtsi b/arch/arm64/boot/dts/qcom/sm6115.dtsi index 3426a36053ea..e90984af0da3 100644 --- a/arch/arm64/boot/dts/qcom/sm6115.dtsi +++ b/arch/arm64/boot/dts/qcom/sm6115.dtsi @@ -2244,7 +2244,8 @@ }; apcs_glb: mailbox@f111000 { - compatible = "qcom,sm6115-apcs-hmss-global"; + compatible = "qcom,sm6115-apcs-hmss-global", + "qcom,msm8994-apcs-kpss-global"; reg = <0x0 0x0f111000 0x0 0x1000>; #mbox-cells = <1>; |