From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Wed, 15 Jul 2020 20:23:02 -0700 Subject: [PATCH 3/4] riscv: dts: hifive-unleashed-a00: Make memory node available to SPL In-Reply-To: <1594869783-20189-1-git-send-email-bmeng.cn@gmail.com> References: <1594869783-20189-1-git-send-email-bmeng.cn@gmail.com> Message-ID: <1594869783-20189-3-git-send-email-bmeng.cn@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Bin Meng Make memory node available to SPL in prepration to updates to SiFive DDR RAM driver to read memory information from DT. Signed-off-by: Bin Meng --- arch/riscv/dts/hifive-unleashed-a00-u-boot.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/riscv/dts/hifive-unleashed-a00-u-boot.dtsi b/arch/riscv/dts/hifive-unleashed-a00-u-boot.dtsi index e037150..ebe8c07 100644 --- a/arch/riscv/dts/hifive-unleashed-a00-u-boot.dtsi +++ b/arch/riscv/dts/hifive-unleashed-a00-u-boot.dtsi @@ -16,6 +16,10 @@ spi2 = &qspi2; }; + memory at 80000000 { + u-boot,dm-spl; + }; + hfclk { u-boot,dm-spl; }; -- 2.7.4