From: Yash Shah <hidden> Date: 2019-07-19 11:10:56
As per the discussion with Nicolas Ferre, rename the compatible property
to a more appropriate and specific string.
LINK: https://lkml.org/lkml/2019/7/17/200
Signed-off-by: Yash Shah <redacted>
---
Documentation/devicetree/bindings/net/macb.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
@@ -15,10 +15,10 @@ Required properties: Use "atmel,sama5d4-gem" for the GEM IP (10/100) available on Atmel sama5d4 SoCs. Use "cdns,zynq-gem" Xilinx Zynq-7xxx SoC. Use "cdns,zynqmp-gem" for Zynq Ultrascale+ MPSoC.- Use "sifive,fu540-macb" for SiFive FU540-C000 SoC.+ Use "sifive,fu540-c000-gem" for SiFive FU540-C000 SoC. Or the generic form: "cdns,emac". - reg: Address and length of the register set for the device- For "sifive,fu540-macb", second range is required to specify the+ For "sifive,fu540-c000-gem", second range is required to specify the address and length of the registers for GEMGXL Management block. - interrupts: Should contain macb interrupt - phy-mode: See ethernet.txt file in the same directory.
From: Yash Shah <hidden> Date: 2019-07-19 11:11:11
Update the compatibility string for SiFive FU540-C000 as per the new
string updated in the binding doc.
Reference: https://lkml.org/lkml/2019/7/17/200
Signed-off-by: Yash Shah <redacted>
---
drivers/net/ethernet/cadence/macb_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: Paul Walmsley <hidden> Date: 2019-07-22 20:02:11
On Fri, 19 Jul 2019, Yash Shah wrote:
Update the compatibility string for SiFive FU540-C000 as per the new
string updated in the binding doc.
Reference: https://lkml.org/lkml/2019/7/17/200
Signed-off-by: Yash Shah <redacted>
From: Paul Walmsley <hidden> Date: 2019-07-22 21:46:34
On Fri, 19 Jul 2019, Yash Shah wrote:
Update the compatibility string for SiFive FU540-C000 as per the new
string updated in the binding doc.
Reference: https://lkml.org/lkml/2019/7/17/200
Signed-off-by: Yash Shah <redacted>
As per the discussion with Nicolas Ferre, rename the compatible property
to a more appropriate and specific string.
LINK: https://lkml.org/lkml/2019/7/17/200
Signed-off-by: Yash Shah <redacted>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
@@ -15,10 +15,10 @@ Required properties: Use "atmel,sama5d4-gem" for the GEM IP (10/100) available on Atmel sama5d4 SoCs. Use "cdns,zynq-gem" Xilinx Zynq-7xxx SoC. Use "cdns,zynqmp-gem" for Zynq Ultrascale+ MPSoC.- Use "sifive,fu540-macb" for SiFive FU540-C000 SoC.+ Use "sifive,fu540-c000-gem" for SiFive FU540-C000 SoC. Or the generic form: "cdns,emac". - reg: Address and length of the register set for the device- For "sifive,fu540-macb", second range is required to specify the+ For "sifive,fu540-c000-gem", second range is required to specify the address and length of the registers for GEMGXL Management block. - interrupts: Should contain macb interrupt - phy-mode: See ethernet.txt file in the same directory.
From: Paul Walmsley <hidden> Date: 2019-07-22 19:59:51
On Fri, 19 Jul 2019, Yash Shah wrote:
As per the discussion with Nicolas Ferre, rename the compatible property
to a more appropriate and specific string.
LINK: https://lkml.org/lkml/2019/7/17/200
Signed-off-by: Yash Shah <redacted>
From: Rob Herring <robh@kernel.org> Date: 2019-08-12 23:32:47
On Fri, 19 Jul 2019 16:40:29 +0530, Yash Shah wrote:
As per the discussion with Nicolas Ferre, rename the compatible property
to a more appropriate and specific string.
LINK: https://lkml.org/lkml/2019/7/17/200
Signed-off-by: Yash Shah <redacted>
---
Documentation/devicetree/bindings/net/macb.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
From: Paul Walmsley <hidden> Date: 2019-08-13 18:41:57
Nicolas, Dave,
On Mon, 12 Aug 2019, Rob Herring wrote:
On Fri, 19 Jul 2019 16:40:29 +0530, Yash Shah wrote:
quoted
As per the discussion with Nicolas Ferre, rename the compatible property
to a more appropriate and specific string.
LINK: https://lkml.org/lkml/2019/7/17/200
Signed-off-by: Yash Shah <redacted>
---
Documentation/devicetree/bindings/net/macb.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Rob Herring <robh@kernel.org>
Am assuming you'll pick this up for the -net tree for v5.4-rc1 or earlier.
If not, please let us know.
- Paul