On Friday 14 November 2014 11:17:38 Feng Kan wrote: > On Fri, Nov 14, 2014 at 7:04 AM, Arnd Bergmann <a...@arndb.de> wrote: > > On Thursday 13 November 2014 16:19:55 Feng Kan wrote: > >> > >> + usb0: dwusb@19000000 { > >> + status = "disabled"; > >> + compatible = "xhci-platform"; > >> + reg = <0x0 0x19000000 0x0 0x100000>; > >> + interrupts = <0x0 0x89 0x4>; > >> + dma-coherent; > >> + }; > >> + > >> + usb1: dwusb@19800000 { > >> + status = "disabled"; > >> + compatible = "xhci-platform"; > >> + reg = <0x0 0x19800000 0x0 0x100000>; > >> + interrupts = <0x0 0x8a 0x4>; > >> + dma-coherent; > >> + }; > >> > > > > Call the nodes 'usb', not 'dwusb'. > This was a deliberate change on our part to make sure backward > compatibility with a older bootloader.
Ok, then add a comment above the nodes explaining this, to prevent people from cleaning it up and accidentally breaking your boot loader later. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/