linux-sunxi.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: net: sun8i-emac: Add compatible for D1
@ 2021-09-08  3:02 Samuel Holland
  2021-09-08  5:35 ` Maxime Ripard
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Samuel Holland @ 2021-09-08  3:02 UTC (permalink / raw)
  To: David S. Miller, Jakub Kicinski, Rob Herring, Maxime Ripard,
	Chen-Yu Tsai, Jernej Skrabec
  Cc: Guo Ren, devicetree, netdev, linux-sunxi, linux-kernel, Samuel Holland

The D1 SoC contains EMAC hardware which is compatible with the A64 EMAC.
Add the new compatible string, with the A64 as a fallback.

Signed-off-by: Samuel Holland <samuel@sholland.org>
---
 .../devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml    | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml b/Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml
index 7f2578d48e3f..9eb4bb529ad5 100644
--- a/Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml
+++ b/Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml
@@ -19,7 +19,9 @@ properties:
       - const: allwinner,sun8i-v3s-emac
       - const: allwinner,sun50i-a64-emac
       - items:
-          - const: allwinner,sun50i-h6-emac
+          - enum:
+              - allwinner,sun20i-d1-emac
+              - allwinner,sun50i-h6-emac
           - const: allwinner,sun50i-a64-emac
 
   reg:
-- 
2.31.1


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

* Re: [PATCH] dt-bindings: net: sun8i-emac: Add compatible for D1
  2021-09-08  3:02 [PATCH] dt-bindings: net: sun8i-emac: Add compatible for D1 Samuel Holland
@ 2021-09-08  5:35 ` Maxime Ripard
  2021-09-08 10:40 ` patchwork-bot+netdevbpf
  2021-09-09  1:19 ` Guo Ren
  2 siblings, 0 replies; 4+ messages in thread
From: Maxime Ripard @ 2021-09-08  5:35 UTC (permalink / raw)
  To: Samuel Holland
  Cc: David S. Miller, Jakub Kicinski, Rob Herring, Chen-Yu Tsai,
	Jernej Skrabec, Guo Ren, devicetree, netdev, linux-sunxi,
	linux-kernel

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

On Tue, Sep 07, 2021 at 10:02:40PM -0500, Samuel Holland wrote:
> The D1 SoC contains EMAC hardware which is compatible with the A64 EMAC.
> Add the new compatible string, with the A64 as a fallback.
> 
> Signed-off-by: Samuel Holland <samuel@sholland.org>

Acked-by: Maxime Ripard <maxime@cerno.tech>

Maxime

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [PATCH] dt-bindings: net: sun8i-emac: Add compatible for D1
  2021-09-08  3:02 [PATCH] dt-bindings: net: sun8i-emac: Add compatible for D1 Samuel Holland
  2021-09-08  5:35 ` Maxime Ripard
@ 2021-09-08 10:40 ` patchwork-bot+netdevbpf
  2021-09-09  1:19 ` Guo Ren
  2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-09-08 10:40 UTC (permalink / raw)
  To: Samuel Holland
  Cc: davem, kuba, robh+dt, mripard, wens, jernej.skrabec, guoren,
	devicetree, netdev, linux-sunxi, linux-kernel

Hello:

This patch was applied to netdev/net.git (refs/heads/master):

On Tue,  7 Sep 2021 22:02:40 -0500 you wrote:
> The D1 SoC contains EMAC hardware which is compatible with the A64 EMAC.
> Add the new compatible string, with the A64 as a fallback.
> 
> Signed-off-by: Samuel Holland <samuel@sholland.org>
> ---
>  .../devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml    | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)

Here is the summary with links:
  - dt-bindings: net: sun8i-emac: Add compatible for D1
    https://git.kernel.org/netdev/net/c/0f31ab217dc5

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* Re: [PATCH] dt-bindings: net: sun8i-emac: Add compatible for D1
  2021-09-08  3:02 [PATCH] dt-bindings: net: sun8i-emac: Add compatible for D1 Samuel Holland
  2021-09-08  5:35 ` Maxime Ripard
  2021-09-08 10:40 ` patchwork-bot+netdevbpf
@ 2021-09-09  1:19 ` Guo Ren
  2 siblings, 0 replies; 4+ messages in thread
From: Guo Ren @ 2021-09-09  1:19 UTC (permalink / raw)
  To: Samuel Holland
  Cc: David S. Miller, Jakub Kicinski, Rob Herring, Maxime Ripard,
	Chen-Yu Tsai, Jernej Skrabec, devicetree, netdev, linux-sunxi,
	Linux Kernel Mailing List

Thx Samuel,

Acked-by: Guo Ren <guoren@kernel.org>

On Wed, Sep 8, 2021 at 11:02 AM Samuel Holland <samuel@sholland.org> wrote:
>
> The D1 SoC contains EMAC hardware which is compatible with the A64 EMAC.
> Add the new compatible string, with the A64 as a fallback.
>
> Signed-off-by: Samuel Holland <samuel@sholland.org>
> ---
>  .../devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml    | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml b/Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml
> index 7f2578d48e3f..9eb4bb529ad5 100644
> --- a/Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml
> +++ b/Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml
> @@ -19,7 +19,9 @@ properties:
>        - const: allwinner,sun8i-v3s-emac
>        - const: allwinner,sun50i-a64-emac
>        - items:
> -          - const: allwinner,sun50i-h6-emac
> +          - enum:
> +              - allwinner,sun20i-d1-emac
> +              - allwinner,sun50i-h6-emac
>            - const: allwinner,sun50i-a64-emac
>
>    reg:
> --
> 2.31.1
>


-- 
Best Regards
 Guo Ren

ML: https://lore.kernel.org/linux-csky/

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

end of thread, other threads:[~2021-09-09  1:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-08  3:02 [PATCH] dt-bindings: net: sun8i-emac: Add compatible for D1 Samuel Holland
2021-09-08  5:35 ` Maxime Ripard
2021-09-08 10:40 ` patchwork-bot+netdevbpf
2021-09-09  1:19 ` Guo Ren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).