Skip to content

Commit

Permalink
powerpc/4xx: Sequoia: Enable NAND support
Browse files Browse the repository at this point in the history
Now that the 4xx NAND driver is available again in arch/powerpc, let's
enable it on Sequoia. This patch also disables the early debug messages
(CONFIG_PPC_EARLY_DEBUG) in the Sequoia defconfig.

Signed-off-by: Stefan Roese <sr@denx.de>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
  • Loading branch information
Stefan Roese authored and Josh Boyer committed Jun 4, 2009
1 parent 9d2c0f6 commit 7b8d639
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 37 deletions.
22 changes: 22 additions & 0 deletions arch/powerpc/boot/dts/sequoia.dts
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,28 @@
};
};

ndfc@3,0 {
compatible = "ibm,ndfc";
reg = <0x00000003 0x00000000 0x00002000>;
ccr = <0x00001000>;
bank-settings = <0x80002222>;
#address-cells = <1>;
#size-cells = <1>;

nand {
#address-cells = <1>;
#size-cells = <1>;

partition@0 {
label = "u-boot";
reg = <0x00000000 0x00084000>;
};
partition@84000 {
label = "user";
reg = <0x00000000 0x01f7c000>;
};
};
};
};

UART0: serial@ef600300 {
Expand Down
Loading

0 comments on commit 7b8d639

Please sign in to comment.