OSDN Git Service

ARM: dts: vf610: fix missing irqs
authorStefan Agner <stefan@agner.ch>
Mon, 30 Mar 2015 04:10:39 +0000 (12:10 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 30 Mar 2015 11:22:12 +0000 (19:22 +0800)
While adding the MSCM interrupt router, all interrupts have been moved
to vfxxx.dtsi again. However, some properties got lost. Readd the
missing interrupt properties.

Fixes: 97e6466ab9d0 ("ARM: dts: vf610: add Miscellaneous System Control
Module (MSCM)")
Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/vfxxx.dtsi

index e2536a4..4aa3351 100644 (file)
                        src: src@4006e000 {
                                compatible = "fsl,vf610-src", "syscon";
                                reg = <0x4006e000 0x1000>;
+                               interrupts = <96 IRQ_TYPE_LEVEL_HIGH>;
                        };
                };
 
                                snvsrtc: snvs-rtc-lp@34 {
                                        compatible = "fsl,sec-v4.0-mon-rtc-lp";
                                        reg = <0x34 0x58>;
+                                       interrupts = <100 IRQ_TYPE_LEVEL_HIGH>;
                                        clocks = <&clks VF610_CLK_SNVS>;
                                        clock-names = "snvs-rtc";
                                };