[PATCH 2/2] flexcan: add err interrupt for p1010rdb
Zhao Qiang
B45475 at freescale.com
Thu Jun 19 17:46:13 EST 2014
add err interrupt for p1010rdb into dts.
Signed-off-by: Zhao Qiang <B45475 at freescale.com>
---
arch/powerpc/boot/dts/fsl/p1010si-post.dtsi | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/arch/powerpc/boot/dts/fsl/p1010si-post.dtsi b/arch/powerpc/boot/dts/fsl/p1010si-post.dtsi
index 4313ff6..bcd95ba 100644
--- a/arch/powerpc/boot/dts/fsl/p1010si-post.dtsi
+++ b/arch/powerpc/boot/dts/fsl/p1010si-post.dtsi
@@ -141,13 +141,15 @@
can0: can at 1c000 {
compatible = "fsl,p1010-flexcan";
reg = <0x1c000 0x1000>;
- interrupts = <48 0x2 0 0>;
+ interrupts = <48 0x2 0 0
+ 16 0x2 0 0>;
};
can1: can at 1d000 {
compatible = "fsl,p1010-flexcan";
reg = <0x1d000 0x1000>;
- interrupts = <61 0x2 0 0>;
+ interrupts = <61 0x2 0 0
+ 16 0x2 0 0>;
};
L2: l2-cache-controller at 20000 {
--
1.8.5
More information about the Linuxppc-dev
mailing list