[PATCH] pci-rcar-gen2: add device tree support
Arnd Bergmann
arnd at arndb.de
Fri Apr 25 13:05:50 PDT 2014
On Friday 25 April 2014 11:45:35 Bjorn Helgaas wrote:
> > +This is the bridge used internally to connect the USB controllers to the
> > +AHB. There is one bridge instance per USB port connected to the internal
> > +OHCI and EHCI controllers.
> > +
> > +Required properties:
> > +- compatible: "renesas,pci-r8a7790" for the R8A7790 SoC;
> > + "renesas,pci-r8a7791" for the R8A7791 SoC.
> > +- reg: A list of physical regions to access the device: the first is
> > + the operational registers for the OHCI/EHCI controllers and the
> > + second is for the bridge configuration and control registers.
> > +- interrupts: interrupt for the device.
> > +- clocks: The reference to the device clock.
> > +- bus-range: The PCI bus number range; as this is a single bus, the range
> > + should be specified as the same value twice.
Actually, this doesn't conform to the generic PCI binding, which requires
a number of additional properties.
Arnd
More information about the linux-arm-kernel
mailing list