]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: socfpga: add the QSPI OCP reset property on arria10
authorDinh Nguyen <dinguyen@kernel.org>
Thu, 13 Jun 2019 11:53:34 +0000 (06:53 -0500)
committerDinh Nguyen <dinguyen@kernel.org>
Tue, 30 Jul 2019 14:03:49 +0000 (09:03 -0500)
The QSPI module needs the OCP reset bit deasserted as well.

Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm/boot/dts/socfpga_arria10.dtsi

index a0a6d85072653ad74a789f2532739cfe3d3ae23e..20af1543819aeb492ba5865ad35bbc0e6d527055 100644 (file)
@@ -753,7 +753,8 @@ qspi: spi@ff809000 {
                        cdns,fifo-width = <4>;
                        cdns,trigger-address = <0x00000000>;
                        clocks = <&qspi_clk>;
-                       resets = <&rst QSPI_RESET>;
+                       resets = <&rst QSPI_RESET>, <&rst QSPI_OCP_RESET>;
+                       reset-names = "qspi", "qspi-ocp";
                        status = "disabled";
                };