On Mon, 2014-12-01 at 04:02 -0600, Emil Medve wrote:
> diff --git a/arch/powerpc/boot/dts/t4240rdb.dts 
> b/arch/powerpc/boot/dts/t4240rdb.dts
> index 53761d4..431bf4e 100644
> --- a/arch/powerpc/boot/dts/t4240rdb.dts
> +++ b/arch/powerpc/boot/dts/t4240rdb.dts
> @@ -69,10 +69,27 @@
>               device_type = "memory";
>       };
>  
> +     reserved-memory {
> +             #address-cells = <2>;
> +             #size-cells = <2>;
> +             ranges;
> +
> +             bman_fbpr: bman-fbpr {
> +                     compatible = "fsl,bman-fbpr";
> +                     alloc-ranges = <0 0 0xffff 0xffffffff>;
> +                     size = <0 0x1000000>;
> +                     alignment = <0 0x1000000>;
> +             };
> +     };

Can't this be done at the SoC level rather than board level?

-Scott


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

Reply via email to