Message ID | 20240619-smsm-mbox-dts-v1-4-268ab7eef779@lucaweiss.eu (mailing list archive) |
---|---|
State | Accepted |
Commit | e36402b55684c64af23575f39e0a6ce27272b5f7 |
Headers | show |
Series | Use mboxes in smsm node for all dtsi where possible | expand |
On Wed, Jun 19, 2024 at 06:42:30PM GMT, Luca Weiss wrote: > With the smsm bindings and driver finally supporting mboxes, switch to > that and stop using apcs as syscon. > > Signed-off-by: Luca Weiss <luca@lucaweiss.eu> > --- > arch/arm64/boot/dts/qcom/msm8953.dtsi | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
diff --git a/arch/arm64/boot/dts/qcom/msm8953.dtsi b/arch/arm64/boot/dts/qcom/msm8953.dtsi index 1b61a63710a6..a4bfb624fb8a 100644 --- a/arch/arm64/boot/dts/qcom/msm8953.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8953.dtsi @@ -411,8 +411,7 @@ smsm { #address-cells = <1>; #size-cells = <0>; - qcom,ipc-1 = <&apcs 8 13>; - qcom,ipc-3 = <&apcs 8 19>; + mboxes = <0>, <&apcs 13>, <0>, <&apcs 19>; apps_smsm: apps@0 { reg = <0>;
With the smsm bindings and driver finally supporting mboxes, switch to that and stop using apcs as syscon. Signed-off-by: Luca Weiss <luca@lucaweiss.eu> --- arch/arm64/boot/dts/qcom/msm8953.dtsi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)