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=-6.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no 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 7C861C4742C for ; Sun, 8 Nov 2020 18:00:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 228D721D40 for ; Sun, 8 Nov 2020 18:00:57 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=walle.cc header.i=@walle.cc header.b="kxsySbbe" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728739AbgKHSA4 (ORCPT ); Sun, 8 Nov 2020 13:00:56 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42392 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727570AbgKHSA4 (ORCPT ); Sun, 8 Nov 2020 13:00:56 -0500 Received: from ssl.serverraum.org (ssl.serverraum.org [IPv6:2a01:4f8:151:8464::1:2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 43875C0613CF; Sun, 8 Nov 2020 10:00:56 -0800 (PST) Received: from ssl.serverraum.org (web.serverraum.org [172.16.0.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ssl.serverraum.org (Postfix) with ESMTPSA id E7E6822F99; Sun, 8 Nov 2020 19:00:46 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2016061301; t=1604858450; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=P5mdmJCjp3mWQK68q4UXJyoMZpxRwtUapcv3lDuVJZQ=; b=kxsySbbeaBZxeiWbEjD7dj0jUhLWxVscCHqHal5CeXliKmIzchULDHZy6Nifh7GocJqhTC 4l+iS0yg5OFwpvuDFAgVYeV/7jeYxZKZv+J7QKi63xjCIgrDGmdmuH+YJHiurikIhSr5Q3 d9ADQYoT3WHZbhYkHmVzSWKBFAjuh3A= MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sun, 08 Nov 2020 19:00:46 +0100 From: Michael Walle To: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Shawn Guo , Li Yang , Jakub Kicinski , Claudiu Manoil , Ioana Ciornei , Vladimir Oltean Subject: Re: [PATCH net] arm64: dts: fsl-ls1028a-kontron-sl28: specify in-band mode for ENETC In-Reply-To: <20201101131905.8316-1-michael@walle.cc> References: <20201101131905.8316-1-michael@walle.cc> User-Agent: Roundcube Webmail/1.4.9 Message-ID: X-Sender: michael@walle.cc Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi, Am 2020-11-01 14:19, schrieb Michael Walle: > Since commit 71b77a7a27a3 ("enetc: Migrate to PHYLINK and PCS_LYNX") > the > network port of the Kontron sl28 board is broken. After the migration > to > phylink the device tree has to specify the in-band-mode property. Add > it. > > Fixes: 71b77a7a27a3 ("enetc: Migrate to PHYLINK and PCS_LYNX") > Suggested-by: Vladimir Oltean > Signed-off-by: Michael Walle Ping. will this go through the net queue or Shawn's queue. In any case, it should make it into a fixes queue, because this board is currently broken in 5.10-rc2. Thanks, -michael