Re: [PATCH v2 14/16] riscv: k210: Rename airam to aisram

2020-11-02 Thread Rick Chen
> This is more consistent with the naming of other ram banks, and matches
> what Linux is doing.
>
> Reported-by: Damien Le Moal 
> Signed-off-by: Sean Anderson 
> ---
>
> Changes in v2:
> - New
>
>  arch/riscv/dts/k210.dtsi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>

Reviewed-by: Rick Chen 


[PATCH v2 14/16] riscv: k210: Rename airam to aisram

2020-10-12 Thread Sean Anderson
This is more consistent with the naming of other ram banks, and matches
what Linux is doing.

Reported-by: Damien Le Moal 
Signed-off-by: Sean Anderson 
---

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 = <0x8000 0x40>,
  <0x8040 0x20>,
  <0x8060 0x20>;
-   reg-names = "sram0", "sram1", "airam";
+   reg-names = "sram0", "sram1", "aisram";
clocks = < K210_CLK_SRAM0>,
 < K210_CLK_SRAM1>,
 < K210_CLK_PLL1>;
-   clock-names = "sram0", "sram1", "airam";
+   clock-names = "sram0", "sram1", "aisram";
u-boot,dm-pre-reloc;
};
 
-- 
2.28.0