Skip to content

Commit 51c4bae

Browse files
committed
Merge tag 'qcom-arm64-fixes-for-6.12' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into HEAD
Qualcomm Arm64 DeviceTree fix for v6.12 This reverts the conversion to use the mailbox binding for RPM IPC interrupts, as this broke boot on msm8939. * tag 'qcom-arm64-fixes-for-6.12' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux: arm64: dts: qcom: msm8939: revert use of APCS mbox for RPM Link: https://lore.kernel.org/r/20241101142414.737828-1-andersson@kernel.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents c3b56da + d92e9ea commit 51c4bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248

249249
smd-edge {
250250
interrupts = <GIC_SPI 168 IRQ_TYPE_EDGE_RISING>;
251-
mboxes = <&apcs1_mbox 0>;
251+
qcom,ipc = <&apcs1_mbox 8 0>;
252252
qcom,smd-edge = <15>;
253253

254254
rpm_requests: rpm-requests {

0 commit comments

Comments
 (0)