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 083EDC25B78 for ; Tue, 28 May 2024 12:19:52 +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:In-Reply-To:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=hALXb0sErYA0RAZW5g71aLv7hOx/tfI4HyV777O8T9w=; b=JoRrYvkUBOWArq h/SfQ01+2YAUI0CWmhpLkPJXOVsYRkhiJ3cubM8ec1Ncy8+Nvk1R7WGp73y6OAmHirIgNb4cX8CF8 Tj/sm8Fzkgoim88wARR1kxSLxn/6kg86kegDN/BZKy5SanyzjBoOHULzuGa5om+vWLyfeL3U32hSR 7SJwYE/U1V/MQCmmUgnhT1oZOkQceu2Bsa9qXguC5GU+cWbj9lfbmMlwU7aQy02s0IHGieZ7wnRBy 0NV7VWxl624FX/9GCBWjAIt4+sxXoU1Cm2NfI409Q/qXSCBi9XKU+NDKOm7/6S0WQpYMMboYBHJWn HoGCzMX055288IcaRImg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sBvnp-00000000XqU-45tC; Tue, 28 May 2024 12:19:41 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sBvnm-00000000Xp4-3fFA for linux-arm-kernel@lists.infradead.org; Tue, 28 May 2024 12:19:40 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id E1B47CE1247; Tue, 28 May 2024 12:19:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E1B43C32789; Tue, 28 May 2024 12:19:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1716898776; bh=uDlDC/kSByaVQE+lkrr6hynap5IlA9IpLkI2wjQ9KBw=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=n38VtenfkN/LEwZ9h8Ki0oP026KwYPlL4e8LVcWxi9V/rioNhxu8/+sgAdq06B0mo guN1NhRpu2nSOjlek+k7mmvIMab5DTuTvTAjyeoCwW/GFzQOLke6m5+0N9laTVmJ0z aeoJcTzFcE/qeG72p3IwfcGahsQn60ivoKUBfPVfdiFIwx/0M9Kbh/iBEvFxbZ0KNU 1xz3bsWb8EI6VokEbagaICbE0RUSJtox/T6TpVG52Owi3VT49AYV61Vq5paX4am16K oENGwfRENsJoHsRJt7EgQkQC+hT2raIRk+8jQt51YXgPiQs1Hm8tmwz8eAseH4WLNd ztCANhYH6T7XQ== Message-ID: Date: Tue, 28 May 2024 15:19:30 +0300 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v3 4/7] arm64: dts: ti: k3-serdes: Add Serdes1 lane-muxing macros for J722S To: Siddharth Vadapalli , nm@ti.com, vigneshr@ti.com, afd@ti.com, kristo@kernel.org, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, u-kumar1@ti.com, danishanwar@ti.com, srk@ti.com References: <20240524090514.152727-1-s-vadapalli@ti.com> <20240524090514.152727-5-s-vadapalli@ti.com> Content-Language: en-US From: Roger Quadros In-Reply-To: <20240524090514.152727-5-s-vadapalli@ti.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240528_051939_130202_7688B836 X-CRM114-Status: GOOD ( 14.91 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 24/05/2024 12:05, Siddharth Vadapalli wrote: > The Serdes1 instance of the Serdes on J722S SoC is a single lane Serdes > that is muxed across PCIe and CPSW. Define the lane-muxing macros to be > used as the idle state values. > > Signed-off-by: Siddharth Vadapalli > --- > Current patch is v1. No changelog. > > arch/arm64/boot/dts/ti/k3-serdes.h | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/arch/arm64/boot/dts/ti/k3-serdes.h b/arch/arm64/boot/dts/ti/k3-serdes.h > index e6a036a4e70b..ef3606068140 100644 > --- a/arch/arm64/boot/dts/ti/k3-serdes.h > +++ b/arch/arm64/boot/dts/ti/k3-serdes.h > @@ -206,4 +206,7 @@ > #define J722S_SERDES0_LANE0_USB 0x0 > #define J722S_SERDES0_LANE0_QSGMII_LANE2 0x1 > > +#define J722S_SERDES1_LANE0_PCIE0_LANE0 0x0 > +#define J722S_SERDES1_LANE0_QSGMII_LANE1 0x1 > + Maybe this one patch can deal with both USB and PCIE0 additions to this file and could be moved earlier in the series. > #endif /* DTS_ARM64_TI_K3_SERDES_H */ -- cheers, -roger _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel