Skip to content

Commit

Permalink
arm64: dts: qcom: msm8916: Set remoteproc aliases
Browse files Browse the repository at this point in the history
Set aliases for remoteproc devices to allow for predictable paths.
Use remoteproc0 for Wi-Fi/BT and remoteproc1 for modem.

Signed-off-by: Vincent Knecht <[email protected]>
  • Loading branch information
vknecht committed Nov 5, 2023
1 parent 9e10571 commit 8706720
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm64/boot/dts/qcom/msm8916.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
#address-cells = <2>;
#size-cells = <2>;

aliases {
remoteproc0 = &wcnss;
remoteproc1 = &mpss;
};

chosen { };

memory@80000000 {
Expand Down

0 comments on commit 8706720

Please sign in to comment.