diff options
author | John Crispin <john@openwrt.org> | 2014-12-03 20:22:42 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-12-03 20:22:42 +0000 |
commit | d04c4a311ebe704be4b1edd509da3bd194d82557 (patch) | |
tree | 5548a1fb6933f468bdb89eaf93a953fab911b362 /target/linux/ramips/dts/mt7621.dtsi | |
parent | 19a6f3dd11507759cbaf98904c48b66824f36d73 (diff) | |
download | upstream-d04c4a311ebe704be4b1edd509da3bd194d82557.tar.gz upstream-d04c4a311ebe704be4b1edd509da3bd194d82557.tar.bz2 upstream-d04c4a311ebe704be4b1edd509da3bd194d82557.zip |
ralink: mt7621 is a 1004Kc
Signed-off-by: L. D. Pinney <ldpinney@gmail.com>
SVN-Revision: 43514
Diffstat (limited to 'target/linux/ramips/dts/mt7621.dtsi')
-rw-r--r-- | target/linux/ramips/dts/mt7621.dtsi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/mt7621.dtsi b/target/linux/ramips/dts/mt7621.dtsi index 6d3c782430..a50f5cca58 100644 --- a/target/linux/ramips/dts/mt7621.dtsi +++ b/target/linux/ramips/dts/mt7621.dtsi @@ -5,7 +5,11 @@ cpus { cpu@0 { - compatible = "mips,mips24KEc"; + compatible = "mips,mips1004Kc"; + }; + + cpu@1 { + compatible = "mips,mips1004Kc"; }; }; |