diff --git a/arch/arm64/boot/dts/qcom/lemans-auto.dtsi b/arch/arm64/boot/dts/qcom/lemans-auto.dtsi index 07fa9cb148ae..8594242b57e6 100644 --- a/arch/arm64/boot/dts/qcom/lemans-auto.dtsi +++ b/arch/arm64/boot/dts/qcom/lemans-auto.dtsi @@ -85,11 +85,21 @@ no-map; }; + firmware_mem: firmware-region@b0000000 { + reg = <0x0 0xb0000000 0x0 0x800000>; + no-map; + }; + hyptz_reserved_mem: hyptz-reserved@beb00000 { reg = <0x0 0xbeb00000 0x0 0x11500000>; no-map; }; + scmi_mem: scmi-region@d0000000 { + reg = <0x0 0xd0000000 0x0 0x100000>; + no-map; + }; + trusted_apps_mem: trusted-apps@d1900000 { reg = <0x0 0xd1900000 0x0 0x3800000>; no-map; diff --git a/arch/arm64/boot/dts/qcom/lemans.dtsi b/arch/arm64/boot/dts/qcom/lemans.dtsi index 61a89cac64dc..28650194bee8 100644 --- a/arch/arm64/boot/dts/qcom/lemans.dtsi +++ b/arch/arm64/boot/dts/qcom/lemans.dtsi @@ -941,16 +941,6 @@ no-map; }; - firmware_mem: firmware-region@b0000000 { - reg = <0x0 0xb0000000 0x0 0x800000>; - no-map; - }; - - scmi_mem: scmi-region@d0000000 { - reg = <0x0 0xd0000000 0x0 0x40000>; - no-map; - }; - firmware_logs_mem: firmware-logs@d0040000 { reg = <0x0 0xd0040000 0x0 0x10000>; no-map;