From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Date: Mon, 27 Sep 2021 13:40:52 -0500 Subject: [PATCH 09/10] dt-bindings: mmc: aspeed: Add max-tap-delay property In-Reply-To: <20210922103116.30652-10-chin-ting_kuo@aspeedtech.com> References: <20210922103116.30652-1-chin-ting_kuo@aspeedtech.com> <20210922103116.30652-10-chin-ting_kuo@aspeedtech.com> Message-ID: List-Id: To: linux-aspeed@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Wed, Sep 22, 2021 at 06:31:15PM +0800, Chin-Ting Kuo wrote: > Add max-tap-delay proptery in order to record the maximum > tap delay on different platforms. > > Signed-off-by: Chin-Ting Kuo > --- > Documentation/devicetree/bindings/mmc/aspeed,sdhci.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/mmc/aspeed,sdhci.yaml b/Documentation/devicetree/bindings/mmc/aspeed,sdhci.yaml > index 987b287f3bff..5bb66849df65 100644 > --- a/Documentation/devicetree/bindings/mmc/aspeed,sdhci.yaml > +++ b/Documentation/devicetree/bindings/mmc/aspeed,sdhci.yaml > @@ -37,6 +37,9 @@ properties: > clocks: > maxItems: 1 > description: The SD/SDIO controller clock gate > + max-tap-delay: > + maxItems: 1 An array? > + description: The maximum delay in picosecond for SD/SDIO controller Properties with a unit should have a standard unit suffix. Should be common property? If not, needs a vendor prefix. > > patternProperties: > "^sdhci@[0-9a-f]+$": > -- > 2.17.1 > > 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 85E58C433F5 for ; Mon, 27 Sep 2021 18:40:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 68DC860F9B for ; Mon, 27 Sep 2021 18:40:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236244AbhI0Sme (ORCPT ); Mon, 27 Sep 2021 14:42:34 -0400 Received: from mail-ot1-f52.google.com ([209.85.210.52]:45603 "EHLO mail-ot1-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236238AbhI0Sme (ORCPT ); Mon, 27 Sep 2021 14:42:34 -0400 Received: by mail-ot1-f52.google.com with SMTP id l7-20020a0568302b0700b0051c0181deebso25622787otv.12; Mon, 27 Sep 2021 11:40:56 -0700 (PDT) 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=aT74sA8N2lUocgMluPhJs3Gm7SxBOR0E9ip/6duvBVU=; b=i+MIo9YmnFVKvwH3u1OS/hEw6x9vNy/kIuPsKgeky/H+l8oi2HaD8MpIJ0J36KgCcQ ZN3mAMbsRxbpzwd+PI5wvBna/0jLMeECzDFDc6z4uHG64VBtXEs3fTyOlnrS9tns0SCQ nQUHpPi7MlMBJHP4y4EkQ1AFV22Uw/Rn2qciT3nT0m8q0rqOCO+lNCDaNywWjROReQKF r/vTg7Y5p2vjVcw2aeSZxSZLpKK+LEdohZL7NKrMFwYN/hKXUTNtR1jF3mscwgU78wdL L2YCbmrB3GUhmtW650/H6WZceWBXZnTIn6IZNim8XPBBdKjgFe862VAghsb8cL35dENz Xbig== X-Gm-Message-State: AOAM530F3SO7+UNak+BScS9JRkmzoES5bmBacfL75cfQwcK7qJAHz46t gLF3PjfXl2xhJsLWTnw42Q== X-Google-Smtp-Source: ABdhPJxYyVnhkkXpCnNCYmWcKTble598kdOQWM1WnmFBNHS1MKlFJTW46Jl/GPLx0rfmdruXu7as7Q== X-Received: by 2002:a9d:27a4:: with SMTP id c33mr1308181otb.283.1632768054214; Mon, 27 Sep 2021 11:40:54 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id r18sm4245072ooc.27.2021.09.27.11.40.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 27 Sep 2021 11:40:53 -0700 (PDT) Received: (nullmailer pid 3622187 invoked by uid 1000); Mon, 27 Sep 2021 18:40:52 -0000 Date: Mon, 27 Sep 2021 13:40:52 -0500 From: Rob Herring To: Chin-Ting Kuo Cc: joel@jms.id.au, mturquette@baylibre.com, sboyd@kernel.org, adrian.hunter@intel.com, linux-aspeed@lists.ozlabs.org, openbmc@lists.ozlabs.org, linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, andrew@aj.id.au, BMC-SW@aspeedtech.com, steven_lee@aspeedtech.com Subject: Re: [PATCH 09/10] dt-bindings: mmc: aspeed: Add max-tap-delay property Message-ID: References: <20210922103116.30652-1-chin-ting_kuo@aspeedtech.com> <20210922103116.30652-10-chin-ting_kuo@aspeedtech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210922103116.30652-10-chin-ting_kuo@aspeedtech.com> Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On Wed, Sep 22, 2021 at 06:31:15PM +0800, Chin-Ting Kuo wrote: > Add max-tap-delay proptery in order to record the maximum > tap delay on different platforms. > > Signed-off-by: Chin-Ting Kuo > --- > Documentation/devicetree/bindings/mmc/aspeed,sdhci.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/mmc/aspeed,sdhci.yaml b/Documentation/devicetree/bindings/mmc/aspeed,sdhci.yaml > index 987b287f3bff..5bb66849df65 100644 > --- a/Documentation/devicetree/bindings/mmc/aspeed,sdhci.yaml > +++ b/Documentation/devicetree/bindings/mmc/aspeed,sdhci.yaml > @@ -37,6 +37,9 @@ properties: > clocks: > maxItems: 1 > description: The SD/SDIO controller clock gate > + max-tap-delay: > + maxItems: 1 An array? > + description: The maximum delay in picosecond for SD/SDIO controller Properties with a unit should have a standard unit suffix. Should be common property? If not, needs a vendor prefix. > > patternProperties: > "^sdhci@[0-9a-f]+$": > -- > 2.17.1 > > 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 77500C433EF for ; Mon, 27 Sep 2021 18:41:29 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C314660FC0 for ; Mon, 27 Sep 2021 18:41:28 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org C314660FC0 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.ozlabs.org Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4HJBLH0PrSz2yPv for ; Tue, 28 Sep 2021 04:41:27 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=209.85.210.51; helo=mail-ot1-f51.google.com; envelope-from=robherring2@gmail.com; receiver=) Received: from mail-ot1-f51.google.com (mail-ot1-f51.google.com [209.85.210.51]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4HJBKk02HBz2xXr; Tue, 28 Sep 2021 04:40:57 +1000 (AEST) Received: by mail-ot1-f51.google.com with SMTP id r43-20020a05683044ab00b0054716b40005so18795514otv.4; Mon, 27 Sep 2021 11:40:57 -0700 (PDT) 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=aT74sA8N2lUocgMluPhJs3Gm7SxBOR0E9ip/6duvBVU=; b=11YfVPj6MpWHenuP4bihhOHR5avXlF1k7F/jYrg+3KdA51NociACgqYGxUDq3E+ehJ nYME1tTcqSZ3DUzqjvRU7VlXoIWblBJ9YzE9zO/vkqnr+jaV/4oC/tZV7LrBYhA4uSr2 Jd8aqKjsmd8NoYGRBQW1Hv9OxogmEScpqlq45bzWB4v/Jv/aptWXuMjwxqF/SJuoHaum K/f1awrnhMKkOd+3frVEU47Jv8Ond94ZOhL5zizwcaVeEk1xeHTDM0L7mSUzPCiYcJSd DFxbI11ZQ6bsEC9586zhZJvAMrMIC3RwtkfUEDGFAnHTukLiGOsxFq7syRt24JJxFkFK RNyg== X-Gm-Message-State: AOAM531GCTjERVV/2j4I2ketZL3o8J3K+LkehyVSeebWn77TXDJ5PYwq pbJT0HpkV4pQIeBiveYlVQ== X-Google-Smtp-Source: ABdhPJxYyVnhkkXpCnNCYmWcKTble598kdOQWM1WnmFBNHS1MKlFJTW46Jl/GPLx0rfmdruXu7as7Q== X-Received: by 2002:a9d:27a4:: with SMTP id c33mr1308181otb.283.1632768054214; Mon, 27 Sep 2021 11:40:54 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id r18sm4245072ooc.27.2021.09.27.11.40.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 27 Sep 2021 11:40:53 -0700 (PDT) Received: (nullmailer pid 3622187 invoked by uid 1000); Mon, 27 Sep 2021 18:40:52 -0000 Date: Mon, 27 Sep 2021 13:40:52 -0500 From: Rob Herring To: Chin-Ting Kuo Subject: Re: [PATCH 09/10] dt-bindings: mmc: aspeed: Add max-tap-delay property Message-ID: References: <20210922103116.30652-1-chin-ting_kuo@aspeedtech.com> <20210922103116.30652-10-chin-ting_kuo@aspeedtech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210922103116.30652-10-chin-ting_kuo@aspeedtech.com> X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, linux-clk@vger.kernel.org, linux-aspeed@lists.ozlabs.org, BMC-SW@aspeedtech.com, sboyd@kernel.org, steven_lee@aspeedtech.com, openbmc@lists.ozlabs.org, linux-mmc@vger.kernel.org, adrian.hunter@intel.com, linux-kernel@vger.kernel.org, andrew@aj.id.au, mturquette@baylibre.com, linux-arm-kernel@lists.infradead.org Errors-To: openbmc-bounces+openbmc=archiver.kernel.org@lists.ozlabs.org Sender: "openbmc" On Wed, Sep 22, 2021 at 06:31:15PM +0800, Chin-Ting Kuo wrote: > Add max-tap-delay proptery in order to record the maximum > tap delay on different platforms. > > Signed-off-by: Chin-Ting Kuo > --- > Documentation/devicetree/bindings/mmc/aspeed,sdhci.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/mmc/aspeed,sdhci.yaml b/Documentation/devicetree/bindings/mmc/aspeed,sdhci.yaml > index 987b287f3bff..5bb66849df65 100644 > --- a/Documentation/devicetree/bindings/mmc/aspeed,sdhci.yaml > +++ b/Documentation/devicetree/bindings/mmc/aspeed,sdhci.yaml > @@ -37,6 +37,9 @@ properties: > clocks: > maxItems: 1 > description: The SD/SDIO controller clock gate > + max-tap-delay: > + maxItems: 1 An array? > + description: The maximum delay in picosecond for SD/SDIO controller Properties with a unit should have a standard unit suffix. Should be common property? If not, needs a vendor prefix. > > patternProperties: > "^sdhci@[0-9a-f]+$": > -- > 2.17.1 > > 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DAA1EC433EF for ; Mon, 27 Sep 2021 18:42:46 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9CC1F60F70 for ; Mon, 27 Sep 2021 18:42:46 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 9CC1F60F70 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ZrjFsEbce/NldTA8VyEHi4FuLJ2/J8of23pWI7TCqw8=; b=P1jc4Qc5mdfe11 E+b6mNB5iuA7openKBEImJSfd8kjRteDxKTA7xvf7uYtbNxAbwtTnySXb8OhnmthTM7+PnGdruVFF 7F7ul+A42xAgdnlgpyVvSl6DP+NQyDZMn4GJkcRqzlytjFbU0rj+dbWqRLIb97GschXT301tuu91f k8Iov5IYcrnQfQ64pr896Bu8GSdlpVaCR4V0lHzNOF10ll4SZwjepeXFEKuA5qsx1yl1Y64yAyXDZ pkXqedhkTmG2E3g55Y4B/+iF4FukkTo8TSOD9FKjlyrtjTlCEJ2ZMkX1eyRa849PUwY6gepl1JWUl 8LEabxaLnS2WOwnT8I4w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mUvYi-003oV1-MH; Mon, 27 Sep 2021 18:41:00 +0000 Received: from mail-ot1-f48.google.com ([209.85.210.48]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mUvYe-003oUI-Fk for linux-arm-kernel@lists.infradead.org; Mon, 27 Sep 2021 18:40:57 +0000 Received: by mail-ot1-f48.google.com with SMTP id o59-20020a9d2241000000b0054745f28c69so23625941ota.13 for ; Mon, 27 Sep 2021 11:40:56 -0700 (PDT) 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=aT74sA8N2lUocgMluPhJs3Gm7SxBOR0E9ip/6duvBVU=; b=OLa30rP389erF0IE1kehdRnuljZrdFKisX+31n4ezT9AbIjdDFMUK/j1mEC4pPBjX9 uyp7uNiPTWcXXPI2DnEEqL0w8jDBYzoiwfLJfIeel0gxzZX0wXjRYwDwt90AP0GmUd+U nBauTS5K9m0eGXBvbbSqtNAomxTQljqwGPTB8gpZ4arUSZ9NkgafmGtNJ5hUiZSTwHmz /1DppRasAedYwLWtLEIup80m9O9mFVAG/5/I6D76Lj2M+Qec+ys0/6scmyMtaSKi5t0u Fo6O4IUvLMDOOTlNGOYKaWJljHsvlDRfjnkMN7McPJNkVw7l+hFFN1ydU+349v8yjaRl CHjA== X-Gm-Message-State: AOAM532q9YDvnWrLoRsdvDEeBFzbu7PxHArDVh+NfebWPG7jz28r9QYB KpUrMq+MaTneeIv56ofNzA== X-Google-Smtp-Source: ABdhPJxYyVnhkkXpCnNCYmWcKTble598kdOQWM1WnmFBNHS1MKlFJTW46Jl/GPLx0rfmdruXu7as7Q== X-Received: by 2002:a9d:27a4:: with SMTP id c33mr1308181otb.283.1632768054214; Mon, 27 Sep 2021 11:40:54 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id r18sm4245072ooc.27.2021.09.27.11.40.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 27 Sep 2021 11:40:53 -0700 (PDT) Received: (nullmailer pid 3622187 invoked by uid 1000); Mon, 27 Sep 2021 18:40:52 -0000 Date: Mon, 27 Sep 2021 13:40:52 -0500 From: Rob Herring To: Chin-Ting Kuo Cc: joel@jms.id.au, mturquette@baylibre.com, sboyd@kernel.org, adrian.hunter@intel.com, linux-aspeed@lists.ozlabs.org, openbmc@lists.ozlabs.org, linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, andrew@aj.id.au, BMC-SW@aspeedtech.com, steven_lee@aspeedtech.com Subject: Re: [PATCH 09/10] dt-bindings: mmc: aspeed: Add max-tap-delay property Message-ID: References: <20210922103116.30652-1-chin-ting_kuo@aspeedtech.com> <20210922103116.30652-10-chin-ting_kuo@aspeedtech.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210922103116.30652-10-chin-ting_kuo@aspeedtech.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210927_114056_551949_F1CF3DE4 X-CRM114-Status: GOOD ( 15.05 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Sep 22, 2021 at 06:31:15PM +0800, Chin-Ting Kuo wrote: > Add max-tap-delay proptery in order to record the maximum > tap delay on different platforms. > > Signed-off-by: Chin-Ting Kuo > --- > Documentation/devicetree/bindings/mmc/aspeed,sdhci.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/mmc/aspeed,sdhci.yaml b/Documentation/devicetree/bindings/mmc/aspeed,sdhci.yaml > index 987b287f3bff..5bb66849df65 100644 > --- a/Documentation/devicetree/bindings/mmc/aspeed,sdhci.yaml > +++ b/Documentation/devicetree/bindings/mmc/aspeed,sdhci.yaml > @@ -37,6 +37,9 @@ properties: > clocks: > maxItems: 1 > description: The SD/SDIO controller clock gate > + max-tap-delay: > + maxItems: 1 An array? > + description: The maximum delay in picosecond for SD/SDIO controller Properties with a unit should have a standard unit suffix. Should be common property? If not, needs a vendor prefix. > > patternProperties: > "^sdhci@[0-9a-f]+$": > -- > 2.17.1 > > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel