[U-Boot] [PATCH 1/7] m68k: add basic set of devicetrees

Simon Glass sjg at chromium.org
Wed Sep 26 05:42:04 UTC 2018


On 20 September 2018 at 15:07, Angelo Dureghello <angelo at sysam.it> wrote:
> This patch adds a basic group of devicetrees, one for each
> cpu, including actually just uart and dspi devices, since
> these are the drivers supporting devicetree (support added
> in this patch).
>
> Signed-off-by: Angelo Dureghello <angelo at sysam.it>
> ---
>  arch/m68k/dts/mcf5208.dtsi                    | 36 ++++++++
>  arch/m68k/dts/mcf5227x.dtsi                   | 48 ++++++++++
>  arch/m68k/dts/mcf523x.dtsi                    | 44 ++++++++++
>  arch/m68k/dts/mcf5249.dtsi                    | 38 ++++++++
>  arch/m68k/dts/mcf5253.dtsi                    | 44 ++++++++++
>  arch/m68k/dts/mcf5271.dtsi                    | 44 ++++++++++
>  arch/m68k/dts/mcf5272.dtsi                    | 38 ++++++++
>  arch/m68k/dts/mcf5275.dtsi                    | 44 ++++++++++
>  arch/m68k/dts/mcf5282.dtsi                    | 44 ++++++++++
>  arch/m68k/dts/mcf5301x.dtsi                   | 48 ++++++++++
>  arch/m68k/dts/mcf5307.dtsi                    | 39 +++++++++
>  arch/m68k/dts/mcf5329.dtsi                    | 36 ++++++++
>  arch/m68k/dts/mcf5441x.dtsi                   | 87 +++++++++++++++++++
>  arch/m68k/dts/mcf5445x.dtsi                   | 48 ++++++++++
>  doc/device-tree-bindings/serial/mcf-uart.txt  | 19 ++++
>  doc/device-tree-bindings/spi/spi-mcf-dspi.txt | 22 +++++
>  16 files changed, 679 insertions(+)
>  create mode 100644 arch/m68k/dts/mcf5208.dtsi
>  create mode 100644 arch/m68k/dts/mcf5227x.dtsi
>  create mode 100644 arch/m68k/dts/mcf523x.dtsi
>  create mode 100644 arch/m68k/dts/mcf5249.dtsi
>  create mode 100644 arch/m68k/dts/mcf5253.dtsi
>  create mode 100644 arch/m68k/dts/mcf5271.dtsi
>  create mode 100644 arch/m68k/dts/mcf5272.dtsi
>  create mode 100644 arch/m68k/dts/mcf5275.dtsi
>  create mode 100644 arch/m68k/dts/mcf5282.dtsi
>  create mode 100644 arch/m68k/dts/mcf5301x.dtsi
>  create mode 100644 arch/m68k/dts/mcf5307.dtsi
>  create mode 100644 arch/m68k/dts/mcf5329.dtsi
>  create mode 100644 arch/m68k/dts/mcf5441x.dtsi
>  create mode 100644 arch/m68k/dts/mcf5445x.dtsi
>  create mode 100644 doc/device-tree-bindings/serial/mcf-uart.txt
>  create mode 100644 doc/device-tree-bindings/spi/spi-mcf-dspi.txt

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list