On Sunday 03 February 2008, Imre Kaloz wrote:
> Signed-off-by: Imre Kaloz <[EMAIL PROTECTED]>
> ---
>  arch/powerpc/boot/dts/taishan.dts      |   33 +++++++++++-
>  arch/powerpc/configs/taishan_defconfig |   89
> ++++++++++++++++++++++++++++++-- 2 files changed, 116 insertions(+), 6
> deletions(-)
>
> diff --git a/arch/powerpc/boot/dts/taishan.dts
> b/arch/powerpc/boot/dts/taishan.dts index 0706a4a..28c14dd 100644
> --- a/arch/powerpc/boot/dts/taishan.dts
> +++ b/arch/powerpc/boot/dts/taishan.dts
> @@ -174,7 +174,38 @@
>                               interrupts = <5 4>;
>                               interrupt-parent = <&UIC1>;
>
> -                             /* TODO: Add other EBC devices */
> +                             [EMAIL PROTECTED],0 {
> +                                     compatible = "cfi-flash";
> +                                     bank-width = <4>;
> +                                     device-width = <2>;
> +                                     reg = <0 000000 4000000>;
> +                                     #address-cells = <1>;
> +                                     #size-cells = <1>;
> +                                     [EMAIL PROTECTED] {
> +                                             label = "kernel";
> +                                             reg = <0 180000>;
> +                                     };
> +                                     [EMAIL PROTECTED] {
> +                                             label = "root";
> +                                             reg = <180000 200000>;
> +                                     };
> +                                     [EMAIL PROTECTED] {
> +                                             label = "user";
> +                                             reg = <380000 3a80000>;
> +                                     };
> +                                     [EMAIL PROTECTED] {
> +                                             label = "kozio";
> +                                             reg = <3e00000 140000>;
> +                                     };

Please remove the kozio partition from this list. It's not used/supported 
anymore.

Thanks.

Best regards,
Stefan

=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: [EMAIL PROTECTED]
=====================================================================
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to