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

dt-bindings: phy: marvell,mmp2-usb-phy: Drop status from the example

Examples should not have the 'status' property and 'okay' is anyway by
default.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20250701063636.23872-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Vinod Koul
a91ec5ef 429efeb1

-1
-1
Documentation/devicetree/bindings/phy/marvell,mmp2-usb-phy.yaml
··· 34 34 compatible = "marvell,mmp2-usb-phy"; 35 35 reg = <0xd4207000 0x40>; 36 36 #phy-cells = <0>; 37 - status = "okay"; 38 37 };