Dear Dong Aisheng,

> From: Dong Aisheng <[email protected]>
> 
> Cc: Grant Likely <[email protected]>
> Cc: Rob Herring <[email protected]>
> Cc: Shawn Guo <[email protected]>
> Cc: Sascha Hauer <[email protected]>
> Cc: Marek Vasut <[email protected]>
> Cc: Huang Shijie <[email protected]>
> Signed-off-by: Dong Aisheng <[email protected]>

Reviewed-by: Marek Vasut <[email protected]>

> ---
>  arch/arm/boot/dts/imx28.dtsi   |    4 ++--
>  arch/arm/mach-mxs/clock-mx28.c |    2 ++
>  2 files changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi
> index d1f4f8c..5f61777 100644
> --- a/arch/arm/boot/dts/imx28.dtsi
> +++ b/arch/arm/boot/dts/imx28.dtsi
> @@ -52,8 +52,8 @@
>                       };
> 
>                       dma-apbh@80004000 {
> +                             compatible = "fsl,imx28-dma-apbh";
>                               reg = <0x80004000 2000>;
> -                             status = "disabled";
>                       };
> 
>                       perfmon@80006000 {
> @@ -115,8 +115,8 @@
>                       };
> 
>                       dma-apbx@80024000 {
> +                             compatible = "fsl,imx28-dma-apbx";
>                               reg = <0x80024000 2000>;
> -                             status = "disabled";
>                       };
> 
>                       dcp@80028000 {
> diff --git a/arch/arm/mach-mxs/clock-mx28.c
> b/arch/arm/mach-mxs/clock-mx28.c index cca2cf7..9c926b6 100644
> --- a/arch/arm/mach-mxs/clock-mx28.c
> +++ b/arch/arm/mach-mxs/clock-mx28.c
> @@ -652,6 +652,8 @@ static struct clk_lookup lookups[] = {
>       _REGISTER_CLOCK("80074000.serial", NULL, uart_clk)
>       _REGISTER_CLOCK("800f0000.ethernet", NULL, fec_clk)
>       _REGISTER_CLOCK("800f4000.ethernet", NULL, fec_clk)
> +     _REGISTER_CLOCK("80004000.dma-apbh", NULL, hbus_clk)
> +     _REGISTER_CLOCK("80024000.dma-apbx", NULL, xbus_clk)
>  };
> 
>  static int clk_misc_init(void)

Best regards,
Marek Vasut
_______________________________________________
devicetree-discuss mailing list
[email protected]
https://lists.ozlabs.org/listinfo/devicetree-discuss

Reply via email to