summaryrefslogtreecommitdiff
path: root/rust/kernel
diff options
context:
space:
mode:
authorJisheng Zhang <jszhang@kernel.org>2025-08-26 07:45:07 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-09-06 15:23:29 +0200
commitea32cd911368e32eb770c9078158467845c82b9a (patch)
tree6d8d6ca29cccfea33625ca01b2f47fa5d35116db /rust/kernel
parent771713aeaca19b4dfb47595bea514859f55747b9 (diff)
dt-bindings: usb: usb251xb: support usage case without I2C control
Currently, the usb251xb assumes i2c control, but from HW point of view, the hub supports usage case without any i2c control, I.E we only want the gpio controls, for example the following dt node: usb-hub { compatible = "microchip,usb2512b"; reset-gpios = <&porta 8 GPIO_ACTIVE_LOW>; }; Modify the dt-binding of usb2512b to support this usage case, and add the usage example to the examples section. Signed-off-by: Jisheng Zhang <jszhang@kernel.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20250825234509.1041-2-jszhang@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'rust/kernel')
0 files changed, 0 insertions, 0 deletions