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 90d6d0d4417d36fa7e0c8da0fd03d1a6782d7d7d..4f3993cc022796c4a3946af0e1aabd984f3937d7 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";
};
};