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

dt-bindings: usb: Convert Nuvoton EHCI to DT schema

The Nuvoton 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-5-5af0541fcf8c@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Rob Herring and committed by
Greg Kroah-Hartman
ec13100f c1140ebf

+2 -20
+2
Documentation/devicetree/bindings/usb/generic-ehci.yaml
··· 76 76 - generic-ehci 77 77 - marvell,armada-3700-ehci 78 78 - marvell,orion-ehci 79 + - nuvoton,npcm750-ehci 80 + - nuvoton,npcm845-ehci 79 81 - ti,ehci-omap 80 82 - usb-ehci 81 83
-20
Documentation/devicetree/bindings/usb/npcm7xx-usb.txt
··· 1 - Nuvoton NPCM7XX SoC USB controllers: 2 - ----------------------------- 3 - 4 - EHCI: 5 - ----- 6 - 7 - Required properties: 8 - - compatible: should be one of 9 - "nuvoton,npcm750-ehci" 10 - "nuvoton,npcm845-ehci" 11 - - interrupts: Should contain the EHCI interrupt 12 - - reg: Physical address and length of the register set for the device 13 - 14 - Example: 15 - 16 - ehci1: usb@f0806000 { 17 - compatible = "nuvoton,npcm750-ehci"; 18 - reg = <0xf0806000 0x1000>; 19 - interrupts = <0 61 4>; 20 - };