summaryrefslogtreecommitdiff
path: root/arch/riscv
diff options
context:
space:
mode:
authorSean Anderson <seanga2@gmail.com>2021-04-09 05:13:11 +0300
committerLeo Yu-Chi Liang <ycliang@andestech.com>2021-05-14 11:20:49 +0300
commit2d64e3829b19fd5c8337296d6410551e4a753a3a (patch)
treef5c5d2c46a07eefa4935045a54f56b79fbaf81fd /arch/riscv
parent23058052de302af1e5fcc0c22a8dea97b25d61cd (diff)
downloadu-boot-2d64e3829b19fd5c8337296d6410551e4a753a3a.tar.xz
riscv: k210: Rename airam to aisram
This is more consistent with the naming of other ram banks, and matches what Linux is doing. Reported-by: Damien Le Moal <Damien.LeMoal@wdc.com> Signed-off-by: Sean Anderson <seanga2@gmail.com>
Diffstat (limited to 'arch/riscv')
-rw-r--r--arch/riscv/dts/k210.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/riscv/dts/k210.dtsi b/arch/riscv/dts/k210.dtsi
index a735bebf2c..2032f1e5c2 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;
};