projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dbaa6a
)
ARM: dts: socfpga: add missing reset-names for dma
author
Dinh Nguyen
<dinguyen@kernel.org>
Tue, 30 Jul 2019 14:07:04 +0000
(09:07 -0500)
committer
Dinh Nguyen
<dinguyen@kernel.org>
Tue, 30 Jul 2019 14:09:31 +0000
(09:09 -0500)
The dma dts node was missing the reset-names = "dma". The reset driver
needs this line to get the reset property.
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm/boot/dts/socfpga.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/socfpga.dtsi
b/arch/arm/boot/dts/socfpga.dtsi
index
90d6d0d
..
4f3993c
100644
(file)
--- a/
arch/arm/boot/dts/socfpga.dtsi
+++ b/
arch/arm/boot/dts/socfpga.dtsi
@@
-85,6
+85,7
@@
clocks = <&l4_main_clk>;
clock-names = "apb_pclk";
resets = <&rst DMA_RESET>;
+ reset-names = "dma";
};
};