dts: bindings: memc: correct spelling for renesas,ra-sdram
Fix typo for property name in renesas,ra-sdram. Update property name used in code. Signed-off-by: The Nguyen <the.nguyen.yf@renesas.com>
This commit is contained in:
committed by
Alberto Escolar
parent
d1d99918e5
commit
e45df54ba1
@@ -429,7 +429,7 @@
|
||||
auto-refresh-count = <SDRAM_AUTO_REFRESH_COUNT_8TIMES>;
|
||||
precharge-cycle-count = <SDRAM_AUTO_PRECHARGE_CYCLE_3CYCLES>;
|
||||
multiplex-addr-shift = "10-bit";
|
||||
edian-mode = "little-endian";
|
||||
endian-mode = "little-endian";
|
||||
continuous-access;
|
||||
bus-width = "16-bit";
|
||||
|
||||
|
||||
@@ -207,7 +207,7 @@
|
||||
auto-refresh-count = <SDRAM_AUTO_REFRESH_COUNT_8TIMES>;
|
||||
precharge-cycle-count = <SDRAM_AUTO_PRECHARGE_CYCLE_3CYCLES>;
|
||||
multiplex-addr-shift = "9-bit";
|
||||
edian-mode = "little-endian";
|
||||
endian-mode = "little-endian";
|
||||
continuous-access;
|
||||
bus-width = "32-bit";
|
||||
|
||||
|
||||
@@ -207,7 +207,7 @@
|
||||
auto-refresh-count = <SDRAM_AUTO_REFRESH_COUNT_8TIMES>;
|
||||
precharge-cycle-count = <SDRAM_AUTO_PRECHARGE_CYCLE_3CYCLES>;
|
||||
multiplex-addr-shift = "9-bit";
|
||||
edian-mode = "little-endian";
|
||||
endian-mode = "little-endian";
|
||||
continuous-access;
|
||||
bus-width = "32-bit";
|
||||
|
||||
|
||||
@@ -183,7 +183,7 @@
|
||||
auto-refresh-count = <SDRAM_AUTO_REFRESH_COUNT_8TIMES>;
|
||||
precharge-cycle-count = <SDRAM_AUTO_PRECHARGE_CYCLE_3CYCLES>;
|
||||
multiplex-addr-shift = "9-bit";
|
||||
edian-mode = "little-endian";
|
||||
endian-mode = "little-endian";
|
||||
continuous-access;
|
||||
bus-width = "16-bit";
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ description: |
|
||||
auto-refresh-count = <8>;
|
||||
precharge-cycle-count = <3>;
|
||||
multiplex-addr-shift = "10-bit";
|
||||
edian-mode = "little-endian";
|
||||
endian-mode = "little-endian";
|
||||
continuous-access;
|
||||
bus-width = "16-bit";
|
||||
bank@0 {
|
||||
@@ -85,7 +85,7 @@ properties:
|
||||
Select the size of the shift towards the lower half of the row address in row address/column
|
||||
address multiplexing.
|
||||
|
||||
edian-mode:
|
||||
endian-mode:
|
||||
type: string
|
||||
default: "little-endian"
|
||||
enum:
|
||||
|
||||
Reference in New Issue
Block a user