[PATCH v4] [POWERPC] 85xx: Add basic Uniprocessor MPC8572 DS port

Scott Wood scottwood at freescale.com
Thu Sep 13 02:36:38 EST 2007


On Wed, Sep 12, 2007 at 11:20:06AM -0500, Kumar Gala wrote:
> +		pcie at 0 {
> +			reg = <0 0 0 0 0>;
> +			#size-cells = <2>;
> +			#address-cells = <3>;
> +			device_type = "pci";
> +			uli1575 at 0 {

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: interrupt-controller at 20 {
> +						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



More information about the Linuxppc-dev mailing list