[PATCH 04/13] mfd: omap-usb-tll: Add device tree support

kishon kishon at ti.com
Tue Feb 5 17:04:15 EST 2013


On Monday 04 February 2013 09:28 PM, Roger Quadros wrote:
> Enable this driver to probe in device tree boot.
>
> CC: Samuel Ortiz <sameo at linux.intel.com>
> Signed-off-by: Roger Quadros <rogerq at ti.com>
> ---
>   .../devicetree/bindings/mfd/omap-usb-tll.txt       |   17 +++++++++++++++++
>   drivers/mfd/omap-usb-tll.c                         |    9 +++++++++
>   2 files changed, 26 insertions(+), 0 deletions(-)
>   create mode 100644 Documentation/devicetree/bindings/mfd/omap-usb-tll.txt
>
> diff --git a/Documentation/devicetree/bindings/mfd/omap-usb-tll.txt b/Documentation/devicetree/bindings/mfd/omap-usb-tll.txt
> new file mode 100644
> index 0000000..835cf4f
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/mfd/omap-usb-tll.txt
> @@ -0,0 +1,17 @@
> +OMAP HS USB Host TLL (Transceiver-Less Interface)
> +
> +Required properties:
> +
> +- compatible : should be "ti,usbhs-tll"
> +- reg : should contain one register range i.e. start and length
> +- interrupts : should contain the TLL module's interrupt
> +- ti,hwmod : must contain "usb_tll_hs"
> +
> +Example:
> +
> +	usbhstll: usbhstll at 0x4a062000 {
The node name shouldn't have 0x. This comment applies to all your 
patches adding device tree support.

Thanks
Kishon


More information about the devicetree-discuss mailing list