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

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: phy: uniphier-usb3ss: Treat vbus-supply as optional

The usb-device doesn't need "vbus-supply" property, so the property should
be removed from required.

Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/1648637715-19262-3-git-send-email-hayashi.kunihiko@socionext.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Kunihiko Hayashi and committed by
Vinod Koul
61a37dc9 cfe4c102

+1 -2
+1 -2
Documentation/devicetree/bindings/phy/socionext,uniphier-usb3ss-phy.yaml
··· 61 61 - const: phy 62 62 63 63 vbus-supply: 64 - description: A phandle to the regulator for USB VBUS 64 + description: A phandle to the regulator for USB VBUS, only for USB host 65 65 66 66 required: 67 67 - compatible ··· 71 71 - clock-names 72 72 - resets 73 73 - reset-names 74 - - vbus-supply 75 74 76 75 additionalProperties: false 77 76