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 E0FEBC38145 for ; Wed, 7 Sep 2022 10:25:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230308AbiIGKZR (ORCPT ); Wed, 7 Sep 2022 06:25:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35674 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230281AbiIGKZJ (ORCPT ); Wed, 7 Sep 2022 06:25:09 -0400 Received: from mail-lf1-x129.google.com (mail-lf1-x129.google.com [IPv6:2a00:1450:4864:20::129]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 570622FFF9 for ; Wed, 7 Sep 2022 03:25:01 -0700 (PDT) Received: by mail-lf1-x129.google.com with SMTP id z25so21730312lfr.2 for ; Wed, 07 Sep 2022 03:25:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date; bh=fEUqt9+qxUMWX8ZXycy90WtW/syx1Y2If6HQeNXBw3M=; b=oZxiH+wzBb4W/26mmXuGLuepWKl7gUHnD82V8shRrB/qT/iV2ygQGBcLaVcsSo2wkm awmbgrNlcQNeYR4lucqKP/fbV1V9NiISnLfEnq1SjCyknOOFZ7lmtUZs8g2q2fif5FvP gZcfe6luQ0aUSsjWgAs3UpHaDh5mabxY0VtP/sjnzyT3Pki0LQoZ6mGDITzy52MGUHOj Ei+bT5XCT+UwDe/sZ5ag0VL+1zl7YQZEiw8FEjretfO3bSaUiV0tGbxM4L5VvFvaIgJH qo4dgG0NleLhcRBC16OvZkXIgYjWKqemJYJWCQ/o5/sV/7+Jv/+I/eumGhjzGY/MfUSP Xr3A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date; bh=fEUqt9+qxUMWX8ZXycy90WtW/syx1Y2If6HQeNXBw3M=; b=ooB5C1IJPlK+1mI1MeFIYyPX/3yjbFmzw6Dc/8nkNwdpDJipfu60CzsTvY6HiiCr2B V5rlWUpHDvMtfppPUcIID2GDG3PhzEKfV75hIUH4jYg7spUCI6VCRECXH0RZoUeKpNJp LYJBDMoJM6hSMkY2et6w6hqXBrqnpkHh7qCHTI+5EHP6qOw2NVidkVdVUE7E8T2gVV/6 ZL8OkBEobm+77WvIhU19KpvbmsbWU0ZKcP3KQua1A2rcDhfYjJGkVfIjUU8HAaPePofo rjzq4udLh05253b0BgjTro0jFW8KJXox5uiDH/69Ffv/HbcBUiLYhDZxvOKDIZdJkz9X tkLw== X-Gm-Message-State: ACgBeo0dVIi5pemTSUJivafpJEVgXhbDGugimYGABIUigBNQ3mWrKzkx Kq8lu8OktvDDEDNoOd9Zbj+lfw== X-Google-Smtp-Source: AA6agR6LtW2cVXdK9UY9CfzEJFLOaWhbSandN3K2DvIbIOcseMAC1gjJtA0vqrQGUWJcce/Fs82BnQ== X-Received: by 2002:a05:6512:ac1:b0:491:571c:3ef7 with SMTP id n1-20020a0565120ac100b00491571c3ef7mr875597lfu.176.1662546300226; Wed, 07 Sep 2022 03:25:00 -0700 (PDT) Received: from [192.168.0.21] (78-11-189-27.static.ip.netia.com.pl. [78.11.189.27]) by smtp.gmail.com with ESMTPSA id s26-20020a05651c201a00b0026a999966bbsm1112677ljo.24.2022.09.07.03.24.58 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 07 Sep 2022 03:24:59 -0700 (PDT) Message-ID: <51d57c7d-18ea-78e0-cb6a-e84181e36ad3@linaro.org> Date: Wed, 7 Sep 2022 12:24:58 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.13.0 Subject: Re: [PATCH v2 1/2] dt-bindings: mtd: spi-nor: Add reset-gpios property Content-Language: en-US To: "Potthuri, Sai Krishna" , Tudor Ambarus , Pratyush Yadav , Michael Walle , Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , Rob Herring , Krzysztof Kozlowski Cc: "devicetree@vger.kernel.org" , "linux-mtd@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "saikrishna12468@gmail.com" , "git (AMD-Xilinx)" References: <20220901072914.30205-1-sai.krishna.potthuri@amd.com> <20220901072914.30205-2-sai.krishna.potthuri@amd.com> <6b06f88e-128d-7ce6-b97b-b5cacfc4834d@linaro.org> <83444851-14ef-b293-6581-1307331fb1c4@linaro.org> From: Krzysztof Kozlowski In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/09/2022 11:49, Potthuri, Sai Krishna wrote: >>>>> >>>>> Signed-off-by: Sai Krishna Potthuri >>>>> --- >>>> >>>> You still miss the user (DTS) of this change... >>> Do you mean to have this property in example DTS in this yaml? >> >> No, I want to see in-tree DTS using it. > As Michal Simek talked to you about this over IRC, as of now we don’t have > a DTS in the mainline tree for Xilinx Versal platform but we have a plan to do it. > For time being i will add this property in the example dts in this yaml file. Sure, sounds good. Best regards, Krzysztof