Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp2836022pxb; Mon, 1 Nov 2021 02:52:47 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwiEa1h6e9y7XLdYcN+eylADO5aeRPlNVX1Xcj/lGuzUsTkN9uxqRB88lsRTDqygQBJ2wCl X-Received: by 2002:a05:6638:dcc:: with SMTP id m12mr15547811jaj.143.1635760367624; Mon, 01 Nov 2021 02:52:47 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1635760367; cv=none; d=google.com; s=arc-20160816; b=bIw8pYJ6tyVI121Dw1nN09gwSH17DpcBGQZa8OO0dtD9VUZEeW4RoWrks9SeWIs0j3 7Iw5ABAWJ59byulgU2OIHU+GtFhyrKW/0hDsD9+h5sghVBUWy4GmaFrGyCuQguutlZXY Gy4nE5+oFhw4XqheapbNhKvdj0Xw3EaEuyhTfw9bBiN1/KmVaFjifikWSDXmEcn+BQ/M k+yGzyvnAtkl97amhaqLVBrfNpunrsmI3UkXTlIg8kzFt6PJUqPhHSeSpJjPhxFhPk/o lF/iYUMFE7n26xd9fsS631X9ABeUriMRDu/+nal2BUU14NLN9efUDzHqFq8IAN1YwXni 1f7g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=IGetpSOrNLjStZ3apmYFtcYYPCb7+DQSdhA16onyKFA=; b=ncOKPPFzZs9O5d/kAJJREMYiU8aM2MaKg3Y7w2xClCiu+jj0BQ3LoQf6yv3c5W0UCq GMbgKbulogemr6IcnhxNpVRPoCcTI+EGhDfIz4TY+aDA10eSir6vWtT6YYaqCXMgpWY4 SGPna0fMzPcNjOWcQSWGM03VOtzTGNfXhvK3MngkYz/CnYpqOciAR6SkS9mCcs7mQDSQ yripA16ASOvpjNhQbT9AurUNwd+gRdL4ok5CdvzZJieSKQsLs/M3ffhBBtsz45ta9/c4 n1RNS5vzr212lnBDdPUP1Dy7ib/FlLxv8MofBAI6jBP5WMU4My/1w5dWeGHr2x36H9il xTYw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id g6si6482674ilf.178.2021.11.01.02.52.35; Mon, 01 Nov 2021 02:52:47 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235169AbhKAJxx (ORCPT + 99 others); Mon, 1 Nov 2021 05:53:53 -0400 Received: from mail.zeus.flokli.de ([88.198.15.28]:55402 "EHLO zeus.flokli.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S232514AbhKAJtR (ORCPT ); Mon, 1 Nov 2021 05:49:17 -0400 Received: from localhost (dslb-094-221-236-183.094.221.pools.vodafone-ip.de [94.221.236.183]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: flokli@flokli.de) by zeus.flokli.de (Postfix) with ESMTPSA id 34FFE11E59DA; Mon, 1 Nov 2021 09:46:42 +0000 (UTC) Date: Mon, 1 Nov 2021 10:46:41 +0100 From: Florian Klink To: Dennis Gilmore Cc: linux-rockchip@lists.infradead.org, Rob Herring , Heiko Stuebner , Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "moderated list:ARM/Rockchip SoC support" , open list Subject: Re: [PATCH] arm64: dts: rockchip: helios64: add variables for pcie completion Message-ID: <20211101094641.cseo7fvrzyzh2pkl@tp> References: <20211029005323.144652-1-dgilmore@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20211029005323.144652-1-dgilmore@redhat.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Acked-By: Florian Klink On 21-10-28 19:53:19, Dennis Gilmore wrote: >without ep-gpios defined u-boot does not initialise PCIe >rockchip_pcie pcie@f8000000: failed to find ep-gpios property > >additionally set max-link-speed and pinctrl-names for completeness > >with this patch and the ones from Florian Klink applied to the dts >file in u-boot sata drives show up in both u-boot and linux > >Signed-off-by: Dennis Gilmore >--- > arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts b/arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts >index 9c2b45012daa..1e4042a7fdc3 100644 >--- a/arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts >+++ b/arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts >@@ -534,7 +534,10 @@ &pcie_phy { > }; > > &pcie0 { >+ ep-gpios = <&gpio2 RK_PD4 GPIO_ACTIVE_HIGH>; >+ max-link-speed = <2>; > num-lanes = <2>; >+ pinctrl-names = "default"; > status = "okay"; > > vpcie12v-supply = <&vcc12v_dcin>; >-- >2.32.0 -- Florian Klink