diff options
| author | Hou Zhiqiang <Zhiqiang.Hou@freescale.com> | 2016-01-13 02:54:46 -0500 |
|---|---|---|
| committer | Scott Wood <oss@buserror.net> | 2016-05-15 20:15:44 -0400 |
| commit | 6a369fa28509c3b6a35db979d6fa97a075b94876 (patch) | |
| tree | c52b32ea01ecd61858a04ade78249c33ee09e6d2 /arch/powerpc/boot | |
| parent | 1d4e89cf0a4e819fbde428e9e5286e7141a02e06 (diff) | |
powerpc/fsl: Fix SPI compatible on t208xrdb and t1040rdb
On the t208xrdb and t1040rdb, the SPI device is n25q512ax3
instead of n25q512a.
Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@freescale.com>
Signed-off-by: Scott Wood <oss@buserror.net>
Diffstat (limited to 'arch/powerpc/boot')
| -rw-r--r-- | arch/powerpc/boot/dts/fsl/t104xrdb.dtsi | 2 | ||||
| -rw-r--r-- | arch/powerpc/boot/dts/fsl/t208xrdb.dtsi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/fsl/t104xrdb.dtsi b/arch/powerpc/boot/dts/fsl/t104xrdb.dtsi index 72691ef102ee..7c4afdb44b46 100644 --- a/arch/powerpc/boot/dts/fsl/t104xrdb.dtsi +++ b/arch/powerpc/boot/dts/fsl/t104xrdb.dtsi | |||
| @@ -109,7 +109,7 @@ | |||
| 109 | flash@0 { | 109 | flash@0 { |
| 110 | #address-cells = <1>; | 110 | #address-cells = <1>; |
| 111 | #size-cells = <1>; | 111 | #size-cells = <1>; |
| 112 | compatible = "micron,n25q512a", "jedec,spi-nor"; | 112 | compatible = "micron,n25q512ax3", "jedec,spi-nor"; |
| 113 | reg = <0>; | 113 | reg = <0>; |
| 114 | spi-max-frequency = <10000000>; /* input clock */ | 114 | spi-max-frequency = <10000000>; /* input clock */ |
| 115 | }; | 115 | }; |
diff --git a/arch/powerpc/boot/dts/fsl/t208xrdb.dtsi b/arch/powerpc/boot/dts/fsl/t208xrdb.dtsi index dc9326875778..ff87e67c70da 100644 --- a/arch/powerpc/boot/dts/fsl/t208xrdb.dtsi +++ b/arch/powerpc/boot/dts/fsl/t208xrdb.dtsi | |||
| @@ -113,7 +113,7 @@ | |||
| 113 | flash@0 { | 113 | flash@0 { |
| 114 | #address-cells = <1>; | 114 | #address-cells = <1>; |
| 115 | #size-cells = <1>; | 115 | #size-cells = <1>; |
| 116 | compatible = "micron,n25q512a", "jedec,spi-nor"; | 116 | compatible = "micron,n25q512ax3", "jedec,spi-nor"; |
| 117 | reg = <0>; | 117 | reg = <0>; |
| 118 | spi-max-frequency = <10000000>; /* input clock */ | 118 | spi-max-frequency = <10000000>; /* input clock */ |
| 119 | }; | 119 | }; |
