From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] ARM: rpi: add another revision of Raspberry Pi A+
Date: Mon, 19 Oct 2015 07:46:48 +0200 [thread overview]
Message-ID: <20151019074648.66f90d29@lilith> (raw)
In-Reply-To: <1444835874-7046-1-git-send-email-lkundrak@v3.sk>
Hello Lubomir,
On Wed, 14 Oct 2015 17:17:54 +0200, Lubomir Rintel <lkundrak@v3.sk> wrote:
> Seen this one in the wild. Is labelled "Raspberry Pi Model A+ V1.1,
> (C) Raspberry Pi 2014". A standard A+ board, much like the one with
> version 0x12, didn't notice any differencies.
>
> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
> ---
> arch/arm/mach-bcm283x/include/mach/mbox.h | 1 +
> board/raspberrypi/rpi/rpi.c | 5 +++++
> 2 files changed, 6 insertions(+)
>
> diff --git a/arch/arm/mach-bcm283x/include/mach/mbox.h b/arch/arm/mach-bcm283x/include/mach/mbox.h
> index ff959c8..9260ee2 100644
> --- a/arch/arm/mach-bcm283x/include/mach/mbox.h
> +++ b/arch/arm/mach-bcm283x/include/mach/mbox.h
> @@ -150,6 +150,7 @@ struct bcm2835_mbox_tag_hdr {
> #define BCM2835_BOARD_REV_A_PLUS 0x12
> #define BCM2835_BOARD_REV_B_PLUS_13 0x13
> #define BCM2835_BOARD_REV_CM_14 0x14
> +#define BCM2835_BOARD_REV_A_PLUS_15 0x15
> #endif
>
> struct bcm2835_mbox_tag_get_board_rev {
> diff --git a/board/raspberrypi/rpi/rpi.c b/board/raspberrypi/rpi/rpi.c
> index 6d7be11..942badb 100644
> --- a/board/raspberrypi/rpi/rpi.c
> +++ b/board/raspberrypi/rpi/rpi.c
> @@ -176,6 +176,11 @@ static const struct {
> "bcm2835-rpi-cm.dtb",
> false,
> },
> + [BCM2835_BOARD_REV_A_PLUS_15] = {
> + "Model A+",
> + "bcm2835-rpi-a-plus.dtb",
> + false,
> + },
> #endif
> };
>
> --
> 2.4.3
>
Applied to u-boot-arm/master, thanks!
Amicalement,
--
Albert.
prev parent reply other threads:[~2015-10-19 5:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-14 15:17 [U-Boot] [PATCH] ARM: rpi: add another revision of Raspberry Pi A+ Lubomir Rintel
2015-10-19 5:46 ` Albert ARIBAUD [this message]
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=20151019074648.66f90d29@lilith \
--to=albert.u.boot@aribaud.net \
--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.