projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f9e832
)
ARM: dts: socfpga: add the QSPI OCP reset property on arria10
author
Dinh Nguyen
<dinguyen@kernel.org>
Thu, 13 Jun 2019 11:53:34 +0000
(06:53 -0500)
committer
Dinh Nguyen
<dinguyen@kernel.org>
Tue, 30 Jul 2019 14:03:49 +0000
(09:03 -0500)
The QSPI module needs the OCP reset bit deasserted as well.
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm/boot/dts/socfpga_arria10.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/socfpga_arria10.dtsi
b/arch/arm/boot/dts/socfpga_arria10.dtsi
index
a0a6d85
..
20af154
100644
(file)
--- 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";
};