devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [v2 1/2] dt-bindings: net: rockchip-dwmac: add rv1126 compatible
@ 2022-09-07 21:06 Anand Moon
  2022-09-08  9:00 ` Krzysztof Kozlowski
  2022-09-19 18:58 ` Jakub Kicinski
  0 siblings, 2 replies; 4+ messages in thread
From: Anand Moon @ 2022-09-07 21:06 UTC (permalink / raw)
  To: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Rob Herring, Krzysztof Kozlowski, Heiko Stuebner, David Wu
  Cc: Anand Moon, Jagan Teki, netdev, devicetree, linux-arm-kernel,
	linux-rockchip, linux-kernel

Add compatible string for RV1126 gmac, and constrain it to
be compatible with Synopsys dwmac 4.20a.

Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Jagan Teki <jagan@edgeble.ai>
Signed-off-by: Anand Moon <anand@edgeble.ai>
---
v2: add missing compatible string to property
    added reviewed by Heiko Stuebner.
---
 Documentation/devicetree/bindings/net/rockchip-dwmac.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/net/rockchip-dwmac.yaml b/Documentation/devicetree/bindings/net/rockchip-dwmac.yaml
index 083623c8d718..b28bc6774bf0 100644
--- a/Documentation/devicetree/bindings/net/rockchip-dwmac.yaml
+++ b/Documentation/devicetree/bindings/net/rockchip-dwmac.yaml
@@ -26,6 +26,7 @@ select:
           - rockchip,rk3399-gmac
           - rockchip,rk3568-gmac
           - rockchip,rv1108-gmac
+          - rockchip,rv1126-gmac
   required:
     - compatible
 
@@ -47,6 +48,7 @@ properties:
               - rockchip,rk3368-gmac
               - rockchip,rk3399-gmac
               - rockchip,rv1108-gmac
+              - rockchip,rv1126-gmac
       - items:
           - enum:
               - rockchip,rk3568-gmac
-- 
2.37.3


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

* Re: [v2 1/2] dt-bindings: net: rockchip-dwmac: add rv1126 compatible
  2022-09-07 21:06 [v2 1/2] dt-bindings: net: rockchip-dwmac: add rv1126 compatible Anand Moon
@ 2022-09-08  9:00 ` Krzysztof Kozlowski
  2022-09-19 18:58 ` Jakub Kicinski
  1 sibling, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2022-09-08  9:00 UTC (permalink / raw)
  To: Anand Moon, David S. Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, Rob Herring, Krzysztof Kozlowski, Heiko Stuebner,
	David Wu
  Cc: Jagan Teki, netdev, devicetree, linux-arm-kernel, linux-rockchip,
	linux-kernel

On 07/09/2022 23:06, Anand Moon wrote:
> Add compatible string for RV1126 gmac, and constrain it to
> be compatible with Synopsys dwmac 4.20a.
> 
> Reviewed-by: Heiko Stuebner <heiko@sntech.de>
> Signed-off-by: Jagan Teki <jagan@edgeble.ai>
> Signed-off-by: Anand Moon <anand@edgeble.ai>
> ---
> v2: add missing compatible string to property
>     added reviewed by Heiko Stuebner.
> ---


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


Best regards,
Krzysztof

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

* Re: [v2 1/2] dt-bindings: net: rockchip-dwmac: add rv1126 compatible
  2022-09-07 21:06 [v2 1/2] dt-bindings: net: rockchip-dwmac: add rv1126 compatible Anand Moon
  2022-09-08  9:00 ` Krzysztof Kozlowski
@ 2022-09-19 18:58 ` Jakub Kicinski
  2022-09-22  7:32   ` Anand Moon
  1 sibling, 1 reply; 4+ messages in thread
From: Jakub Kicinski @ 2022-09-19 18:58 UTC (permalink / raw)
  To: Anand Moon
  Cc: David S. Miller, Eric Dumazet, Paolo Abeni, Rob Herring,
	Krzysztof Kozlowski, Heiko Stuebner, David Wu, Jagan Teki, netdev,
	devicetree, linux-arm-kernel, linux-rockchip, linux-kernel

On Wed,  7 Sep 2022 21:06:45 +0000 Anand Moon wrote:
> Add compatible string for RV1126 gmac, and constrain it to
> be compatible with Synopsys dwmac 4.20a.

Hi, these patches don't seem to apply cleanly to net-next, a 3-way
merge is needed. Please rebase and repost. Please put [PATCH net-next
v3] in the subject as you expect them to be applied to the networking
trees.

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

* Re: [v2 1/2] dt-bindings: net: rockchip-dwmac: add rv1126 compatible
  2022-09-19 18:58 ` Jakub Kicinski
@ 2022-09-22  7:32   ` Anand Moon
  0 siblings, 0 replies; 4+ messages in thread
From: Anand Moon @ 2022-09-22  7:32 UTC (permalink / raw)
  To: Jakub Kicinski
  Cc: David S. Miller, Eric Dumazet, Paolo Abeni, Rob Herring,
	Krzysztof Kozlowski, Heiko Stuebner, David Wu, Jagan Teki, netdev,
	devicetree, linux-arm-kernel, linux-rockchip, linux-kernel

Hi Jakub,

On Tue, 20 Sept 2022 at 00:28, Jakub Kicinski <kuba@kernel.org> wrote:
>
> On Wed,  7 Sep 2022 21:06:45 +0000 Anand Moon wrote:
> > Add compatible string for RV1126 gmac, and constrain it to
> > be compatible with Synopsys dwmac 4.20a.
>
> Hi, these patches don't seem to apply cleanly to net-next, a 3-way
> merge is needed. Please rebase and repost. Please put [PATCH net-next
> v3] in the subject as you expect them to be applied to the networking
> trees.

Thanks I have send the patches rebased on net-next,
Please find the link below

[0] https://lore.kernel.org/all/20220920140944.2535-1-anand@edgeble.ai/

Beat Regards

-Anand

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

end of thread, other threads:[~2022-09-22  7:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-07 21:06 [v2 1/2] dt-bindings: net: rockchip-dwmac: add rv1126 compatible Anand Moon
2022-09-08  9:00 ` Krzysztof Kozlowski
2022-09-19 18:58 ` Jakub Kicinski
2022-09-22  7:32   ` Anand Moon

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