[U-Boot] [PATCH] dm: ls1021a: Bring in ls1021a dts files from linux kernel

Simon Glass sjg at chromium.org
Tue Mar 24 00:57:22 CET 2015


Hi,

On 23 March 2015 at 05:07, Haikun Wang <haikun.wang at freescale.com> wrote:
> From: haikun <haikun.wang at freescale.com>
>
> Bring in device tree files for ls1021a from linux V3.19.
> In order to use it in u-boot, make some changes:
> 1. remove 'gic' node and interrupt related properties in every node.
> 2. remove 'clockgen' node and clock related properties in every node.
> 3. change address-cells and size-cells of root node and 'soc' node
>    from 2 to 1.
> 4. Add quadspi node.
>

Can I suggest doing two patches:

1. Bring in files unchanged
2. Make your changes

That way it is clear what you changed, and someone can update it later.

> Signed-off-by: Haikun Wang <Haikun.Wang at freescale.com>
> ---
>  arch/arm/dts/Makefile        |   3 +
>  arch/arm/dts/ls1021a-qds.dts |  47 ++++++++
>  arch/arm/dts/ls1021a-twr.dts |  31 +++++
>  arch/arm/dts/ls1021a.dtsi    | 265 +++++++++++++++++++++++++++++++++++++++++++
>  4 files changed, 346 insertions(+)
>  create mode 100644 arch/arm/dts/ls1021a-qds.dts
>  create mode 100644 arch/arm/dts/ls1021a-twr.dts
>  create mode 100644 arch/arm/dts/ls1021a.dtsi
>

Regards,
Simon


More information about the U-Boot mailing list