[PATCH 15/16] Add device tree for Ebony
Segher Boessenkool
segher at kernel.crashing.org
Wed Feb 14 07:08:52 EST 2007
> + cpus {
> + #address-cells = <1>;
> + #size-cells = <0>;
> +
> + PowerPC,440GP {
PowerPC,440GP at 0
> + clock-frequency = <5F5E100>; /* 100MHz FIXME: poke in zImage */
> + timebase-frequency = <5F5E100>; /* 100MHz FIXME: wrong, poke in
> zImage */
Can't you use decimal for these?
> + UIC0: interrupt-controller { /* UIC0 */
> + #address-cells = <0>;
> + #size-cells = <0>;
#address-cells = 0 never makes sense.
> + plb {
> + device_type = "soc";
> + compatible = "ibm,plb-440gp", "ibm,plb4";
> + ranges;
You need a #address-cells, #size-cells here.
Segher
More information about the Linuxppc-dev
mailing list