This is more consistent with the naming of other ram banks, and matches
what Linux is doing.

Reported-by: Damien Le Moal <damien.lem...@wdc.com>
Signed-off-by: Sean Anderson <sean...@gmail.com>
---

Changes in v2:
- New

 arch/riscv/dts/k210.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/riscv/dts/k210.dtsi b/arch/riscv/dts/k210.dtsi
index 86d50f14e5..05f345f683 100644
--- a/arch/riscv/dts/k210.dtsi
+++ b/arch/riscv/dts/k210.dtsi
@@ -86,11 +86,11 @@
                reg = <0x80000000 0x400000>,
                      <0x80400000 0x200000>,
                      <0x80600000 0x200000>;
-               reg-names = "sram0", "sram1", "airam";
+               reg-names = "sram0", "sram1", "aisram";
                clocks = <&sysclk K210_CLK_SRAM0>,
                         <&sysclk K210_CLK_SRAM1>,
                         <&sysclk K210_CLK_PLL1>;
-               clock-names = "sram0", "sram1", "airam";
+               clock-names = "sram0", "sram1", "aisram";
                u-boot,dm-pre-reloc;
        };
 
-- 
2.28.0

Reply via email to