Skip to content

Commit

Permalink
Merge "ARM: dts: qcom: Correct the qcom,ipc no for wcnss_smsm"
Browse files Browse the repository at this point in the history
  • Loading branch information
qctecmdr authored and Gerrit - the friendly Code Review server committed Sep 6, 2020
2 parents 9c6577b + 14a522a commit bdd6da4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/arm64/boot/dts/qcom/sdm429.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@

qcom,ipc-1 = <&apcs 0 13>;
qcom,ipc-2 = <&apcs 0 9>;
qcom,ipc-6 = <&apcs 0 19>;
qcom,ipc-3 = <&apcs 0 19>;

apps_smsm: apps@0 {
reg = <0>;
Expand All @@ -1118,8 +1118,8 @@
#interrupt-cells = <2>;
};

wcnss_smsm: wcnss@6 {
reg = <6>;
wcnss_smsm: wcnss@3 {
reg = <3>;
interrupts = <0 144 IRQ_TYPE_EDGE_RISING>;
interrupt-controller;
#interrupt-cells = <2>;
Expand Down

0 comments on commit bdd6da4

Please sign in to comment.