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

Krzysztof Kozlowski posted 1 patch 3 months, 1 week ago
Documentation/devicetree/bindings/phy/marvell,mmp2-usb-phy.yaml | 1 -
1 file changed, 1 deletion(-)
[PATCH] dt-bindings: phy: marvell,mmp2-usb-phy: Drop status from the example
Posted by Krzysztof Kozlowski 3 months, 1 week ago
Examples should not have the 'status' property and 'okay' is anyway by
default.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 Documentation/devicetree/bindings/phy/marvell,mmp2-usb-phy.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/phy/marvell,mmp2-usb-phy.yaml b/Documentation/devicetree/bindings/phy/marvell,mmp2-usb-phy.yaml
index 2441c5fae550..af1ae2406f65 100644
--- a/Documentation/devicetree/bindings/phy/marvell,mmp2-usb-phy.yaml
+++ b/Documentation/devicetree/bindings/phy/marvell,mmp2-usb-phy.yaml
@@ -34,5 +34,4 @@ examples:
         compatible = "marvell,mmp2-usb-phy";
         reg = <0xd4207000 0x40>;
         #phy-cells = <0>;
-        status = "okay";
     };
-- 
2.43.0
Re: [PATCH] dt-bindings: phy: marvell,mmp2-usb-phy: Drop status from the example
Posted by Vinod Koul 2 months, 2 weeks ago
On Tue, 01 Jul 2025 08:36:37 +0200, Krzysztof Kozlowski wrote:
> Examples should not have the 'status' property and 'okay' is anyway by
> default.
> 
> 

Applied, thanks!

[1/1] dt-bindings: phy: marvell,mmp2-usb-phy: Drop status from the example
      commit: a91ec5efde530747c23f3182cc5b53ba99b57051

Best regards,
-- 
~Vinod
Re: [PATCH] dt-bindings: phy: marvell,mmp2-usb-phy: Drop status from the example
Posted by Rob Herring (Arm) 3 months ago
On Tue, 01 Jul 2025 08:36:37 +0200, Krzysztof Kozlowski wrote:
> Examples should not have the 'status' property and 'okay' is anyway by
> default.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  Documentation/devicetree/bindings/phy/marvell,mmp2-usb-phy.yaml | 1 -
>  1 file changed, 1 deletion(-)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>