From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 202ADC2B9F2 for ; Sat, 22 May 2021 21:37:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EB9FA61132 for ; Sat, 22 May 2021 21:37:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231432AbhEVVib (ORCPT ); Sat, 22 May 2021 17:38:31 -0400 Received: from foss.arm.com ([217.140.110.172]:35294 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231379AbhEVVi3 (ORCPT ); Sat, 22 May 2021 17:38:29 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 04539101E; Sat, 22 May 2021 14:37:04 -0700 (PDT) Received: from slackpad.fritz.box (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 7B5903F719; Sat, 22 May 2021 14:37:02 -0700 (PDT) Date: Sat, 22 May 2021 22:36:49 +0100 From: Andre Przywara To: Andreas Rehn , Icenowy Zheng Cc: mripard@kernel.org, wens@csie.org, jernej.skrabec@gmail.com, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org, Linux ARM Mailing List Subject: Re: [PATCH] ARM: dts: sun8i: v3s: enable emac for zero Dock Message-ID: <20210522223649.23f6da58@slackpad.fritz.box> In-Reply-To: <20210522205039.179486-1-rehn.andreas86@gmail.com> References: <20210522205039.179486-1-rehn.andreas86@gmail.com> Organization: Arm Ltd. X-Mailer: Claws Mail 3.17.1 (GTK+ 2.24.31; x86_64-slackware-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 22 May 2021 22:50:39 +0200 Andreas Rehn 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 > --- > 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"; > +};