Skip to content

Commit 11083a6

Browse files
smankad-ossKomal-Bajaj
authored andcommitted
arm64: dts: qcom: Move rpm_requests in glink-edge node
Move rpm_requests node to under glink-edge node. Signed-off-by: Sneh Mankad <sneh.mankad@oss.qualcomm.com>
1 parent d50f2c9 commit 11083a6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

arch/arm64/boot/dts/qcom/shikra.dtsi

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@
115115
interrupts = <GIC_SPI 194 IRQ_TYPE_EDGE_RISING>;
116116
qcom,rpm-msg-ram = <&rpm_msg_ram>;
117117
mboxes = <&apcs_glb 0>;
118+
119+
rpm_requests: rpm-requests {
120+
compatible = "qcom,rpm-shikra", "qcom,glink-smd-rpm";
121+
qcom,glink-channels = "rpm_requests";
122+
};
118123
};
119124

120125
mpm: interrupt-controller {
@@ -135,11 +140,6 @@
135140
<90 157>, /* QUSB2_PHY DM */
136141
<91 158>; /* QUSB2_PHY DP */
137142
};
138-
139-
rpm_requests: rpm-requests {
140-
compatible = "qcom,rpm-shikra", "qcom,glink-smd-rpm";
141-
qcom,glink-channels = "rpm_requests";
142-
};
143143
};
144144

145145
reserved_memory: reserved-memory {

0 commit comments

Comments
 (0)