projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b67f801
)
ARM: dts: socfpga: Add missing NAND reset
author
Marek Vasut
<marex@denx.de>
Tue, 21 Aug 2018 13:54:22 +0000
(15:54 +0200)
committer
Marek Vasut
<marex@denx.de>
Fri, 24 Aug 2018 10:05:21 +0000
(12:05 +0200)
The NAND reset is missing from DT, so the reset manager cannot unreset the NAND.
Add the missing DT reset entry.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Chin Liang See <chin.liang.see@intel.com>
Cc: Dinh Nguyen <dinguyen@kernel.org>
Cc: Ley Foon Tan <ley.foon.tan@intel.com>
arch/arm/dts/socfpga_arria10.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/socfpga_arria10.dtsi
b/arch/arm/dts/socfpga_arria10.dtsi
index
573974b
..
46f2fd4
100644
(file)
--- a/
arch/arm/dts/socfpga_arria10.dtsi
+++ b/
arch/arm/dts/socfpga_arria10.dtsi
@@
-673,6
+673,7
@@
interrupts = <0 99 4>;
dma-mask = <0xffffffff>;
clocks = <&nand_clk>;
+ resets = <&rst NAND_RESET>;
status = "disabled";
};