linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] Add missing compatible for RK3308 gmac to snps,dwmac.yaml
@ 2021-05-15 13:07 Tobias Schramm
  2021-05-15 13:07 ` [PATCH 1/1] dt-bindings: net: dwmac: add compatible for RK3308 gmac Tobias Schramm
  0 siblings, 1 reply; 2+ messages in thread
From: Tobias Schramm @ 2021-05-15 13:07 UTC (permalink / raw)
  To: netdev, David S . Miller; +Cc: Johan Jonker, linux-kernel, Tobias Schramm

In [1] support for the gmac in the RK3308 was added. Unfortunately the
patch missed that the new compatible introduced needs to be documented not
only in rockchip-dwmac.yaml but also snps,dwmac.yaml.
This patch fixes that by adding the compatible to snps,dwmac.yaml, too.

Since the previous series was applied to net-next already I'd suggest
applying this patch to net-next, too to fix potential dt check errors.

Thanks, Johan for notifying me of this issue.

Cheers,
Tobias

[1] https://lkml.org/lkml/2021/5/14/374

Tobias Schramm (1):
  dt-bindings: net: dwmac: add compatible for RK3308 gmac

 Documentation/devicetree/bindings/net/snps,dwmac.yaml | 1 +
 1 file changed, 1 insertion(+)

-- 
2.31.1


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

* [PATCH 1/1] dt-bindings: net: dwmac: add compatible for RK3308 gmac
  2021-05-15 13:07 [PATCH 0/1] Add missing compatible for RK3308 gmac to snps,dwmac.yaml Tobias Schramm
@ 2021-05-15 13:07 ` Tobias Schramm
  0 siblings, 0 replies; 2+ messages in thread
From: Tobias Schramm @ 2021-05-15 13:07 UTC (permalink / raw)
  To: netdev, David S . Miller; +Cc: Johan Jonker, linux-kernel, Tobias Schramm

A compatible string for the RK3308 gmac was added to rockchip-dwmac.yaml
in a previous patch.
Apparently it needs to be added to snps,dwmac.yaml, too since that file is
included by rockchip-dwmac.yaml.
This commit adds the compatible string for the RK3308 gmac to
snps,dwmac.yaml, too.

Signed-off-by: Tobias Schramm <t.schramm@manjaro.org>
---
 Documentation/devicetree/bindings/net/snps,dwmac.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/net/snps,dwmac.yaml b/Documentation/devicetree/bindings/net/snps,dwmac.yaml
index 2edd8bea993e..d94f02470b34 100644
--- a/Documentation/devicetree/bindings/net/snps,dwmac.yaml
+++ b/Documentation/devicetree/bindings/net/snps,dwmac.yaml
@@ -60,6 +60,7 @@ properties:
         - rockchip,rk3128-gmac
         - rockchip,rk3228-gmac
         - rockchip,rk3288-gmac
+        - rockchip,rk3308-gmac
         - rockchip,rk3328-gmac
         - rockchip,rk3366-gmac
         - rockchip,rk3368-gmac
-- 
2.31.1


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

end of thread, other threads:[~2021-05-15 13:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-15 13:07 [PATCH 0/1] Add missing compatible for RK3308 gmac to snps,dwmac.yaml Tobias Schramm
2021-05-15 13:07 ` [PATCH 1/1] dt-bindings: net: dwmac: add compatible for RK3308 gmac Tobias Schramm

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).