mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-12 06:20:16 +02:00
[mcs814x] add missing interrupts properties to some device nodes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32603 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
dd97bbee8a
commit
c9906b31cd
@ -47,16 +47,19 @@
|
|||||||
|
|
||||||
tso@40088000 {
|
tso@40088000 {
|
||||||
reg = <0x40088000 0x1c>;
|
reg = <0x40088000 0x1c>;
|
||||||
|
interrupts = <7>;
|
||||||
};
|
};
|
||||||
|
|
||||||
i2s@4008c000 {
|
i2s@4008c000 {
|
||||||
compatible = "moschip,mcs814x-i2s";
|
compatible = "moschip,mcs814x-i2s";
|
||||||
reg = <0x4008c000 0x18>;
|
reg = <0x4008c000 0x18>;
|
||||||
|
interrupts = <8>;
|
||||||
};
|
};
|
||||||
|
|
||||||
ipsec@40094000 {
|
ipsec@40094000 {
|
||||||
compatible = "moschip,mcs814x-ipsec";
|
compatible = "moschip,mcs814x-ipsec";
|
||||||
reg = <0x40094000 0x1d8>;
|
reg = <0x40094000 0x1d8>;
|
||||||
|
interrupts = <16>;
|
||||||
};
|
};
|
||||||
|
|
||||||
rng@4009c000 {
|
rng@4009c000 {
|
||||||
@ -70,6 +73,7 @@
|
|||||||
|
|
||||||
list-proc@400ac0c0 {
|
list-proc@400ac0c0 {
|
||||||
reg = <0x400ac0c0 0x38>;
|
reg = <0x400ac0c0 0x38>;
|
||||||
|
interrupts = <19 27>; // done, error
|
||||||
};
|
};
|
||||||
|
|
||||||
pci@400b0000 {
|
pci@400b0000 {
|
||||||
@ -95,6 +99,7 @@
|
|||||||
gpio: gpio@400d0000 {
|
gpio: gpio@400d0000 {
|
||||||
compatible = "moschip,mcs814x-gpio";
|
compatible = "moschip,mcs814x-gpio";
|
||||||
reg = <0x400d0000 0x670>;
|
reg = <0x400d0000 0x670>;
|
||||||
|
interrupts = <10>;
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
gpio-controller;
|
gpio-controller;
|
||||||
num-gpios = <20>;
|
num-gpios = <20>;
|
||||||
@ -127,6 +132,7 @@
|
|||||||
|
|
||||||
m2m@400e8000 {
|
m2m@400e8000 {
|
||||||
reg = <0x400e8000 0x24>;
|
reg = <0x400e8000 0x24>;
|
||||||
|
interrupts = <17>;
|
||||||
};
|
};
|
||||||
|
|
||||||
eth-filters@400ec000 {
|
eth-filters@400ec000 {
|
||||||
@ -192,6 +198,7 @@
|
|||||||
usb3: otg@400ff000 {
|
usb3: otg@400ff000 {
|
||||||
compatible = "moschip,msc814x-otg", "usb-otg";
|
compatible = "moschip,msc814x-otg", "usb-otg";
|
||||||
reg = <0x400ff000 0x1000>;
|
reg = <0x400ff000 0x1000>;
|
||||||
|
interrupts = <13>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user