Skip to content

Commit

Permalink
arm64: dts: qcom: msm8939: 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 ac92dd1 commit fb44d54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm64/boot/dts/qcom/msm8939.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
#address-cells = <2>;
#size-cells = <2>;

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

clocks {
xo_board: xo-board {
compatible = "fixed-clock";
Expand Down

0 comments on commit fb44d54

Please sign in to comment.