IOT boards derived from SA8775P have a slightly different memory map compared to SA8775P. This series applies the updated memory map to those boards. One of the patches in this series depends on Wasim Nazir's patches [1] to introduce the qcs9075* boards. [1] https://lore.kernel.org/all/20241229152332.3068172-1-quic_wasimn@xxxxxxxxxxx/ Signed-off-by: Pratyush Brahma <quic_pbrahma@xxxxxxxxxxx> --- Changes in v2: - Moved duplicate entries to a new dtsi as per Dmitry's suggestions - Removed hyp_tz_reserved_mem as well - Link to v1: https://lore.kernel.org/all/20241119092501.31111-1-quic_pbrahma@xxxxxxxxxxx --- Pratyush Brahma (3): arm64: dts: qcom: sa8775p-iot: Introduce new memory map arm64: dts: qcom: qcs9100: Update memory map arm64: dts: qcom: qcs9075: Update memory map arch/arm64/boot/dts/qcom/qcs9075-rb8.dts | 1 + arch/arm64/boot/dts/qcom/qcs9075-ride-r3.dts | 1 + arch/arm64/boot/dts/qcom/qcs9075-ride.dts | 1 + arch/arm64/boot/dts/qcom/qcs9100-ride-r3.dts | 2 + arch/arm64/boot/dts/qcom/qcs9100-ride.dts | 2 + arch/arm64/boot/dts/qcom/sa8775p-iot.dtsi | 105 +++++++++++++++++++++++++++ 6 files changed, 112 insertions(+) --- base-commit: 9e06a6867520aed8a65718fd06464b9d2ff397fe change-id: 20250113-sa8775p-iot-memory-map-0ca991c818c1 Best regards, -- Pratyush Brahma <quic_pbrahma@xxxxxxxxxxx>