Skip to content

Commit f26573e

Browse files
chewittsuperna9999
authored andcommitted
arm64: dts: meson-g12: drop BL32 region from SEI510/SEI610
The BL32/TEE reserved-memory region is now inherited from the common family dtsi (meson-g12-common) so we can drop it from board files. Signed-off-by: Christian Hewitt <[email protected]> Reviewed-by: Neil Armstrong <[email protected]> Reviewed-by: Kevin Hilman <[email protected]> Signed-off-by: Neil Armstrong <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 08982a1 commit f26573e

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

arch/arm64/boot/dts/amlogic/meson-g12a-sei510.dts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -157,14 +157,6 @@
157157
regulator-always-on;
158158
};
159159

160-
reserved-memory {
161-
/* TEE Reserved Memory */
162-
bl32_reserved: bl32@5000000 {
163-
reg = <0x0 0x05300000 0x0 0x2000000>;
164-
no-map;
165-
};
166-
};
167-
168160
sdio_pwrseq: sdio-pwrseq {
169161
compatible = "mmc-pwrseq-simple";
170162
reset-gpios = <&gpio GPIOX_6 GPIO_ACTIVE_LOW>;

arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -203,14 +203,6 @@
203203
regulator-always-on;
204204
};
205205

206-
reserved-memory {
207-
/* TEE Reserved Memory */
208-
bl32_reserved: bl32@5000000 {
209-
reg = <0x0 0x05300000 0x0 0x2000000>;
210-
no-map;
211-
};
212-
};
213-
214206
sdio_pwrseq: sdio-pwrseq {
215207
compatible = "mmc-pwrseq-simple";
216208
reset-gpios = <&gpio GPIOX_6 GPIO_ACTIVE_LOW>;

0 commit comments

Comments
 (0)