On Mon, 2014-04-14 at 14:35 +0200, Martijn de Gouw wrote:
> +     lbc: localbus@ffe124000 {
> +             reg = <0xf 0xfe124000 0 0x1000>;
> +             ranges = <0 0 0xf 0xef800000 0x800000>;
> +
> +             flash@0,0 {
> +                     #address-cells = <1>;
> +                     #size-cells = <1>;
> +                     compatible = "cfi-flash";
> +                     reg = <0 0 0x00800000>;
> +                     bank-width = <2>;
> +                     device-width = <2>;
> +                     partition@rcw {
> +                             label = "rcw";
> +                             reg = <0x00000000 0x00020000>;
> +                     };
> +                     partition@fman-ucode {
> +                             label = "fman-ucode";
> +                             reg = <0x00020000 0x00020000>;
> +                     };
> +                     partition@user {
> +                             label = "user";
> +                             reg = <0x00040000 0x00680000>;
> +                     };
> +                     partition@env0 {
> +                             label = "env0";
> +                             reg = <0x006c0000 0x00020000>;
> +                     };
> +                     partition@env1 {
> +                             label = "env1";
> +                             reg = <0x006e0000 0x00020000>;
> +                     };
> +                     partition@u-boot {
> +                             label = "u-boot";
> +                             reg = <0x00700000 0x00080000>;
> +                     };
> +                     partition@u-boot-backup {
> +                             label = "u-boot-backup";
> +                             reg = <0x00780000 0x00080000>;
> +                     };

These are not valid unit addresses.  Regardless, please don't put
partition info in the dts.

-Scott


_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to