diff options
author | John Crispin <john@openwrt.org> | 2012-12-22 10:16:52 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-12-22 10:16:52 +0000 |
commit | efe3225e2b070c26f773b3441c9bfa788b76532a (patch) | |
tree | 5a80c5024701c642086f31b96c85e4cff8bbc554 /target/linux/lantiq/image | |
parent | 379cd6e25e2f4dfb63ec2e9c9e6fe3fdcae25feb (diff) | |
download | upstream-efe3225e2b070c26f773b3441c9bfa788b76532a.tar.gz upstream-efe3225e2b070c26f773b3441c9bfa788b76532a.tar.bz2 upstream-efe3225e2b070c26f773b3441c9bfa788b76532a.zip |
ar9 did not load atm driver properly
SVN-Revision: 34840
Diffstat (limited to 'target/linux/lantiq/image')
-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>; }; |