Commit 2be1a916 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Shawn Guo

ARM: dts: nxp: mxs: split interrupts per cells

Each interrupt should be in its own cell.  This is much more readable.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 14735186
......@@ -62,8 +62,8 @@ icoll: interrupt-controller@80000000 {
dma_apbh: dma-controller@80004000 {
compatible = "fsl,imx23-dma-apbh";
reg = <0x80004000 0x2000>;
interrupts = <0 14 20 0
13 13 13 13>;
interrupts = <0>, <14>, <20>, <0>,
<13>, <13>, <13>, <13>;
#dma-cells = <1>;
dma-channels = <8>;
clocks = <&clks 15>;
......@@ -415,10 +415,10 @@ emi@80020000 {
dma_apbx: dma-apbx@80024000 {
compatible = "fsl,imx23-dma-apbx";
reg = <0x80024000 0x2000>;
interrupts = <7 5 9 26
19 0 25 23
60 58 9 0
0 0 0 0>;
interrupts = <7>, <5>, <9>, <26>,
<19>, <0>, <25>, <23>,
<60>, <58>, <9>, <0>,
<0>, <0>, <0>, <0>;
interrupt-names = "audio-adc", "audio-dac", "spdif-tx", "i2c",
"saif0", "empty", "auart0-rx", "auart0-tx",
"auart1-rx", "auart1-tx", "saif1", "empty",
......@@ -431,7 +431,7 @@ dma_apbx: dma-apbx@80024000 {
dcp: crypto@80028000 {
compatible = "fsl,imx23-dcp";
reg = <0x80028000 0x2000>;
interrupts = <53 54>;
interrupts = <53>, <54>;
status = "okay";
};
......@@ -456,7 +456,7 @@ axi-ahb@8002e000 {
lcdif@80030000 {
compatible = "fsl,imx23-lcdif";
reg = <0x80030000 2000>;
interrupts = <46 45>;
interrupts = <46>, <45>;
clocks = <&clks 38>;
status = "disabled";
};
......@@ -525,7 +525,8 @@ audio-in@8004c000 {
lradc: lradc@80050000 {
compatible = "fsl,imx23-lradc";
reg = <0x80050000 0x2000>;
interrupts = <36 37 38 39 40 41 42 43 44>;
interrupts = <36>, <37>, <38>, <39>, <40>,
<41>, <42>, <43>, <44>;
status = "disabled";
clocks = <&clks 26>;
#io-channel-cells = <1>;
......@@ -568,7 +569,7 @@ pwm: pwm@80064000 {
timrot@80068000 {
compatible = "fsl,imx23-timrot", "fsl,timrot";
reg = <0x80068000 0x2000>;
interrupts = <28 29 30 31>;
interrupts = <28>, <29>, <30>, <31>;
clocks = <&clks 28>;
};
......
......@@ -81,10 +81,10 @@ hsadc: hsadc@80002000 {
dma_apbh: dma-controller@80004000 {
compatible = "fsl,imx28-dma-apbh";
reg = <0x80004000 0x2000>;
interrupts = <82 83 84 85
88 88 88 88
88 88 88 88
87 86 0 0>;
interrupts = <82>, <83>, <84>, <85>,
<88>, <88>, <88>, <88>,
<88>, <88>, <88>, <88>,
<87>, <86>, <0>, <0>;
#dma-cells = <1>;
dma-channels = <16>;
clocks = <&clks 25>;
......@@ -993,10 +993,10 @@ etm: etm@80022000 {
dma_apbx: dma-apbx@80024000 {
compatible = "fsl,imx28-dma-apbx";
reg = <0x80024000 0x2000>;
interrupts = <78 79 66 0
80 81 68 69
70 71 72 73
74 75 76 77>;
interrupts = <78>, <79>, <66>, <0>,
<80>, <81>, <68>, <69>,
<70>, <71>, <72>, <73>,
<74>, <75>, <76>, <77>;
#dma-cells = <1>;
dma-channels = <16>;
clocks = <&clks 26>;
......@@ -1005,7 +1005,7 @@ dma_apbx: dma-apbx@80024000 {
dcp: crypto@80028000 {
compatible = "fsl,imx28-dcp", "fsl,imx23-dcp";
reg = <0x80028000 0x2000>;
interrupts = <52 53 54>;
interrupts = <52>, <53>, <54>;
status = "okay";
};
......@@ -1136,8 +1136,8 @@ saif1: saif@80046000 {
lradc: lradc@80050000 {
compatible = "fsl,imx28-lradc";
reg = <0x80050000 0x2000>;
interrupts = <10 14 15 16 17 18 19
20 21 22 23 24 25>;
interrupts = <10>, <14>, <15>, <16>, <17>, <18>, <19>,
<20>, <21>, <22>, <23>, <24>, <25>;
status = "disabled";
clocks = <&clks 41>;
#io-channel-cells = <1>;
......@@ -1193,7 +1193,7 @@ pwm: pwm@80064000 {
timer: timrot@80068000 {
compatible = "fsl,imx28-timrot", "fsl,timrot";
reg = <0x80068000 0x2000>;
interrupts = <48 49 50 51>;
interrupts = <48>, <49>, <50>, <51>;
clocks = <&clks 26>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment