From: Scott Wood Date: Thu, 17 Jan 2008 22:37:56 +0000 (-0600) Subject: [POWERPC] 83xx: MPC8313e RDB - Add NOR flash to the device tree. X-Git-Tag: v2.6.25-rc1~1131^2~99^2~13 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=12600e48ca8732aa318a533ca7f21034f0010024;p=~emulex%2Finfiniband.git [POWERPC] 83xx: MPC8313e RDB - Add NOR flash to the device tree. Signed-off-by: Scott Wood Signed-off-by: Kumar Gala --- diff --git a/arch/powerpc/boot/dts/mpc8313erdb.dts b/arch/powerpc/boot/dts/mpc8313erdb.dts index 396710deccb..9bcf2c92541 100644 --- a/arch/powerpc/boot/dts/mpc8313erdb.dts +++ b/arch/powerpc/boot/dts/mpc8313erdb.dts @@ -61,6 +61,15 @@ 2 0 f0000000 00020000 3 0 fa000000 00008000>; + flash@0,0 { + #address-cells = <1>; + #size-cells = <1>; + compatible = "cfi-flash"; + reg = <0 0 800000>; + bank-width = <2>; + device-width = <1>; + }; + nand@1,0 { #address-cells = <1>; #size-cells = <1>;