Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

macb: bindings doc: update sifive fu540-c000 binding

As per the discussion with Nicolas Ferre[0], rename the compatible property
to a more appropriate and specific string.

[0] https://lore.kernel.org/netdev/CAJ2_jOFEVZQat0Yprg4hem4jRrqkB72FKSeQj4p8P5KA-+rgww@mail.gmail.com/

Signed-off-by: Yash Shah <yash.shah@sifive.com>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Reviewed-by: Paul Walmsley <paul.walmsley@sifive.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Yash Shah and committed by
David S. Miller
abecec41 fdfc5c85

+2 -2
+2 -2
Documentation/devicetree/bindings/net/macb.txt
··· 15 15 Use "atmel,sama5d4-gem" for the GEM IP (10/100) available on Atmel sama5d4 SoCs. 16 16 Use "cdns,zynq-gem" Xilinx Zynq-7xxx SoC. 17 17 Use "cdns,zynqmp-gem" for Zynq Ultrascale+ MPSoC. 18 - Use "sifive,fu540-macb" for SiFive FU540-C000 SoC. 18 + Use "sifive,fu540-c000-gem" for SiFive FU540-C000 SoC. 19 19 Or the generic form: "cdns,emac". 20 20 - reg: Address and length of the register set for the device 21 - For "sifive,fu540-macb", second range is required to specify the 21 + For "sifive,fu540-c000-gem", second range is required to specify the 22 22 address and length of the registers for GEMGXL Management block. 23 23 - interrupts: Should contain macb interrupt 24 24 - phy-mode: See ethernet.txt file in the same directory.