Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: usb: atmel: fix a couple of copy-paste style typos

Signed-off-by: Peter Rosin <peda@axentia.se>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

authored by

Peter Rosin and committed by
Alexandre Belloni
3d9cc1ab 54475c8d

+5 -5
+5 -5
Documentation/devicetree/bindings/usb/atmel-usb.txt
··· 6 6 - compatible: Should be "atmel,at91rm9200-ohci" for USB controllers 7 7 used in host mode. 8 8 - reg: Address and length of the register set for the device 9 - - interrupts: Should contain ehci interrupt 9 + - interrupts: Should contain ohci interrupt 10 10 - clocks: Should reference the peripheral, host and system clocks 11 - - clock-names: Should contains two strings 11 + - clock-names: Should contain three strings 12 12 "ohci_clk" for the peripheral clock 13 13 "hclk" for the host clock 14 14 "uhpck" for the system clock ··· 35 35 - reg: Address and length of the register set for the device 36 36 - interrupts: Should contain ehci interrupt 37 37 - clocks: Should reference the peripheral and the UTMI clocks 38 - - clock-names: Should contains two strings 38 + - clock-names: Should contain two strings 39 39 "ehci_clk" for the peripheral clock 40 40 "usb_clk" for the UTMI clock 41 41 ··· 58 58 - reg: Address and length of the register set for the device 59 59 - interrupts: Should contain macb interrupt 60 60 - clocks: Should reference the peripheral and the AHB clocks 61 - - clock-names: Should contains two strings 61 + - clock-names: Should contain two strings 62 62 "pclk" for the peripheral clock 63 63 "hclk" for the AHB clock 64 64 ··· 85 85 - reg: Address and length of the register set for the device 86 86 - interrupts: Should contain usba interrupt 87 87 - clocks: Should reference the peripheral and host clocks 88 - - clock-names: Should contains two strings 88 + - clock-names: Should contain two strings 89 89 "pclk" for the peripheral clock 90 90 "hclk" for the host clock 91 91 - ep childnode: To specify the number of endpoints and their properties.