All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: phy: marvell, armada-3700-utmi-host-phy: Fix incorrect compatible in example
@ 2022-04-22 19:20 ` Rob Herring
  0 siblings, 0 replies; 6+ messages in thread
From: Rob Herring @ 2022-04-22 19:20 UTC (permalink / raw)
  To: Miquel Raynal, Kishon Vijay Abraham I, Vinod Koul, Krzysztof Kozlowski
  Cc: linux-phy, devicetree, linux-kernel

Fix the example using the incorrect compatible string.

Signed-off-by: Rob Herring <robh@kernel.org>
---
 .../devicetree/bindings/phy/marvell,armada-3700-utmi-phy.yaml   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/phy/marvell,armada-3700-utmi-phy.yaml b/Documentation/devicetree/bindings/phy/marvell,armada-3700-utmi-phy.yaml
index 2437c3683326..632d61c07f40 100644
--- a/Documentation/devicetree/bindings/phy/marvell,armada-3700-utmi-phy.yaml
+++ b/Documentation/devicetree/bindings/phy/marvell,armada-3700-utmi-phy.yaml
@@ -45,7 +45,7 @@ additionalProperties: false
 examples:
   - |
     usb2_utmi_host_phy: phy@5f000 {
-      compatible = "marvell,armada-3700-utmi-host-phy";
+      compatible = "marvell,a3700-utmi-host-phy";
       reg = <0x5f000 0x800>;
       marvell,usb-misc-reg = <&usb2_syscon>;
       #phy-cells = <0>;
-- 
2.32.0


-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH] dt-bindings: phy: marvell,armada-3700-utmi-host-phy: Fix incorrect compatible in example
@ 2022-04-22 19:20 ` Rob Herring
  0 siblings, 0 replies; 6+ messages in thread
From: Rob Herring @ 2022-04-22 19:20 UTC (permalink / raw)
  To: Miquel Raynal, Kishon Vijay Abraham I, Vinod Koul, Krzysztof Kozlowski
  Cc: linux-phy, devicetree, linux-kernel

Fix the example using the incorrect compatible string.

Signed-off-by: Rob Herring <robh@kernel.org>
---
 .../devicetree/bindings/phy/marvell,armada-3700-utmi-phy.yaml   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/phy/marvell,armada-3700-utmi-phy.yaml b/Documentation/devicetree/bindings/phy/marvell,armada-3700-utmi-phy.yaml
index 2437c3683326..632d61c07f40 100644
--- a/Documentation/devicetree/bindings/phy/marvell,armada-3700-utmi-phy.yaml
+++ b/Documentation/devicetree/bindings/phy/marvell,armada-3700-utmi-phy.yaml
@@ -45,7 +45,7 @@ additionalProperties: false
 examples:
   - |
     usb2_utmi_host_phy: phy@5f000 {
-      compatible = "marvell,armada-3700-utmi-host-phy";
+      compatible = "marvell,a3700-utmi-host-phy";
       reg = <0x5f000 0x800>;
       marvell,usb-misc-reg = <&usb2_syscon>;
       #phy-cells = <0>;
-- 
2.32.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] dt-bindings: phy: marvell,armada-3700-utmi-host-phy: Fix incorrect compatible in example
  2022-04-22 19:20 ` [PATCH] dt-bindings: phy: marvell,armada-3700-utmi-host-phy: " Rob Herring
@ 2022-04-23 11:25   ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2022-04-23 11:25 UTC (permalink / raw)
  To: Rob Herring, Miquel Raynal, Kishon Vijay Abraham I, Vinod Koul,
	Krzysztof Kozlowski
  Cc: linux-phy, devicetree, linux-kernel

On 22/04/2022 21:20, Rob Herring wrote:
> Fix the example using the incorrect compatible string.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>  .../devicetree/bindings/phy/marvell,armada-3700-utmi-phy.yaml   | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] dt-bindings: phy: marvell, armada-3700-utmi-host-phy: Fix incorrect compatible in example
@ 2022-04-23 11:25   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2022-04-23 11:25 UTC (permalink / raw)
  To: Rob Herring, Miquel Raynal, Kishon Vijay Abraham I, Vinod Koul,
	Krzysztof Kozlowski
  Cc: linux-phy, devicetree, linux-kernel

On 22/04/2022 21:20, Rob Herring wrote:
> Fix the example using the incorrect compatible string.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>  .../devicetree/bindings/phy/marvell,armada-3700-utmi-phy.yaml   | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


Best regards,
Krzysztof

-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] dt-bindings: phy: marvell,armada-3700-utmi-host-phy: Fix incorrect compatible in example
  2022-04-22 19:20 ` [PATCH] dt-bindings: phy: marvell,armada-3700-utmi-host-phy: " Rob Herring
@ 2022-05-02 10:33   ` Vinod Koul
  -1 siblings, 0 replies; 6+ messages in thread
From: Vinod Koul @ 2022-05-02 10:33 UTC (permalink / raw)
  To: Rob Herring
  Cc: Miquel Raynal, Kishon Vijay Abraham I, Krzysztof Kozlowski,
	linux-phy, devicetree, linux-kernel

On 22-04-22, 14:20, Rob Herring wrote:
> Fix the example using the incorrect compatible string.

Applied, thanks

-- 
~Vinod

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] dt-bindings: phy: marvell, armada-3700-utmi-host-phy: Fix incorrect compatible in example
@ 2022-05-02 10:33   ` Vinod Koul
  0 siblings, 0 replies; 6+ messages in thread
From: Vinod Koul @ 2022-05-02 10:33 UTC (permalink / raw)
  To: Rob Herring
  Cc: Miquel Raynal, Kishon Vijay Abraham I, Krzysztof Kozlowski,
	linux-phy, devicetree, linux-kernel

On 22-04-22, 14:20, Rob Herring wrote:
> Fix the example using the incorrect compatible string.

Applied, thanks

-- 
~Vinod

-- 
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-05-02 10:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-22 19:20 [PATCH] dt-bindings: phy: marvell, armada-3700-utmi-host-phy: Fix incorrect compatible in example Rob Herring
2022-04-22 19:20 ` [PATCH] dt-bindings: phy: marvell,armada-3700-utmi-host-phy: " Rob Herring
2022-04-23 11:25 ` Krzysztof Kozlowski
2022-04-23 11:25   ` [PATCH] dt-bindings: phy: marvell, armada-3700-utmi-host-phy: " Krzysztof Kozlowski
2022-05-02 10:33 ` [PATCH] dt-bindings: phy: marvell,armada-3700-utmi-host-phy: " Vinod Koul
2022-05-02 10:33   ` [PATCH] dt-bindings: phy: marvell, armada-3700-utmi-host-phy: " Vinod Koul

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.