From nobody Mon Apr 6 11:51:40 2026 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 C295FC32771 for ; Mon, 26 Sep 2022 18:36:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229827AbiIZSf6 (ORCPT ); Mon, 26 Sep 2022 14:35:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41194 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229817AbiIZSfz (ORCPT ); Mon, 26 Sep 2022 14:35:55 -0400 Received: from hall.aurel32.net (hall.aurel32.net [IPv6:2001:bc8:30d7:100::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 81D1C20F58; Mon, 26 Sep 2022 11:35:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=aurel32.net ; s=202004.hall; h=Content-Transfer-Encoding:MIME-Version:Message-Id:Date: Subject:Cc:To:From:Content-Type:From:Reply-To:Subject:Content-ID: Content-Description:In-Reply-To:References:X-Debbugs-Cc; bh=GkVeS3Zk1J0hHqvSqxxRfJt58YzkCgCZ4A3BhN6JrU4=; b=uyfrzhLkkQ/vfdv0wE0XhNCvP2 9ee4002Jzqg2sW4OYSOMGtXOacGC5RsjewYs4RlmMwE+oKIyPIdglqeoNbkhopIQKWSlBUGzmhio0 hycAkmDKufj9WrAATBpx96XZL3sZu2a1vOSJ486zdjpNVD0S/QPbtSC6KJxbVeGUlNts0+odqKxBR 4BPG0ju3y5m8fphfDws69lXRjui65I40AShZKvDaTVTqtjgy13ZcRUCv544ThkhHdCA1A8XX2y0+5 CbkhQLMxvBfFUa10Lrpv0BnY7Y8CMDkjbeSTOnBEm2OsbIvt8SC6GZw5/dhSCgwHnrDoN6ZfhUXow OXHIQyIA==; Received: from [2a01:e34:ec5d:a741:8a4c:7c4e:dc4c:1787] (helo=ohm.rr44.fr) by hall.aurel32.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ocsxH-00B9N6-0B; Mon, 26 Sep 2022 20:35:47 +0200 Received: from aurel32 by ohm.rr44.fr with local (Exim 4.96) (envelope-from ) id 1ocsxG-007wYd-1Y; Mon, 26 Sep 2022 20:35:46 +0200 From: Aurelien Jarno To: linux-kernel@vger.kernel.org Cc: Aurelien Jarno , Rob Herring , Krzysztof Kozlowski , Heiko Stuebner , Frank Wunderlich , Peter Geis , devicetree@vger.kernel.org (open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS), linux-arm-kernel@lists.infradead.org (moderated list:ARM/Rockchip SoC support), linux-rockchip@lists.infradead.org (open list:ARM/Rockchip SoC support) Subject: [PATCH] arm64: dts: rockchip: Add missing rockchip,pipe-grf to rk3568 PCIe v3 PHY Date: Mon, 26 Sep 2022 20:35:32 +0200 Message-Id: <20220926183533.1893371-1-aurelien@aurel32.net> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" This commit fixes the error message rockchip-snps-pcie3-phy fe8c0000.phy: failed to find rockchip,pipe_grf re= gmap during boot by providing the missing rockchip,pipe-grf property. Fixes: faedfa5b40f0 ("arm64: dts: rockchip: Add PCIe v3 nodes to rk3568") Signed-off-by: Aurelien Jarno --- arch/arm64/boot/dts/rockchip/rk3568.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3568.dtsi b/arch/arm64/boot/dts= /rockchip/rk3568.dtsi index ba67b58f05b7..8818b283ba11 100644 --- a/arch/arm64/boot/dts/rockchip/rk3568.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3568.dtsi @@ -56,6 +56,7 @@ pcie30phy: phy@fe8c0000 { clock-names =3D "refclk_m", "refclk_n", "pclk"; resets =3D <&cru SRST_PCIE30PHY>; reset-names =3D "phy"; + rockchip,pipe-grf =3D <&pipegrf>; rockchip,phy-grf =3D <&pcie30_phy_grf>; status =3D "disabled"; }; --=20 2.35.1