Skip to content

Commit 419618b

Browse files
lweiss-fairphoneandersson
authored andcommitted
arm64: dts: qcom: sc7280: Remove unused second MPSS reg
The bindings for sc7280-mpss-pas neither expects a second reg nor a reg-names property, which is only required by the sc7280-mss-pil bindings. Move it to sc7280-herobrine-lte-sku.dtsi, the only place where that other compatible is used. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> Link: https://lore.kernel.org/r/20231208-sc7280-remoteprocs-v3-2-6aa394d33edf@fairphone.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 5f8ba4f commit 419618b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

arch/arm64/boot/dts/qcom/sc7280-herobrine-lte-sku.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333

3434
&remoteproc_mpss {
3535
compatible = "qcom,sc7280-mss-pil";
36+
reg = <0 0x04080000 0 0x10000>, <0 0x04180000 0 0x48>;
37+
reg-names = "qdsp6", "rmb";
3638

3739
clocks = <&gcc GCC_MSS_CFG_AHB_CLK>,
3840
<&gcc GCC_MSS_OFFLINE_AXI_CLK>,

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2896,8 +2896,7 @@
28962896

28972897
remoteproc_mpss: remoteproc@4080000 {
28982898
compatible = "qcom,sc7280-mpss-pas";
2899-
reg = <0 0x04080000 0 0x10000>, <0 0x04180000 0 0x48>;
2900-
reg-names = "qdsp6", "rmb";
2899+
reg = <0 0x04080000 0 0x10000>;
29012900

29022901
interrupts-extended = <&intc GIC_SPI 264 IRQ_TYPE_EDGE_RISING>,
29032902
<&modem_smp2p_in 0 IRQ_TYPE_EDGE_RISING>,

0 commit comments

Comments
 (0)