linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Scott Wood <scottwood@freescale.com>
To: David Jander <david.jander@protonic.nl>
Cc: linuxppc-embedded@ozlabs.org
Subject: Re: [PATCH 1/2] Added support for PRTLVT based boards (MPC5121)
Date: Wed, 11 Jun 2008 12:58:32 -0500	[thread overview]
Message-ID: <48501248.8010104@freescale.com> (raw)
In-Reply-To: <200806111143.08905.david.jander@protonic.nl>

David Jander wrote:
>  arch/powerpc/platforms/512x/mpc5121_ads.c     |  104 ----------
>  arch/powerpc/platforms/512x/mpc5121_generic.c |  105 ++++++++++

Pass -B -M -C to git-format-patch to detect renames, copies, etc.

> +	flash@fe000000 {
> +		device_type = "rom";
> +		compatible = "direct-mapped";
> +		probe-type = "CFI";
> +		reg = <0xfe000000 0x02000000>;
> +		bank-width = <2>;
> +		partitions = <0x00000000 0x01800000   // filesystem
> +		              0x01800000 0x00200000   // config0
> +		              0x01a00000 0x00200000   // config1
> +		              0x01c00000 0x002e0000   // kernel
> +		              0x01ee0000 0x00020000   // one sector for device tree
> +		              0x01f00000 0x00100000>; // u-boot
> +		partition-names = "filesystem", "config0", "config1","kernel", "device-tree", "u-boot";
> +	};

This is an old flash binding.  Please use the one currently described in 
Documentation/booting-without-of.txt.

> +	soc@80000000 {
> +		compatible = "fsl,mpc5121-immr";

Also simple-bus.

> +		//axe@2000 {
> +		//	compatible = "mpc512x-axe";
> +		//	reg = <2000 100>;
> +		//	interrupts = <2a 8>;
> +		//	interrupt-parent = < &ipic >;
> +		//};

Why is this here, but commented out?

> +		mdio@2800 {
> +			device_type = "mdio";

No device_type.

> +		// PSC4 in i2s mode
> +		i2s@11500 {
> +			device_type = "i2s";

No device_type.

> +		// PSC5 in SPI mode for touchscreen
> +		spi@11500 {
> +			device_type = "spi";

No device_type.

> +		dma2@14000 {
> +			compatible = "fsl,mpc5121-dma2";

Is this DMA controller compatible with drivers/dma/fsldma.c?  If so, 
follow the established binding.

> +config MPC5121_GENERIC
> +	bool
> +	default n
> +
>  config MPC5121_ADS
>  	bool "Freescale MPC5121E ADS"
>  	depends on PPC_MULTIPLATFORM && PPC32
>  	select DEFAULT_UIMAGE
>  	select PPC_MPC5121
> +	select MPC5121_GENERIC
>  	help
>  	  This option enables support for the MPC5121E ADS board.
>  	default n
> +
> +config PRTLVT
> +	bool "Protonic LVT family of MPC5121 based boards"
> +	depends on PPC_MULTIPLATFORM && PPC32
> +	select DEFAULT_UIMAGE
> +	select PPC_MPC5121
> +	select MPC5121_GENERIC
> +	help
> +	  This option enables support for the Protonic LVT family (ZANMCU and VICVT2).
> +	default n

Can we leave out the "default n" lines?  They're no-ops.

I don't think these configs should depend on an option 
(PPC_MULTIPLATFORM) that is described as "Generic desktop/server/laptop"...

-Scott

  parent reply	other threads:[~2008-06-11 17:58 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-11  9:43 [PATCH 1/2] Added support for PRTLVT based boards (MPC5121) David Jander
2008-06-11  9:44 ` [PATCH 2/2] Re-added support for FEC on MPC5121 from Freescale LTIB David Jander
2008-06-11 18:19   ` Scott Wood
2008-06-12 10:33     ` David Jander
2008-06-12 13:29       ` Scott Wood
2008-06-12 13:57         ` Grant Likely
2008-06-17 17:33   ` John Rigby
2008-06-11 17:58 ` Scott Wood [this message]
2008-06-12  6:20   ` [PATCH 1/2] Added support for PRTLVT based boards (MPC5121) Grant Likely
2008-06-12  6:54   ` David Jander
2008-06-12 13:15     ` Scott Wood
2008-06-12  6:36 ` Grant Likely
  -- strict thread matches above, loose matches on Subject: below --
2008-06-12 11:44 David Jander
2008-06-12 14:10 ` Grant Likely
2008-06-13  4:19   ` David Gibson
2008-06-13  5:12     ` Grant Likely

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=48501248.8010104@freescale.com \
    --to=scottwood@freescale.com \
    --cc=david.jander@protonic.nl \
    --cc=linuxppc-embedded@ozlabs.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).