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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B91C910BA422 for ; Fri, 27 Mar 2026 03:11:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=hvVIZbqdJzYTMwxFb+2fvkZ5TP+s4o1qDmiDSXLCzHU=; b=SAK05gQUiVLy0k H26ZGkMNKMXGOUkiALQDfH6y7MpDznoobr1bNK41KDFcgWjXcqt1PPQwnl/8pV7RwMPHjVoStzv0o XtB35vHcGqXyH4j78AL4oea4ucnyfqR/NZWfX8DQ+XVxDn1MzNslvR8PzrcOXum+CIFlnDC9FJZQs bji7QfhVXGdxMEVG8y2V419eHkl5yZ8Z+ZLKWlNVOuO+GFG7e0ig4DNEe2An62UNtgtwxJtlJXEJm MjlY2rgG0mIAfZyVlAbCdY7DWaqrzFVBGGuNVktz8oehOEQjt7y8nS7iJSzUvbTijasxhgNvrp7pc TuPM+G7LntYYMKaeodXg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1w5xbi-00000006bLw-0kcC; Fri, 27 Mar 2026 03:11:34 +0000 Received: from tor.source.kernel.org ([2600:3c04:e001:324:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1w5xbg-00000006bLg-2RAq; Fri, 27 Mar 2026 03:11:32 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id A7CED60054; Fri, 27 Mar 2026 03:11:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F3CDAC116C6; Fri, 27 Mar 2026 03:11:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774581090; bh=dB+xLM5/BZobo4u+rQqw4CvliEp3K6y7TB/YZt1YJXE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=hnEOWSIjDgs8Si4ZA+9p7wvM4GqPZOP3iTc7uW8RsAl+wrqi/G1ISlNSR6zd/8r2m AMoyXNjtmJc/XfB4MD55XWgd1cjzqHMkrPysOQpyNRA9uwwO6ouydbN1/2crVs8gcX lijd8N7xRyRGaJ7CWdjPlLy4PSBvBiFkdPae0PS2L/z2VFSWfdD3RgUMej/gZCq18Q S3F2XxGb5ylKd2td+Ua2vL+2d2VkqfdQjU9jF4UuRj6aXLZthuT96AsgoHud6TMu4C STxmABtIDqoAG/duu/F+y00rQkIqq3vx8PHaiY05Youa6GMX22jWle79r0wF4VQ9gl XmU/Cm/V+nzlg== Date: Thu, 26 Mar 2026 20:11:27 -0700 From: Jakub Kicinski To: Nora Schiffer Cc: Andrew Lunn , "David S. Miller" , Eric Dumazet , Paolo Abeni , Nishanth Menon , Vignesh Raghavendra , Tero Kristo , Siddharth Vadapalli , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Vinod Koul , Neil Armstrong , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-phy@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux@ew.tq-group.com Subject: Re: [PATCH v2 0/7] J722S SGMII support Message-ID: <20260326201127.7ceb290f@kernel.org> In-Reply-To: References: MIME-Version: 1.0 X-BeenThere: linux-phy@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux Phy Mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-phy" Errors-To: linux-phy-bounces+linux-phy=archiver.kernel.org@lists.infradead.org On Tue, 24 Mar 2026 13:29:36 +0100 Nora Schiffer wrote: > The J722S CPSW and SERDES are very similar to the variants found on the > AM64, but they additionally support SGMII. Introduce new compatible > strings for the J722S to add this support to the drivers. > > This is a prerequisite for the Single-Pair Ethernet interface of the > TQ-Systems MBa67xx baseboard for the TQMa67xx SoM, which will be > submitted separately. Please repost patch 3+6 as a separate series for net-next. -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy