From: Dinh Nguyen Date: Thu, 13 Jun 2019 11:53:34 +0000 (-0500) Subject: ARM: dts: socfpga: add the QSPI OCP reset property on arria10 X-Git-Tag: v5.4-rc1~184^2~28^2~7 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=41763c2b50a19f23b519e3ca8d68fd9dc1b1e02a;p=linux.git 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 --- 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 @@ 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"; };