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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9BBA9C433F5 for ; Fri, 8 Apr 2022 18:09:05 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3107D83E92; Fri, 8 Apr 2022 20:06:04 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="WB962hWy"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id B318A83DC4; Fri, 8 Apr 2022 20:05:52 +0200 (CEST) Received: from mail-qt1-x834.google.com (mail-qt1-x834.google.com [IPv6:2607:f8b0:4864:20::834]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 076F783E89 for ; Fri, 8 Apr 2022 20:05:49 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x834.google.com with SMTP id t7so11233373qta.10 for ; Fri, 08 Apr 2022 11:05:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=+VC+Pw4d4TYl/jkkeuWcSPiLPwESKcFguyrrtUL+1mk=; b=WB962hWyQsNLZiGF1zMlqiVXcM9Mu/6HerVL3bkMySaQXNrtljgqmdmpiuZdowLGon v6GzZNfHVbppVD3fXwzG9/8QOc1eaeST4BDH1c+NM8FiwFBNNMYlTYwRvTTxDXwcbkIa B+t4WpOXMt9BFc4uPCezdep3G/9TAqIBRpoYM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=+VC+Pw4d4TYl/jkkeuWcSPiLPwESKcFguyrrtUL+1mk=; b=c2+//KyfsSeET9afXd0AXOhLrploT8vMNkve3/4t9RmosYesvOxUSV5HoZtIxUWeJ7 lOXtcqgTdGYzyboQqxpQYcXbpwERAQ6ux0x1192hfqRcyDdZH0DntUSnApq4tU/+U4ZD 3MUBjoz+LVvQ6dIzKMPwKmC5Q4tozxnvuoytpY13PH1Vvc80L8MdkAj7E4IoSH1dmIy8 uhm0armJKUI8bWd7xRHdPRhRErRVtpqtdQtFMhEo2n+7B12sQJfVbEWQL5hwq9EUKpwx Y5dxN61n3Y/bOds/DQTqhioe3k9BVcMi4h/NdiZh19BcNixRntF5lEk93K5n+aGtkk+7 3LPA== X-Gm-Message-State: AOAM533Gr98+4L6nCLNgAbZ44KOIUMXFdHLu9U3Q0m2K7zlxHJtno4M5 2O0bshzv0zw4tzDz18g8nTwrF2sWe9UwNg== X-Google-Smtp-Source: ABdhPJxzC8dbrM6ditjFO+T0TtmTw1lsZ+r4mh6O+j5YfcyB+yL0Nm6G0Hi2m/XJ82v44ukwtFexkA== X-Received: by 2002:ac8:5e4c:0:b0:2e2:2bbf:57fa with SMTP id i12-20020ac85e4c000000b002e22bbf57famr16761622qtx.278.1649441147615; Fri, 08 Apr 2022 11:05:47 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-2ef0-5dff-fedb-a8ba.res6.spectrum.com. [2603:6081:7b01:cbda:2ef0:5dff:fedb:a8ba]) by smtp.gmail.com with ESMTPSA id z6-20020ae9c106000000b0067d3b9ef387sm13778304qki.28.2022.04.08.11.05.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Apr 2022 11:05:46 -0700 (PDT) Date: Fri, 8 Apr 2022 14:05:45 -0400 From: Tom Rini To: u-boot@lists.denx.de Cc: Jagan Teki Subject: Re: [PATCH 13/25] spi: cadence_qspi: Migrate CONFIG_CQSPI_REF_CLK to Kconfig Message-ID: <20220408180545.GL14282@bill-the-cat> References: <20220330220735.908616-1-trini@konsulko.com> <20220330220735.908616-13-trini@konsulko.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="eeg465crObqkzWj4" Content-Disposition: inline In-Reply-To: <20220330220735.908616-13-trini@konsulko.com> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean --eeg465crObqkzWj4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 30, 2022 at 06:07:23PM -0400, Tom Rini wrote: > This is a little tricky since SoCFPGA has code to determine this as > runtime. Introduce a guard variable for platforms to select if they > have a static value to use. Then for ARCH_SOCFPGA, call > cm_get_qspi_controller_clk_hz() and otherwise continue the previous > behavior. >=20 > Cc: Jagan Teki > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! --=20 Tom --eeg465crObqkzWj4 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmJQeXkACgkQFHw5/5Y0 tywnHwwAlijuHZbDvYP7+gNy0XoPVEipteZ+H2VDwH49eJGPtU7YW6ZfsCZMOVgx cV0IPiUXrcuV7KrdTg7GPGwzEJJGjtK42dyKiVi5QzAs6km+EqK1kHXaSm4WPaU7 f+ovKK8sCArIanGuB3jTpjXQmHI9xsTipLnOJJfYu52OUO8uJ4z+jGavG112zJd3 asrFMvWKWzJwoG0Dz+e73/JstcwuU6jApMGXDv2BB4XNTXubHL6n6fIUAsIl11Ts W2dKFs8jQdlZTkVMjY/FlBIJVJFbGhXktmjC8+EV60csrK4IhcoFApnZToKoQdBl RCIc9+sl5akU2mN9LUai0Y6iJC5dCjqhRYPozPvlcUowWodXHANIkXqNscO0RUXD z3ILkBjA1bSI5OnV7E6enF0YWHsfE1WoIvuU+45Z7bnYOODhqizjKvQMQ3N0LQzU G7US32MqbGnzuaiMqoMrWM+aakcHCpwRny1iLAxwT/jOgu3VFqqd9EhYt8WOzNwt v39cvyW0 =iZuf -----END PGP SIGNATURE----- --eeg465crObqkzWj4--