On Thu, Sep 13, 2007 at 01:39:58AM -0500, Kumar Gala wrote:
quoted
+ CS: chipselect {
We need to document this in booting-without-of.
OK.
quoted
+ PIC: interrupt-controller@10c00 {
+ #interrupt-cells = <2>;
+ interrupt-controller;
+ reg = <10c00 80>;
+ compatible = "fsl,mpc8280-pic", "fsl,pq2-pic";
this should also have a "fsl,cpm2-pic" or something of that form.
(exact same pic exists on 8560, 85xx+CPM)
OK... I did it as pq2 rather than cpm2 because IIRC it wasn't described
under the CPM section of the manual, so I didn't know if 85xx CPM2 had
the same thing.
-Scott