2022-07-20 11:52:29

by Harini Katakam

[permalink] [raw]
Subject: [PATCH 0/2] Add Versal compatible string to Macb driver

Add Versal device support.

Harini Katakam (1):
net: macb: Update tsu clk usage in runtime suspend/resume for Versal

Radhey Shyam Pandey (1):
dt-bindings: net: cdns,macb: Add versal compatible string

.../devicetree/bindings/net/cdns,macb.yaml | 1 +
drivers/net/ethernet/cadence/macb.h | 1 +
drivers/net/ethernet/cadence/macb_main.c | 17 +++++++++++++++--
3 files changed, 17 insertions(+), 2 deletions(-)

--
2.17.1


2022-07-20 12:08:40

by Harini Katakam

[permalink] [raw]
Subject: [PATCH 1/2] dt-bindings: net: cdns,macb: Add versal compatible string

From: Radhey Shyam Pandey <[email protected]>

Add versal compatible string.

Signed-off-by: Radhey Shyam Pandey <[email protected]>
Signed-off-by: Harini Katakam <[email protected]>
---
Documentation/devicetree/bindings/net/cdns,macb.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/net/cdns,macb.yaml b/Documentation/devicetree/bindings/net/cdns,macb.yaml
index 9c92156869b2..1e9f49bb8249 100644
--- a/Documentation/devicetree/bindings/net/cdns,macb.yaml
+++ b/Documentation/devicetree/bindings/net/cdns,macb.yaml
@@ -22,6 +22,7 @@ properties:
- enum:
- cdns,zynq-gem # Xilinx Zynq-7xxx SoC
- cdns,zynqmp-gem # Xilinx Zynq Ultrascale+ MPSoC
+ - cdns,versal-gem # Xilinx Versal
- const: cdns,gem # Generic

- items:
--
2.17.1