diff options
author | John Crispin <blogic@openwrt.org> | 2012-12-22 10:16:52 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-12-22 10:16:52 +0000 |
commit | 6ee5434d24b013caba3f009de939d0892e00fa8e (patch) | |
tree | 1fa565ef23dfa2d29433bf9cc411bac545c828d3 /target/linux/lantiq | |
parent | a52f5c57e334f82b7e641d8722c797e190623267 (diff) | |
download | upstream-6ee5434d24b013caba3f009de939d0892e00fa8e.tar.gz upstream-6ee5434d24b013caba3f009de939d0892e00fa8e.tar.bz2 upstream-6ee5434d24b013caba3f009de939d0892e00fa8e.zip |
[lantiq] ar9 did not load atm driver properly
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34840 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/image/ar9.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/image/ar9.dtsi b/target/linux/lantiq/image/ar9.dtsi index 63c7d61678..ba37f135df 100644 --- a/target/linux/lantiq/image/ar9.dtsi +++ b/target/linux/lantiq/image/ar9.dtsi @@ -150,7 +150,7 @@ }; ppe@E234000 { - compatible = "lantiq,ppe-ar9"; + compatible = "lantiq,ppe-arx100"; interrupt-parent = <&icu0>; interrupts = <96>; }; |