[PATCH] powerpc/85xx: Add OCA4080 board support
Scott Wood
scottwood at freescale.com
Tue Apr 15 08:28:27 EST 2014
On Mon, 2014-04-14 at 14:35 +0200, Martijn de Gouw wrote:
> + lbc: localbus at ffe124000 {
> + reg = <0xf 0xfe124000 0 0x1000>;
> + ranges = <0 0 0xf 0xef800000 0x800000>;
> +
> + flash at 0,0 {
> + #address-cells = <1>;
> + #size-cells = <1>;
> + compatible = "cfi-flash";
> + reg = <0 0 0x00800000>;
> + bank-width = <2>;
> + device-width = <2>;
> + partition at rcw {
> + label = "rcw";
> + reg = <0x00000000 0x00020000>;
> + };
> + partition at fman-ucode {
> + label = "fman-ucode";
> + reg = <0x00020000 0x00020000>;
> + };
> + partition at user {
> + label = "user";
> + reg = <0x00040000 0x00680000>;
> + };
> + partition at env0 {
> + label = "env0";
> + reg = <0x006c0000 0x00020000>;
> + };
> + partition at env1 {
> + label = "env1";
> + reg = <0x006e0000 0x00020000>;
> + };
> + partition at u-boot {
> + label = "u-boot";
> + reg = <0x00700000 0x00080000>;
> + };
> + partition at 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
More information about the Linuxppc-dev
mailing list