Re: [PATCH] ARM: dts: sun8i: v3s: enable emac for zero Dock

From: Andre Przywara
Date: Sat May 22 2021 - 17:37:10 EST


On Sat, 22 May 2021 22:50:39 +0200
Andreas Rehn <rehn.andreas86@xxxxxxxxx> wrote:

> dwmac-sun8i supports v3s and
> Licheepi-zero Dock provides an ethernet port

As the other boards do it, and since we only take .dts files unchanged
into U-Boot: please add the alias here as well.

Icenowy, can you confirm that this works?

Cheers,
Andre

>
> Signed-off-by: Andreas Rehn <rehn.andreas86@xxxxxxxxx>
> ---
> arch/arm/boot/dts/sun8i-v3s-licheepi-zero-dock.dts | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/arch/arm/boot/dts/sun8i-v3s-licheepi-zero-dock.dts b/arch/arm/boot/dts/sun8i-v3s-licheepi-zero-dock.dts
> index db5cd0b8574b..2d78b7a52fd3 100644
> --- a/arch/arm/boot/dts/sun8i-v3s-licheepi-zero-dock.dts
> +++ b/arch/arm/boot/dts/sun8i-v3s-licheepi-zero-dock.dts
> @@ -94,3 +94,8 @@ button-800 {
> voltage = <800000>;
> };
> };
> +
> +&emac {
> + allwinner,leds-active-low;
> + status = "okay";
> +};