1
0
Fork 0

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: Dinh Nguyen <dinguyen@kernel.org>
alistair/sunxi64-5.4-dsi
Dinh Nguyen 2019-06-13 06:53:34 -05:00
parent 5f9e832c13
commit 41763c2b50
1 changed files with 2 additions and 1 deletions

View File

@ -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";
};