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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 90531C07E9D for ; Thu, 29 Sep 2022 06:13:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234915AbiI2GNZ (ORCPT ); Thu, 29 Sep 2022 02:13:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41688 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234928AbiI2GNT (ORCPT ); Thu, 29 Sep 2022 02:13:19 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D5577121E54 for ; Wed, 28 Sep 2022 23:13:18 -0700 (PDT) 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 28D996201E for ; Thu, 29 Sep 2022 06:13:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 01035C433B5; Thu, 29 Sep 2022 06:13:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664431997; bh=mptkJW/0D7J67zG5IWOS5/3OR8nh/364Sw8qadvLw8g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DuMZGNsY9JNwxVqBTv2Qkn8muzAHYMKKbbxpK1IVApLWICoOXYzqZNm4IvozgdTug pWqaMbMVCqB956gdbXAqYJ5xuDwFc9/nDzXBfzriQi+Qt2bRXyHdbzAkwHdo3Ps76m aIY4CJ/t9wx5LQkmL3iWD0R25kp9eh1xAsAH1OFceaoGsuQWAKfXRE1BJ7p/7y5K9F SlxF/SAqPWofOss6e/plGhOb5klg1oSQMqXTYvSpGHHcskKX02J0SjV6SC5XGJjhbY VsQ2dWU94e7LKwUcuYU7xRyKhmTNzzp8s22T5BFwfnmFp5pwY2kwnQgLbW6151osFL 93YmbAbu6Z4hw== Date: Thu, 29 Sep 2022 11:43:12 +0530 From: Vinod Koul To: Aurelien Jarno Cc: Kishon Vijay Abraham I , Heiko Stuebner , Shawn Lin , Frank Wunderlich , "open list:GENERIC PHY FRAMEWORK" , "moderated list:ARM/Rockchip SoC support" , "open list:ARM/Rockchip SoC support" , open list , Peter Geis Subject: Re: [PATCH] phy: rockchip-snps-pcie3: only look for rockchip,pipe-grf on rk3588 Message-ID: References: <20220927051752.53089-1-aurelien@aurel32.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220927051752.53089-1-aurelien@aurel32.net> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 27-09-22, 07:17, Aurelien Jarno wrote: > The rockchip,pipe-grf property is only used on rk3588, but not on > rk3568. Therefore this property is not present on rk3568 devices, > leading to the following message: > > rockchip-snps-pcie3-phy fe8c0000.phy: failed to find rockchip,pipe_grf regmap > > Fix that by only looking for this property on rk3588. Applied, thanks -- ~Vinod