[PATCH 1/2] Add flash node to mpc8641_hpcn.dts
Kumar Gala
galak at kernel.crashing.org
Wed Jan 23 03:44:15 EST 2008
On Jan 22, 2008, at 10:38 AM, Wade Farnsworth wrote:
> Add flash and partition information to mpc8641_hpcn.dts
>
> Signed-off-by: Wade Farnsworth <wfarnsworth at mvista.com>
>
> ---
> arch/powerpc/boot/dts/mpc8641_hpcn.dts | 27 +++++++++++++++++++++++
> 1 file changed, 27 insertions(+)
>
> diff --git a/arch/powerpc/boot/dts/mpc8641_hpcn.dts b/arch/powerpc/
> boot/dts/mpc8641_hpcn.dts
> index a719179..679e857 100644
> --- a/arch/powerpc/boot/dts/mpc8641_hpcn.dts
> +++ b/arch/powerpc/boot/dts/mpc8641_hpcn.dts
> @@ -457,4 +457,31 @@
> 0 00100000>;
> };
> };
This really should be under a localbus node.
- k
>
> +
> + flash at ff800000 {
> + compatible = "cfi-flash";
> + reg = <ff800000 00800000>;
> + bank-width = <2>;
> + device-width = <2>;
> + #address-cells = <1>;
> + #size-cells = <1>;
> + partition at 0 {
> + label = "kernel";
> + reg = <00000000 00300000>;
> + };
> + partition at 300000 {
> + label = "firmware b";
> + reg = <00300000 00100000>;
> + read-only;
> + };
> + partition at 400000 {
> + label = "fs";
> + reg = <00400000 00300000>;
> + };
> + partition at 700000 {
> + label = "firmware a";
> + reg = <00700000 00100000>;
> + read-only;
> + };
> + };
> };
>
More information about the Linuxppc-dev
mailing list