Revision 9dfef5aa

b/hw/spapr.c
194 194
    _FDT((fdt_end_node(fdt)));
195 195

  
196 196
    /* interrupt controller */
197
    _FDT((fdt_begin_node(fdt, "interrupt-controller@0")));
197
    _FDT((fdt_begin_node(fdt, "interrupt-controller")));
198 198

  
199 199
    _FDT((fdt_property_string(fdt, "device_type",
200 200
                              "PowerPC-External-Interrupt-Presentation")));
201 201
    _FDT((fdt_property_string(fdt, "compatible", "IBM,ppc-xicp")));
202
    _FDT((fdt_property_cell(fdt, "reg", 0)));
203 202
    _FDT((fdt_property(fdt, "interrupt-controller", NULL, 0)));
204 203
    _FDT((fdt_property(fdt, "ibm,interrupt-server-ranges",
205 204
                       interrupt_server_ranges_prop,

Also available in: Unified diff