On Thu, 10 Jul 2014, Peter Griffin wrote: > This patch documents the device tree documentation required for > the ST HCD controller found in STMicroelectronics SoCs. > > Signed-off-by: Peter Griffin <peter.griffin@xxxxxxxxxx> > --- > Documentation/devicetree/bindings/usb/st-hcd.txt | 51 ++++++++++++++++++++++++ > 1 file changed, 51 insertions(+) > create mode 100644 Documentation/devicetree/bindings/usb/st-hcd.txt Just some nits: > +Example: > + > +usb0: usb@fe100000 { > + compatible = "st,usb-300x"; > + reg = <0xfe1ffc00 0x100>, > + <0xfe1ffe00 0x100>; > + reg-names = "ohci", "ehci"; > + > + interrupts = <GIC_SPI 148 IRQ_TYPE_NONE>, > + <GIC_SPI 149 IRQ_TYPE_NONE>; > + interrupt-names = "ehci","ohci"; s/","/", " > + pinctrl-names = "default"; > + pinctrl-0 = <&pinctrl_usb0>; > + clocks = <&clk_s_a1_ls CLK_ICN_IF_2>, > + <&clockgen_b0 0>; > + clock-names = "ic", "ohci"; > + > + resets = <&powerdown STIH416_USB0_POWERDOWN>, > + <&softreset STIH416_USB0_SOFTRESET>; > + reset-names = "power", "softreset"; > + > + phys = <&usb2_phy>; > + phy-names = "usb2-phy"; Tabbing of the '='s not consistent. > +}; > + > + Too many '\n' at EOF. Nothing controversial here, so once this nits are rectified: Acked-by: Lee Jones <lee.jones@xxxxxxxxxx> -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- 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