Add support for the CDSP (existing only on SDM660) and MSS remote processors (SDM630/636/660). Enable them on the IFC6560 board. This patch series depends on the main IFC6560 series. Changes since v1: - Account for the sdm636 platform. Moved all common device nodes to sdm636 and added cdsp to sdm660 only. Dmitry Baryshkov (4): arm64: dts: qcom: sdm660: move device nodes to sdm636 arm64: dts: qcom: sdm660: add device node for the compute PAS arm64: dts: qcom: sdm630: add device node for the modem PAS arm64: dts: qcom: sda660-inforce-ifc6560: enable cdsp and modem .../boot/dts/qcom/sda660-inforce-ifc6560.dts | 10 + arch/arm64/boot/dts/qcom/sdm630.dtsi | 59 ++++ arch/arm64/boot/dts/qcom/sdm636.dtsi | 253 ++++++++++++++- arch/arm64/boot/dts/qcom/sdm660.dtsi | 292 ++++-------------- 4 files changed, 374 insertions(+), 240 deletions(-) -- 2.35.1