From: Marek Vasut Date: Sat, 11 Apr 2020 18:49:49 +0000 (+0200) Subject: ARM: dts: rmobile: Reserve space in R-Car Gen3 DTs X-Git-Tag: v2020.10~207^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5d17a1691b2ec49edf989a195e2b534b58a5dbf7;p=platform%2Fkernel%2Fu-boot.git ARM: dts: rmobile: Reserve space in R-Car Gen3 DTs Reserve 4 kiB of space in R-Car Gen3 DTs when those DTs are compiled to permit patching in OpTee-OS /firmware node, /reserved-memory node and possibly also additional /memory@ nodes. Reviewed-by: Simon Glass Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu Cc: Simon Glass Cc: Tom Rini --- diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index ca663a8..480ef4c 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -766,6 +766,10 @@ dtb-$(CONFIG_RCAR_GEN3) += \ r8a77990-ebisu-u-boot.dtb \ r8a77995-draak-u-boot.dtb +ifdef CONFIG_RCAR_GEN3 +DTC_FLAGS += -R 4 -p 0x1000 +endif + dtb-$(CONFIG_RZA1) += \ r7s72100-gr-peach-u-boot.dtb