All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/7] m68k: add basic set of devicetrees
Date: Tue, 25 Sep 2018 22:42:04 -0700	[thread overview]
Message-ID: <CAPnjgZ0wbVcj+abVgu0x02ZOini4=OPCc7eE8W37ZVk=Gb+0AA@mail.gmail.com> (raw)
In-Reply-To: <20180920210755.22381-2-angelo@sysam.it>

On 20 September 2018 at 15:07, Angelo Dureghello <angelo@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@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@chromium.org>

  reply	other threads:[~2018-09-26  5:42 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-20 21:07 [U-Boot] (no subject) Angelo Dureghello
2018-09-20 21:07 ` [U-Boot] [PATCH 1/7] m68k: add basic set of devicetrees Angelo Dureghello
2018-09-26  5:42   ` Simon Glass [this message]
2018-09-20 21:07 ` [U-Boot] [PATCH 2/7] drivers: spi: cf_spi: migrate to DM and DT Angelo Dureghello
2018-09-26  5:42   ` Simon Glass
2018-09-26 18:53     ` Angelo Dureghello
2018-09-27 13:41       ` Simon Glass
2018-09-27 17:20         ` Angelo Dureghello
2018-09-28 11:22         ` Angelo Dureghello
2018-10-02 11:21           ` Simon Glass
2018-09-20 21:07 ` [U-Boot] [PATCH 3/7] drivers: serial: mcfuart: add DT support Angelo Dureghello
2018-09-26  5:42   ` Simon Glass
2018-09-20 21:07 ` [U-Boot] [PATCH 4/7] drivers: serial: mcfuart: add Kconfig option Angelo Dureghello
2018-09-26  5:42   ` Simon Glass
2018-09-20 21:07 ` [U-Boot] [PATCH 5/7] m68k: architecture changes to support fdt Angelo Dureghello
2018-09-26  5:42   ` Simon Glass
2018-09-20 21:07 ` [U-Boot] [PATCH 6/7] m68k: add stmark2 fdt support Angelo Dureghello
2018-09-26  5:42   ` Simon Glass
2018-09-20 21:07 ` [U-Boot] [PATCH 7/7] board: stmark2: updates for DM and DT Angelo Dureghello

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAPnjgZ0wbVcj+abVgu0x02ZOini4=OPCc7eE8W37ZVk=Gb+0AA@mail.gmail.com' \
    --to=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.