mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
x86: dts: Add "m25p,fast-read" to SPI flash node
Except ICH7 SPI, all SPI flashes connected to ICH9 / Fast SPI should have "m25p,fast-read" property present in their DT nodes. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
5672d044a4
commit
bd798eed55
11 changed files with 11 additions and 0 deletions
|
@ -176,6 +176,7 @@
|
|||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
reg = <0>;
|
||||
m25p,fast-read;
|
||||
compatible = "winbond,w25q64dw",
|
||||
"jedec,spi-nor";
|
||||
memory-map = <0xff800000 0x00800000>;
|
||||
|
|
|
@ -200,6 +200,7 @@
|
|||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
reg = <0>;
|
||||
m25p,fast-read;
|
||||
compatible = "macronix,mx25l6405d",
|
||||
"jedec,spi-nor";
|
||||
memory-map = <0xff800000 0x00800000>;
|
||||
|
|
|
@ -149,6 +149,7 @@
|
|||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
reg = <0>;
|
||||
m25p,fast-read;
|
||||
compatible = "macronix,mx25u6435f", "jedec,spi-nor";
|
||||
memory-map = <0xff800000 0x00800000>;
|
||||
rw-mrc-cache {
|
||||
|
|
|
@ -362,6 +362,7 @@
|
|||
u-boot,dm-pre-proper;
|
||||
u-boot,dm-spl;
|
||||
reg = <0>;
|
||||
m25p,fast-read;
|
||||
compatible = "winbond,w25q128fw",
|
||||
"jedec,spi-nor";
|
||||
rw-mrc-cache {
|
||||
|
|
|
@ -430,6 +430,7 @@
|
|||
#address-cells = <1>;
|
||||
u-boot,dm-pre-reloc;
|
||||
reg = <0>;
|
||||
m25p,fast-read;
|
||||
compatible = "winbond,w25q64",
|
||||
"jedec,spi-nor";
|
||||
memory-map = <0xff800000 0x00800000>;
|
||||
|
|
|
@ -594,6 +594,7 @@
|
|||
#size-cells = <1>;
|
||||
#address-cells = <1>;
|
||||
reg = <0>;
|
||||
m25p,fast-read;
|
||||
compatible = "winbond,w25q64",
|
||||
"jedec,spi-nor";
|
||||
memory-map = <0xff800000 0x00800000>;
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
#size-cells = <1>;
|
||||
#address-cells = <1>;
|
||||
reg = <0>;
|
||||
m25p,fast-read;
|
||||
compatible = "winbond,w25q64",
|
||||
"jedec,spi-nor";
|
||||
memory-map = <0xff800000 0x00800000>;
|
||||
|
|
|
@ -187,6 +187,7 @@
|
|||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
reg = <0>;
|
||||
m25p,fast-read;
|
||||
compatible = "stmicro,n25q064a",
|
||||
"jedec,spi-nor";
|
||||
memory-map = <0xff800000 0x00800000>;
|
||||
|
|
|
@ -156,6 +156,7 @@
|
|||
|
||||
spi-flash@0 {
|
||||
reg = <0>;
|
||||
m25p,fast-read;
|
||||
compatible = "winbond,w25q64bv", "jedec,spi-nor";
|
||||
memory-map = <0xff800000 0x00800000>;
|
||||
};
|
||||
|
|
|
@ -198,6 +198,7 @@
|
|||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
reg = <0>;
|
||||
m25p,fast-read;
|
||||
compatible = "stmicro,n25q064a",
|
||||
"jedec,spi-nor";
|
||||
memory-map = <0xff800000 0x00800000>;
|
||||
|
|
|
@ -200,6 +200,7 @@
|
|||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
reg = <0>;
|
||||
m25p,fast-read;
|
||||
compatible = "stmicro,n25q064a",
|
||||
"jedec,spi-nor";
|
||||
memory-map = <0xff800000 0x00800000>;
|
||||
|
|
Loading…
Reference in a new issue