Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41763c2b authored by Dinh Nguyen's avatar Dinh Nguyen
Browse files

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



The QSPI module needs the OCP reset bit deasserted as well.

Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
parent 5f9e832c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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";
		};