lkml.org 
[lkml]   [2012]   [Apr]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH v2 7/8] ARM: LPC32xx: DTS files for device tree conversion
Date
On Tuesday 17 April 2012, Roland Stigge wrote:
> + ahb {
> + #address-cells = <1>;
> + #size-cells = <1>;
> + compatible = "simple-bus";
> + ranges = <0x20000000 0x20000000 0x30000000>;
> +
> + slc: flash@20020000 {
> + compatible = "nxp,nand-slc";
> + reg = <0x20020000 0x1000>;
> + status = "disable";
> + };
> +
> + mlc: flash@200B0000 {
> + compatible = "nxp,nand-mlc";
> + reg = <0x200B0000 0x1000>;
> + status = "disable";
> + };

You have the flash chips in here, which seem right, but I would expect
to see the phy3250 file pick this up again and define partitions in
it, at least if there is a well-defined partition layout for that
board.

> +
> + chosen {
> + bootargs = "console=ttyS0,115200n81 root=/dev/ram0";
> + };

I think in general it's better not to list a command line like this,
it should instead get set by the boot loader or using ARM_ATAG_DTB_COMPAT.

Arnd


\
 
 \ /
  Last update: 2012-04-18 22:37    [W:0.141 / U:0.132 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site