diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-12-02 17:35:37 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-12-02 17:35:37 +0000 |
commit | 1f3ad2bde105e5ef2c4a2a203127afed443c89a8 (patch) | |
tree | 8b50bd1c0d7eab8d5c01222eb9f76240d73a4c78 /target/linux/mpc85xx | |
parent | 13bfcc5c0c25c3a06ad31a2aaaba36b085a1c363 (diff) | |
download | master-187ad058-1f3ad2bde105e5ef2c4a2a203127afed443c89a8.tar.gz master-187ad058-1f3ad2bde105e5ef2c4a2a203127afed443c89a8.tar.bz2 master-187ad058-1f3ad2bde105e5ef2c4a2a203127afed443c89a8.zip |
mpc85xx: fix up m25p80 device id (#21286)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47691 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mpc85xx')
-rw-r--r-- | target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts index 148c7a2fe3..0d79dc0db2 100644 --- a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts +++ b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/tl-wdr4900-v1.dts @@ -37,7 +37,7 @@ flash@0 { #address-cells = <1>; #size-cells = <1>; - compatible = "spansion,s25fl129p1"; + compatible = "jedec,spi-nor"; reg = <0>; spi-max-frequency = <25000000>; |