diff options
author | Andre Przywara <andre.przywara@arm.com> | 2021-03-25 16:19:52 +0000 |
---|---|---|
committer | Andre Przywara <andre.przywara@arm.com> | 2021-03-31 09:50:31 +0100 |
commit | 62acef239f77583f3083f8c842ea2d28f4a1623c (patch) | |
tree | 836fb1d9af44942ccf70d1ce07d1e65bd1f72fa4 /arch/arm/dts | |
parent | c629ba854f2e3b79d14455500fee5e7f7cdef37e (diff) | |
download | u-boot-62acef239f77583f3083f8c842ea2d28f4a1623c.zip u-boot-62acef239f77583f3083f8c842ea2d28f4a1623c.tar.gz u-boot-62acef239f77583f3083f8c842ea2d28f4a1623c.tar.bz2 |
sunxi: dts: H616: Drop reserved-memory node
Trusted Firmware now adds the /reserved-memory subnode to the DT at
runtime[1], putting in the right values.
Drop our hard-coded version, as this might clash with the actual values
(which have also changed), and rely on TF-A to add the node.
[1] https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/7770
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Samuel Holland <samuel@sholland.org>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r-- | arch/arm/dts/sun50i-h616.dtsi | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm/dts/sun50i-h616.dtsi b/arch/arm/dts/sun50i-h616.dtsi index 953e8fa..dd4d2f3 100644 --- a/arch/arm/dts/sun50i-h616.dtsi +++ b/arch/arm/dts/sun50i-h616.dtsi @@ -51,18 +51,6 @@ }; }; - reserved-memory { - #address-cells = <2>; - #size-cells = <2>; - ranges; - - /* 512KiB reserved for ARM Trusted Firmware (BL31) */ - secmon_reserved: secmon@40000000 { - reg = <0x0 0x40000000 0x0 0x80000>; - no-map; - }; - }; - osc24M: osc24M_clk { #clock-cells = <0>; compatible = "fixed-clock"; |