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

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
......@@ -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";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment