projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
171befe
)
ARM: dts: imx7s: Add SDMA node
author
Fabio Estevam
<fabio.estevam@nxp.com>
Wed, 10 Aug 2016 16:00:28 +0000
(13:00 -0300)
committer
Shawn Guo
<shawnguo@kernel.org>
Wed, 17 Aug 2016 14:34:31 +0000
(22:34 +0800)
Add a SDMA entry in the dtsi file.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx7s.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/imx7s.dtsi
b/arch/arm/boot/dts/imx7s.dtsi
index c63591c1f25e1454c3153159810f49c9b5923fd0..9a5fdbbcedcd0b964b608d265f80cd591cec256b 100644
(file)
--- a/
arch/arm/boot/dts/imx7s.dtsi
+++ b/
arch/arm/boot/dts/imx7s.dtsi
@@
-911,6
+911,17
@@
status = "disabled";
};
+ sdma: sdma@30bd0000 {
+ compatible = "fsl,imx7d-sdma", "fsl,imx35-sdma";
+ reg = <0x30bd0000 0x10000>;
+ interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&clks IMX7D_SDMA_CORE_CLK>,
+ <&clks IMX7D_AHB_CHANNEL_ROOT_CLK>;
+ clock-names = "ipg", "ahb";
+ #dma-cells = <3>;
+ fsl,sdma-ram-script-name = "imx/sdma/sdma-imx7d.bin";
+ };
+
fec1: ethernet@30be0000 {
compatible = "fsl,imx7d-fec", "fsl,imx6sx-fec";
reg = <0x30be0000 0x10000>;