*reg* property and *interrupt* property for "usb_otg_hs" were previously obtained from ti,hwmods property. But these are now explicitly added to the dt node. So updated the documentation with these information. Signed-off-by: Kishon Vijay Abraham I <kishon@xxxxxx> --- *[PATCH v3 3/3] ARM: dts: omap: Add usb_otg and glue data* adds the dt data for usb_otg_hs. Documentation/devicetree/bindings/usb/omap-usb.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Documentation/devicetree/bindings/usb/omap-usb.txt b/Documentation/devicetree/bindings/usb/omap-usb.txt index 29a043e..b8551b5 100644 --- a/Documentation/devicetree/bindings/usb/omap-usb.txt +++ b/Documentation/devicetree/bindings/usb/omap-usb.txt @@ -2,6 +2,11 @@ OMAP GLUE OMAP MUSB GLUE - compatible : Should be "ti,omap4-musb" or "ti,omap3-musb" + - reg : Address and length of the register set for the device + - interrupts: The interrupt number for the device. It has two interrupt + numbers, one for core and one for dma. + - interrupt-names: Names of the interrupt corresponding to the interrupt + number. - ti,hwmods : must be "usb_otg_hs" - multipoint : Should be "1" indicating the musb controller supports multipoint. This is a MUSB configuration-specific setting. @@ -19,6 +24,9 @@ OMAP MUSB GLUE SOC specific device node entry usb_otg_hs: usb_otg_hs@4a0ab000 { compatible = "ti,omap4-musb"; + reg = <0x480ab000 0x1000>; + interrupts = <0 92 0x4>, <0 93 0x4>; + interrupt-names = "mc", "dma"; ti,hwmods = "usb_otg_hs"; multipoint = <1>; num_eps = <16>; -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html