ARM: dts: socfpga: Add missing clock and interrupt fields for Arria10 DMA
authorGraham Moore <grmoore@opensource.altera.com>
Tue, 8 Mar 2016 17:02:50 +0000 (17:02 +0000)
committerDinh Nguyen <dinguyen@kernel.org>
Mon, 11 Apr 2016 18:58:34 +0000 (13:58 -0500)
The PL330 DMA driver will not load on Arria10 without devicetree entries
for clocks and clock_names.  This patch adds those entries.  It also adds
the ninth interrupt, which is required for error detection.

Signed-off-by: Graham Moore <grmoore@opensource.altera.com>
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
arch/arm/boot/dts/socfpga_arria10.dtsi

index f75dd232ec2eeefde0a735694f31d5883a2e6588..8d102d31021257295445e75bb3aaf003afbb109c 100644 (file)
                                             <0 87 IRQ_TYPE_LEVEL_HIGH>,
                                             <0 88 IRQ_TYPE_LEVEL_HIGH>,
                                             <0 89 IRQ_TYPE_LEVEL_HIGH>,
-                                            <0 90 IRQ_TYPE_LEVEL_HIGH>;
+                                            <0 90 IRQ_TYPE_LEVEL_HIGH>,
+                                            <0 91 IRQ_TYPE_LEVEL_HIGH>;
                                #dma-cells = <1>;
                                #dma-channels = <8>;
                                #dma-requests = <32>;
+                               clocks = <&l4_main_clk>;
+                               clock-names = "apb_pclk";
                        };
                };
 
This page took 0.025942 seconds and 5 git commands to generate.