diff options
Diffstat (limited to 'arch/powerpc/boot/dts/fsl/mvme2500.dts')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/mvme2500.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/fsl/mvme2500.dts b/arch/powerpc/boot/dts/fsl/mvme2500.dts index c7bc1a0c7194..69559e970e99 100644 --- a/arch/powerpc/boot/dts/fsl/mvme2500.dts +++ b/arch/powerpc/boot/dts/fsl/mvme2500.dts | |||
@@ -70,12 +70,12 @@ | |||
70 | fsl,espi-num-chipselects = <2>; | 70 | fsl,espi-num-chipselects = <2>; |
71 | 71 | ||
72 | flash@0 { | 72 | flash@0 { |
73 | compatible = "atmel,at25df641"; | 73 | compatible = "atmel,at25df641", "jedec,spi-nor"; |
74 | reg = <0>; | 74 | reg = <0>; |
75 | spi-max-frequency = <10000000>; | 75 | spi-max-frequency = <10000000>; |
76 | }; | 76 | }; |
77 | flash@1 { | 77 | flash@1 { |
78 | compatible = "atmel,at25df641"; | 78 | compatible = "atmel,at25df641", "jedec,spi-nor"; |
79 | reg = <1>; | 79 | reg = <1>; |
80 | spi-max-frequency = <10000000>; | 80 | spi-max-frequency = <10000000>; |
81 | }; | 81 | }; |