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>
This commit is contained in:
parent
5f8ba4f28d
commit
419618bd90
@ -33,6 +33,8 @@
|
||||
|
||||
&remoteproc_mpss {
|
||||
compatible = "qcom,sc7280-mss-pil";
|
||||
reg = <0 0x04080000 0 0x10000>, <0 0x04180000 0 0x48>;
|
||||
reg-names = "qdsp6", "rmb";
|
||||
|
||||
clocks = <&gcc GCC_MSS_CFG_AHB_CLK>,
|
||||
<&gcc GCC_MSS_OFFLINE_AXI_CLK>,
|
||||
|
@ -2896,8 +2896,7 @@
|
||||
|
||||
remoteproc_mpss: remoteproc@4080000 {
|
||||
compatible = "qcom,sc7280-mpss-pas";
|
||||
reg = <0 0x04080000 0 0x10000>, <0 0x04180000 0 0x48>;
|
||||
reg-names = "qdsp6", "rmb";
|
||||
reg = <0 0x04080000 0 0x10000>;
|
||||
|
||||
interrupts-extended = <&intc GIC_SPI 264 IRQ_TYPE_EDGE_RISING>,
|
||||
<&modem_smp2p_in 0 IRQ_TYPE_EDGE_RISING>,
|
||||
|
Loading…
x
Reference in New Issue
Block a user