diff mbox series

dt-bindings: usb: hx3: Remove unneeded dr_mode

Message ID 20240405195051.945474-1-festevam@gmail.com
State Not Applicable
Headers show
Series dt-bindings: usb: hx3: Remove unneeded dr_mode | expand

Checks

Context Check Description
robh/dt-meta-schema success
robh/checkpatch success
robh/patch-applied success
robh/dtbs-check warning build log

Commit Message

Fabio Estevam April 5, 2024, 7:50 p.m. UTC
From: Fabio Estevam <festevam@denx.de>

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>
---
 Documentation/devicetree/bindings/usb/cypress,hx3.yaml | 1 -
 1 file changed, 1 deletion(-)

Comments

Rob Herring (Arm) April 10, 2024, 5:34 p.m. UTC | #1
On Fri, 05 Apr 2024 16:50:51 -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> 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>
> ---
>  Documentation/devicetree/bindings/usb/cypress,hx3.yaml | 1 -
>  1 file changed, 1 deletion(-)
> 

Acked-by: Rob Herring <robh@kernel.org>
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/usb/cypress,hx3.yaml b/Documentation/devicetree/bindings/usb/cypress,hx3.yaml
index 28096619a882..e44e88d993d0 100644
--- a/Documentation/devicetree/bindings/usb/cypress,hx3.yaml
+++ b/Documentation/devicetree/bindings/usb/cypress,hx3.yaml
@@ -51,7 +51,6 @@  examples:
     #include <dt-bindings/gpio/gpio.h>
 
     usb {
-        dr_mode = "host";
         #address-cells = <1>;
         #size-cells = <0>;