aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/socfpga_arria10.dtsi
diff options
context:
space:
mode:
authorDinh Nguyen <dinguyen@kernel.org>2019-06-13 06:53:34 -0500
committerDinh Nguyen <dinguyen@kernel.org>2019-07-30 09:03:49 -0500
commit41763c2b50a19f23b519e3ca8d68fd9dc1b1e02a (patch)
treeffa9f5dd1e51da12b0a8fdd72fd400d25ce4e797 /arch/arm/boot/dts/socfpga_arria10.dtsi
parentLinus 5.3-rc1 (diff)
downloadlinux-dev-41763c2b50a19f23b519e3ca8d68fd9dc1b1e02a.tar.xz
linux-dev-41763c2b50a19f23b519e3ca8d68fd9dc1b1e02a.zip
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>
Diffstat (limited to 'arch/arm/boot/dts/socfpga_arria10.dtsi')
-rw-r--r--arch/arm/boot/dts/socfpga_arria10.dtsi3
1 files changed, 2 insertions, 1 deletions
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";
};