All of lore.kernel.org
 help / color / mirror / Atom feed
From: swarren@wwwdotorg.org (Stephen Warren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V3] Add support for generic BCM SoC chipsets
Date: Fri, 16 Nov 2012 21:10:06 -0700	[thread overview]
Message-ID: <50A70E1E.9070907@wwwdotorg.org> (raw)
In-Reply-To: <1352843517-31328-1-git-send-email-csd@broadcom.com>

On 11/13/2012 02:51 PM, Christian Daudt wrote:
> In order to start upstreaming Broadcom SoC support, create
> a starting hierarchy, arch and dts files.
> The first support SoC family that is planned is the
> BCM281XX (BCM11130/11140/11351/28145/28155) family of dual A9 mobile
> SoC cores.
> This code is just the skeleton code for get the machine upstreamed. It
> has been made MULTIPLATFORM compatible.

Sorry for the slow review...

> diff --git a/Documentation/devicetree/bindings/arm/bcm/bcm281xx.txt b/Documentation/devicetree/bindings/arm/bcm/bcm281xx.txt

> +Required root node property:
> +
> +compatible = "bcm,bcm281xx";

Hmm. I still tend to think we should list the specific SoC rather than
the family here, but I guess if you're sure there won't be any SW
compatibility between the different SoCs in the series, this is fine.

> diff --git a/arch/arm/boot/dts/bcm281xx.dtsi b/arch/arm/boot/dts/bcm281xx.dtsi

> +	uart at 3e000000 {
> +		compatible = "snps,dw-apb-uart", "bcm,bcm281xx-sw-apb-uart";

The most specific value should be first, so swap those two entries.

> diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig

> +	help
> +	  This enables support for system based on Broadcom SoCs.
> +	  It currently supports the 'BCM281XX' family, which includes
> +	  BCM11130, BCM1140, BCM11351, BCM28145 and

Should that be 11140 rather than 1140?

Aside from that,
Reviewed-by: Stephen Warren <swarren@wwwdotorg.org>

  reply	other threads:[~2012-11-17  4:10 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-13 21:51 [PATCH V3] Add support for generic BCM SoC chipsets Christian Daudt
2012-11-17  4:10 ` Stephen Warren [this message]
2012-11-17 16:07   ` Christian Daudt
2012-11-17 17:21     ` Arnd Bergmann
2012-11-17 17:53       ` Christian Daudt
2012-11-17 18:04         ` Arnd Bergmann
2012-11-17 23:39           ` Christian Daudt
2012-11-18  0:02             ` Christian Daudt
2012-11-18 11:32               ` Arnd Bergmann
2012-11-18  5:50         ` Stephen Warren

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=50A70E1E.9070907@wwwdotorg.org \
    --to=swarren@wwwdotorg.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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.