projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a21e55
)
ARM: dts: socfpga: add pl330 clock
author
Steffen Trumtrar
<s.trumtrar@pengutronix.de>
Wed, 8 Jan 2014 18:01:26 +0000
(12:01 -0600)
committer
Dinh Nguyen
<dinguyen@altera.com>
Wed, 8 Jan 2014 18:04:03 +0000
(12:04 -0600)
The pl330 dmac won't be added to the list of amba devices, as it doesn't have
a clock entry.
Add the clock.
Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
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 efcc38a2a11006483dee7008196dd1006b7076cf..537f1a5c07f55538ca161a16f8d0594b6170ca62 100644
(file)
--- a/
arch/arm/boot/dts/socfpga.dtsi
+++ b/
arch/arm/boot/dts/socfpga.dtsi
@@
-79,6
+79,8
@@
#dma-cells = <1>;
#dma-channels = <8>;
#dma-requests = <32>;
+ clocks = <&l4_main_clk>;
+ clock-names = "apb_pclk";
};
};