From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2] arm: add support for PDU001
Date: Mon, 22 Jan 2018 10:15:43 -0500 [thread overview]
Message-ID: <20180122151543.GG32220@bill-the-cat> (raw)
In-Reply-To: <1516619269-27243-1-git-send-email-fb@ltec.ch>
On Mon, Jan 22, 2018 at 12:07:49PM +0100, Felix Brack wrote:
> This patch adds support for the PDU001 board.
>
> Signed-off-by: Felix Brack <fb@ltec.ch>
[snip]
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index f6d57f5..15349b3 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -1339,6 +1339,7 @@ source "board/vscom/baltos/Kconfig"
> source "board/woodburn/Kconfig"
> source "board/work-microwave/work_92105/Kconfig"
> source "board/zipitz2/Kconfig"
> +source "board/eets/pdu001/Kconfig"
This should stay alphabetized.
[snip]
> new file mode 100644
> index 0000000..0967e82
> --- /dev/null
> +++ b/arch/arm/dts/am335x-pdu001.dts
So, have you pushed this platform upstream to Linux?
> @@ -0,0 +1,612 @@
> +/*
> + * pdu001.dts
> + *
> + * EETS GmbH PDU001 board device tree file
> + *
> + * Copyright (C) 2018 EETS GmbH - http://www.eets.ch/
> + *
> + * Copyright (C) 2011, Texas Instruments, Incorporated - http://www.ti.com/
> + *
> + * SPDX-License-Identifier: GPL-2.0-or-later
This is not a free-form tag. Here and elsewhere you want "GPL-2.0+".
[snip]
> + ocp {
> + u-boot,dm-pre-reloc;
> + };
> +};
> +
> +&l4_wkup {
> + u-boot,dm-pre-reloc;
> +};
> +
> +&scm {
> + u-boot,dm-pre-reloc;
> +};
> +
For long term maintenance you'll want to move these U-Boot specific
parts to a am335x-pdu001-u-boot.dtsi file so that you can re-sync the
main DTS file with Linux and not have any important U-Boot changes be
dropped.
Thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180122/52148bd9/attachment.sig>
next prev parent reply other threads:[~2018-01-22 15:15 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-22 11:07 [U-Boot] [PATCH v2] arm: add support for PDU001 Felix Brack
2018-01-22 15:15 ` Tom Rini [this message]
2018-01-22 16:33 ` Felix Brack
2018-01-22 16:38 ` Tom Rini
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=20180122151543.GG32220@bill-the-cat \
--to=trini@konsulko.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox