projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65cedf0
)
ARM: dts: Add ADMA node to exynos5420
author
Sachin Kamat
<sachin.kamat@linaro.org>
Sun, 23 Feb 2014 23:47:28 +0000
(08:47 +0900)
committer
Kukjin Kim
<kgene.kim@samsung.com>
Sun, 23 Feb 2014 23:51:39 +0000
(08:51 +0900)
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/boot/dts/exynos5420.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/exynos5420.dtsi
b/arch/arm/boot/dts/exynos5420.dtsi
index fbb03f1079e3760914d6a9b6aa60d5acdda6bb27..07fea7c495086520c7bba8cb658b98044c843070 100644
(file)
--- a/
arch/arm/boot/dts/exynos5420.dtsi
+++ b/
arch/arm/boot/dts/exynos5420.dtsi
@@
-281,6
+281,17
@@
interrupt-parent = <&gic>;
ranges;
+ adma: adma@03880000 {
+ compatible = "arm,pl330", "arm,primecell";
+ reg = <0x03880000 0x1000>;
+ interrupts = <0 110 0>;
+ clocks = <&clock_audss EXYNOS_ADMA>;
+ clock-names = "apb_pclk";
+ #dma-cells = <1>;
+ #dma-channels = <6>;
+ #dma-requests = <16>;
+ };
+
pdma0: pdma@121A0000 {
compatible = "arm,pl330", "arm,primecell";
reg = <0x121A0000 0x1000>;