Re: OF NDFC
From: Josh Boyer <hidden>
Date: 2007-09-06 13:18:06
On Thu, 6 Sep 2007 15:06:03 +0200 Segher Boessenkool [off-list ref] wrote:
quoted
quoted
Is anybody working on the device-tree-aware ppc 44x NAND flash controller (ndfc) driver?Not to my knowledge. We sort of need a decent binding for NAND flash in general first.Not really. You can put the NAND controller in the device tree without describing the NAND flash itself -- and for that, you only need a "name", "compatible", "reg", and maybe some interrupt stuff.
He said driver. To test a driver, you'd need the binding for both the controller, and the NAND flash it controls. Otherwise, the driver isn't going to do much :). josh