Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4CE20C433FE for ; Tue, 7 Dec 2021 09:29:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233902AbhLGJdP (ORCPT ); Tue, 7 Dec 2021 04:33:15 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58452 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230253AbhLGJdO (ORCPT ); Tue, 7 Dec 2021 04:33:14 -0500 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 05278C061574; Tue, 7 Dec 2021 01:29:44 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id 4232CCE19EC; Tue, 7 Dec 2021 09:29:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 70945C341C3; Tue, 7 Dec 2021 09:29:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1638869380; bh=Q02yAkN2n4ncMnNgajbdPaHnnidGEFqmiaVypVm0JmQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=TCQPpU+pigEvAdWL3L14G99zACZ9cRJY57ukXXCr2LgCdhWvh5yk+yDCuZ2VCWhur o0mfy5MUqaUPlRvE3UGHuwmFD3j2X1YekHYncwkfNd6oSFHARwMI5e0rf11mBUj6ke dg9JGtZis/0fuoO/XbetaRCHHd2mbq8pBVnpIzLGaCNBcOGB8y/6ERpEJ0/TmU37oh zmeYzmHSD3vwH+SHIG8LLtuH306p1SPAAubQ0OkhLcMTJ3kIyzbQSgHxngPKybGcUH w72Co4loWkZIVSax8sXkW5Gra3KyZoZP4VKpqwtXAdW9gA100PwVEWBGUd9n/3eM0e 5+Nuun95r2XeQ== Received: from sofa.misterjones.org ([185.219.108.64] helo=why.misterjones.org) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1muWn4-00ASt4-Fv; Tue, 07 Dec 2021 09:29:38 +0000 Date: Tue, 07 Dec 2021 09:29:38 +0000 Message-ID: <87pmq82265.wl-maz@kernel.org> From: Marc Zyngier To: Hector Martin Cc: Sven Peter , Alyssa Rosenzweig , Rob Herring , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm64: dts: apple: t8103: Remove PCIe max-link-speed properties In-Reply-To: <20211207053458.17777-1-marcan@marcan.st> References: <20211207053458.17777-1-marcan@marcan.st> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/27.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-SA-Exim-Connect-IP: 185.219.108.64 X-SA-Exim-Rcpt-To: marcan@marcan.st, sven@svenpeter.dev, alyssa@rosenzweig.io, robh@kernel.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 07 Dec 2021 05:34:58 +0000, Hector Martin wrote: > > The driver doesn't support these, they shouldn't be in the SoC include > anyway, and we're now configuring this in the bootloader instead. This > also solves the j274 1G/10G Ethernet variant discrepancy, since that > will now be configured properly based on the dynamic ADT property. > > Signed-off-by: Hector Martin Acked-by: Marc Zyngier M. -- Without deviation from the norm, progress is not possible.