On Wed, Sep 12, 2007 at 11:20:06AM -0500, Kumar Gala wrote:
> + [EMAIL PROTECTED] {
> + reg = <0 0 0 0 0>;
> + #size-cells = <2>;
> + #address-cells = <3>;
> + device_type = "pci";
> + [EMAIL PROTECTED] {
You need a ranges; in the pcie node, or else nothing can be translated
through it. Linux may let us get away with it currently, but other
parsing code won't.
> + i8259: [EMAIL PROTECTED] {
> + reg = <1 20 2
> + 1 a0 2
> + 1 4d0 2>;
> + clock-frequency = <0>;
> + interrupt-controller;
> + device_type =
> "interrupt-controller";
> + #address-cells = <0>;
> + #interrupt-cells = <2>;
> + built-in;
> + compatible = "chrp,iic";
> + interrupts = <9 2>;
> + interrupt-parent =
> + <&mpic>;
> + };
I'd get rid of clock-frequency and built-in.
-Scott
_______________________________________________
Linuxppc-dev mailing list
[email protected]
https://ozlabs.org/mailman/listinfo/linuxppc-dev