diff mbox series

ARM: dts: socfpga: add the QSPI OCP reset property on arria10

Message ID 20190624154558.5354-1-dinguyen@kernel.org (mailing list archive)
State Mainlined
Commit 41763c2b50a19f23b519e3ca8d68fd9dc1b1e02a
Headers show
Series ARM: dts: socfpga: add the QSPI OCP reset property on arria10 | expand

Commit Message

Dinh Nguyen June 24, 2019, 3:45 p.m. UTC
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 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/socfpga_arria10.dtsi b/arch/arm/boot/dts/socfpga_arria10.dtsi
index a0a6d8507265..20af1543819a 100644
--- a/arch/arm/boot/dts/socfpga_arria10.dtsi
+++ b/arch/arm/boot/dts/socfpga_arria10.dtsi
@@ -753,7 +753,8 @@ 
 			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";
 		};