OSDN Git Service

ARM: vf610: add second DSPI instance
authorBhuvanchandra DV <bhuvanchandra.dv@toradex.com>
Tue, 27 Jan 2015 10:57:18 +0000 (16:27 +0530)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 30 Mar 2015 08:38:50 +0000 (16:38 +0800)
Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com>
Acked-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/vf500.dtsi
arch/arm/boot/dts/vfxxx.dtsi

index 1dbf8d2..f5f807c 100644 (file)
        interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
 };
 
+&dspi1 {
+       interrupts = <GIC_SPI 68 IRQ_TYPE_LEVEL_HIGH>;
+};
+
 &edma0 {
        interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
                        <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
index a29c7ce..789744b 100644 (file)
                                status = "disabled";
                        };
 
+                       dspi1: dspi1@4002d000 {
+                               #address-cells = <1>;
+                               #size-cells = <0>;
+                               compatible = "fsl,vf610-dspi";
+                               reg = <0x4002d000 0x1000>;
+                               clocks = <&clks VF610_CLK_DSPI1>;
+                               clock-names = "dspi";
+                               spi-num-chipselects = <5>;
+                               status = "disabled";
+                       };
+
                        sai2: sai@40031000 {
                                compatible = "fsl,vf610-sai";
                                reg = <0x40031000 0x1000>;