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

dt-bindings: usb: Convert Marvell Orion EHCI to DT schema

The Marvell Orion EHCI binding is just some compatible strings, so add it
to the generic-ehci.yaml schema.

Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230110-dt-usb-v3-4-5af0541fcf8c@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Rob Herring and committed by
Greg Kroah-Hartman
c1140ebf 76ea4926

+2 -22
-22
Documentation/devicetree/bindings/usb/ehci-orion.txt
··· 1 - * EHCI controller, Orion Marvell variants 2 - 3 - Required properties: 4 - - compatible: must be one of the following 5 - "marvell,orion-ehci" 6 - "marvell,armada-3700-ehci" 7 - - reg: physical base address of the controller and length of memory mapped 8 - region. 9 - - interrupts: The EHCI interrupt 10 - 11 - Optional properties: 12 - - clocks: reference to the clock 13 - - phys: reference to the USB PHY 14 - - phy-names: name of the USB PHY, should be "usb" 15 - 16 - Example: 17 - 18 - ehci@50000 { 19 - compatible = "marvell,orion-ehci"; 20 - reg = <0x50000 0x1000>; 21 - interrupts = <19>; 22 - };
+2
Documentation/devicetree/bindings/usb/generic-ehci.yaml
··· 74 74 - const: usb-ehci 75 75 - enum: 76 76 - generic-ehci 77 + - marvell,armada-3700-ehci 78 + - marvell,orion-ehci 77 79 - ti,ehci-omap 78 80 - usb-ehci 79 81