Skip to content

Commit b09719b

Browse files
committed
Merge tag 'renesas-fixes-for-v7.0-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/fixes
Renesas fixes for v7.0 (take two) - Fix TFA BL31 memory corruption on Sparrow Hawk. * tag 'renesas-fixes-for-v7.0-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel: arm64: dts: renesas: sparrow-hawk: Reserve first 128 MiB of DRAM Signed-off-by: Arnd Bergmann <[email protected]>
2 parents abc52cf + ed84440 commit b09719b

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

arch/arm64/boot/dts/renesas/r8a779g3-sparrow-hawk.dts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,17 @@
118118
reg = <0x6 0x00000000 0x1 0x00000000>;
119119
};
120120

121+
reserved-memory {
122+
#address-cells = <2>;
123+
#size-cells = <2>;
124+
ranges;
125+
126+
tfa@40000000 {
127+
reg = <0x0 0x40000000 0x0 0x8000000>;
128+
no-map;
129+
};
130+
};
131+
121132
/* Page 27 / DSI to Display */
122133
dp-con {
123134
compatible = "dp-connector";

0 commit comments

Comments
 (0)