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 37EF0C6FA82 for ; Sun, 4 Sep 2022 15:06:56 +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:MIME-Version:References: 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=OwOSAaGCjkUUJ79E/TykB4mMblZ74HpxLTR0itVBht8=; b=SFZC/muDs220Pa ergwoshEWpAJYrMCobVVRKqCyoqL55VapPmcTCBkg32CdHvks6HFH5QqTqaJ4pfKnamcSj4KJ69l4 NsTPkt6jqnIduC8hkYmjr1BagjWDZeX874pRDe1WQzVrBilIygPkyJYg2sf3Km3vMM1I9/5fZwNPD wbzwWS1SKvJzIHr8dKYUQEWJLUMm635YbE2p5uT+fGKl/zB3SSXzNvK8KYH0nxrsRrwBf0F8weC0+ QQO79TsoyLyB86F2ilqgNjznYL9l2ZhA/5ksaxBATGikgmUdusHP816+49satRj4eIIXTNmqJC7NW FgiMEiXQTIVMX+0ow6ug==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oUrCs-007MeN-0I; Sun, 04 Sep 2022 15:06:42 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oUrCe-007MMK-6y; Sun, 04 Sep 2022 15:06:29 +0000 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 dfw.source.kernel.org (Postfix) with ESMTPS id 4BD9460ED8; Sun, 4 Sep 2022 15:06:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D3F67C433D6; Sun, 4 Sep 2022 15:06:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662303985; bh=pwPJZ7tg9YJru8UeTZSAissvCywCwuoVOcaEMeA0UGY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WWTl1mnZduqQDq1DBgc4t+n3yGVFIgaqaqGBxdJpVchN3Le5ara2QcLnRZkp+ITnZ fo0JoipBDM9ebgAByW5yFtVkezqL4T1rcgnwrs4I+4+YgBb3KS9JYS0aeMAr9oJgff S7qQnkMLwjVmJxfhSJFuvZEjXkVmcC/SeDcNJS6oZlgHSPONtS8bFDNa2G+OICteN2 QDLDjPg2UsPsGJkvHKggNJnkGqE0X3ZzxyOhty/EvdNcH0ZoRSOR0dalDb8uy1hy1A z7P8OervDN4zqxs02SnnOKUpExoEQk65SwKZYMzU9cwoDAFNyXFRo3kzvAS1n/7uUz g8V2P52ExHtpQ== Date: Sun, 4 Sep 2022 20:36:20 +0530 From: Vinod Koul To: Frank Wunderlich Cc: linux-rockchip@lists.infradead.org, Frank Wunderlich , Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , Heiko Stuebner , Philipp Zabel , Yifeng Zhao , Johan Jonker , Peter Geis , Simon Xue , Liang Chen , Shawn Lin , linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v5 3/5] phy: rockchip: Support PCIe v3 Message-ID: References: <20220825193836.54262-1-linux@fw-web.de> <20220825193836.54262-4-linux@fw-web.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220825193836.54262-4-linux@fw-web.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220904_080628_328429_28321484 X-CRM114-Status: GOOD ( 12.09 ) X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org On 25-08-22, 21:38, Frank Wunderlich wrote: > From: Shawn Lin > > RK3568 supports PCIe v3 using not Combphy like PCIe v2 on rk3566. > It use a dedicated PCIe-phy. Add support for this. > > Initial support by Shawn Lin, modifications by Peter Geis and Frank > Wunderlich. > > Add data-lanes property for splitting pcie-lanes across controllers. > > The data-lanes is an array where x=0 means lane is disabled and x > 0 > means controller x is assigned to phy lane. Applied, thanks -- ~Vinod _______________________________________________ Linux-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip