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

dt-bindings: usb: hx3: Remove unneeded dr_mode

It is expected that the USB controller works in host mode
to have the USB hub operational.

Remove such unneeded property from the devicetree example.

Signed-off-by: Fabio Estevam <festevam@denx.de>
Link: https://lore.kernel.org/r/20240405195051.945474-1-festevam@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Fabio Estevam and committed by
Greg Kroah-Hartman
00bca465 bfbf2e4b

-1
-1
Documentation/devicetree/bindings/usb/cypress,hx3.yaml
··· 51 51 #include <dt-bindings/gpio/gpio.h> 52 52 53 53 usb { 54 - dr_mode = "host"; 55 54 #address-cells = <1>; 56 55 #size-cells = <0>; 57 56