Skip to content

Commit

Permalink
ARM: mxs: add mxs-dma dt support
Browse files Browse the repository at this point in the history
Cc: Grant Likely <grant.likely@secretlab.ca>
Cc: Rob Herring <rob.herring@calxeda.com>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Huang Shijie <b32955@freescale.com>
Signed-off-by: Dong Aisheng <dong.aisheng@linaro.org>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Marek Vasut <marex@denx.de>
Acked-by: Vinod Koul <vinod.koul@intel.com>
  • Loading branch information
Dong Aisheng authored and Shawn Guo committed May 12, 2012
1 parent cb1be3c commit 84f3570
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/imx23.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
};

dma-apbh@80004000 {
compatible = "fsl,imx23-dma-apbh";
reg = <0x80004000 2000>;
status = "disabled";
};

ecc@80008000 {
Expand Down Expand Up @@ -97,8 +97,8 @@
};

dma-apbx@80024000 {
compatible = "fsl,imx23-dma-apbx";
reg = <0x80024000 2000>;
status = "disabled";
};

dcp@80028000 {
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/imx28.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
};

dma-apbh@80004000 {
compatible = "fsl,imx28-dma-apbh";
reg = <0x80004000 2000>;
status = "disabled";
};

perfmon@80006000 {
Expand Down Expand Up @@ -140,8 +140,8 @@
};

dma-apbx@80024000 {
compatible = "fsl,imx28-dma-apbx";
reg = <0x80024000 2000>;
status = "disabled";
};

dcp@80028000 {
Expand Down

0 comments on commit 84f3570

Please sign in to comment.