[PATCH 4/4] powerpc/85xx: TQM8548: Update DTS file for multi-chip support
Scott Wood
scottwood at freescale.com
Wed Mar 18 14:51:30 EDT 2009
On Tue, Mar 17, 2009 at 10:12:22AM +0100, Wolfgang Grandegegr wrote:
> --- a/arch/powerpc/boot/dts/tqm8548.dts
> +++ b/arch/powerpc/boot/dts/tqm8548.dts
> @@ -389,6 +389,11 @@
> reg = <3 0x0 0x800>;
> fsl,upm-addr-offset = <0x10>;
> fsl,upm-cmd-offset = <0x08>;
> + wait-flags = <0x05>;
> + /* Multi-chip device */
> + fsl,upm-mar-chip-offset = <0x200>;
> + max-chips = <2>;
> + chip-offset = <0x200>;
Device-specific properties (especially vaguely-named ones like wait-flags)
should have at least an "fsl," prefix (or better, an "fsl,upm-" or
"fsl,upm-nand-" prefix).
Please update Documentation/powerpc/dts-bindings/fsl/upm-nand.txt with the
definitions of these new properties.
-Scott
More information about the linux-mtd
mailing list