arm64: dts: qcom: lemans: Fix dts inclusion for IoT boards and update memory map

IoT boards currently inherit the automotive memory map, which is not
suitable for their configuration. This leads to incorrect memory layout
and inclusion of unnecessary carveouts.

Use lemans.dtsi as the base for IoT boards to apply the correct memory
map. Include additional DTSI files as needed to complete the board
configuration.

Update 'model' string to represent these boards as 'lemans'.

Signed-off-by: Wasim Nazir <wasim.nazir@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250803110113.401927-7-wasim.nazir@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
Wasim Nazir
2025-08-03 16:31:10 +05:30
committed by Bjorn Andersson
parent d39e1d737b
commit b4feac9e03
2 changed files with 14 additions and 4 deletions

View File

@@ -4,8 +4,13 @@
*/
/dts-v1/;
#include "sa8775p-ride-r3.dts"
#include "lemans.dtsi"
#include "lemans-pmics.dtsi"
#include "lemans-ride-common.dtsi"
#include "lemans-ride-ethernet-aqr115c.dtsi"
/ {
model = "Qualcomm QCS9100 Ride Rev3";
model = "Qualcomm Technologies, Inc. Lemans Ride Rev3";
compatible = "qcom,qcs9100-ride-r3", "qcom,qcs9100", "qcom,sa8775p";
};

View File

@@ -4,8 +4,13 @@
*/
/dts-v1/;
#include "sa8775p-ride.dts"
#include "lemans.dtsi"
#include "lemans-pmics.dtsi"
#include "lemans-ride-common.dtsi"
#include "lemans-ride-ethernet-88ea1512.dtsi"
/ {
model = "Qualcomm QCS9100 Ride";
model = "Qualcomm Technologies, Inc. Lemans Ride";
compatible = "qcom,qcs9100-ride", "qcom,qcs9100", "qcom,sa8775p";
};