summaryrefslogtreecommitdiffstats
path: root/target/linux/mcs814x
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-07-04 19:37:11 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-07-04 19:37:11 +0000
commit0fdac1102d33d31fcd59f206f5b1a622de37f9ae (patch)
tree7694bd8129ff4199259008321f909a7ac33d3fb4 /target/linux/mcs814x
parent38cb1da868fc8ee3fd35a2260862dd0e20babdd0 (diff)
downloadmaster-31e0f0ae-0fdac1102d33d31fcd59f206f5b1a622de37f9ae.tar.gz
master-31e0f0ae-0fdac1102d33d31fcd59f206f5b1a622de37f9ae.tar.bz2
master-31e0f0ae-0fdac1102d33d31fcd59f206f5b1a622de37f9ae.zip
add missing interrupts properties to some device nodes
SVN-Revision: 32603
Diffstat (limited to 'target/linux/mcs814x')
-rw-r--r--target/linux/mcs814x/files-3.3/arch/arm/boot/dts/mcs8140.dtsi7
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>;
};
};