Commit b4feac9e authored by Wasim Nazir's avatar Wasim Nazir Committed by Bjorn Andersson
Browse files

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: default avatarWasim Nazir <wasim.nazir@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250803110113.401927-7-wasim.nazir@oss.qualcomm.com


Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent d39e1d73
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -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";
};
+7 −2
Original line number Diff line number Diff line
@@ -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";
};