diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-07-04 19:37:11 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-07-04 19:37:11 +0000 |
commit | 59677232f8f4c09809cddfa65a4b2efac5cc238c (patch) | |
tree | 3f94848bc2b1979f440efa3e8d138cacc67a8c71 /target | |
parent | ee00fbb09b8c72992ad386a4d2bdc52b42e6cbdb (diff) | |
download | upstream-59677232f8f4c09809cddfa65a4b2efac5cc238c.tar.gz upstream-59677232f8f4c09809cddfa65a4b2efac5cc238c.tar.bz2 upstream-59677232f8f4c09809cddfa65a4b2efac5cc238c.zip |
[mcs814x] add missing interrupts properties to some device nodes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32603 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/mcs814x/files-3.3/arch/arm/boot/dts/mcs8140.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/mcs814x/files-3.3/arch/arm/boot/dts/mcs8140.dtsi b/target/linux/mcs814x/files-3.3/arch/arm/boot/dts/mcs8140.dtsi index c68f3ce7da..99a5952549 100644 --- a/target/linux/mcs814x/files-3.3/arch/arm/boot/dts/mcs8140.dtsi +++ b/target/linux/mcs814x/files-3.3/arch/arm/boot/dts/mcs8140.dtsi @@ -47,16 +47,19 @@ tso@40088000 { reg = <0x40088000 0x1c>; + interrupts = <7>; }; i2s@4008c000 { compatible = "moschip,mcs814x-i2s"; reg = <0x4008c000 0x18>; + interrupts = <8>; }; ipsec@40094000 { compatible = "moschip,mcs814x-ipsec"; reg = <0x40094000 0x1d8>; + interrupts = <16>; }; rng@4009c000 { @@ -70,6 +73,7 @@ list-proc@400ac0c0 { reg = <0x400ac0c0 0x38>; + interrupts = <19 27>; // done, error }; pci@400b0000 { @@ -95,6 +99,7 @@ gpio: gpio@400d0000 { compatible = "moschip,mcs814x-gpio"; reg = <0x400d0000 0x670>; + interrupts = <10>; #gpio-cells = <2>; gpio-controller; num-gpios = <20>; @@ -127,6 +132,7 @@ m2m@400e8000 { reg = <0x400e8000 0x24>; + interrupts = <17>; }; eth-filters@400ec000 { @@ -192,6 +198,7 @@ usb3: otg@400ff000 { compatible = "moschip,msc814x-otg", "usb-otg"; reg = <0x400ff000 0x1000>; + interrupts = <13>; }; }; |