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 10D6BC678D4 for ; Thu, 2 Mar 2023 07:36:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229884AbjCBHgE (ORCPT ); Thu, 2 Mar 2023 02:36:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52170 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229713AbjCBHgD (ORCPT ); Thu, 2 Mar 2023 02:36:03 -0500 Received: from mail-ed1-x52d.google.com (mail-ed1-x52d.google.com [IPv6:2a00:1450:4864:20::52d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 329B5193C2 for ; Wed, 1 Mar 2023 23:36:02 -0800 (PST) Received: by mail-ed1-x52d.google.com with SMTP id s26so63783158edw.11 for ; Wed, 01 Mar 2023 23:36:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1677742560; h=content-transfer-encoding:in-reply-to:from:content-language :references:cc:to:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=XCQZG2b6SjjHN0wfxKrnSflpvL+Z18WTHOqyR2lQDUY=; b=bf8Rpe2m42aadVErpqsTPzwa4dIeFJb9LbEzJeoa53Bh57v1DaLkkxi1HD3oK5Agcb 5f9u5Blm5jX+432IXEmEXRNpjJkz5vatmQ09pwQRVbRTlSol9CBJpGbfWeJVeYs1SfJd 783vrdnTd6Xz5bZgJ0N22viVDA3WWEppROrHfOwNFeaicKIo6Eqj0RhC97Hag8AYZSm0 X1eKarC7GKdU/1NgCsK4OJpKeC+jsL6Jc1gSE9KR4bzWSo6AIk/9pwOMwi07j5zShVqH bKistQWZAXbyO43dyOj9edQV3uFaGdFRbF79NVChHt1RY5Tx7l//fdWZ9EF61DvNlmmE PpYw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1677742560; h=content-transfer-encoding:in-reply-to:from:content-language :references:cc:to:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=XCQZG2b6SjjHN0wfxKrnSflpvL+Z18WTHOqyR2lQDUY=; b=rWSdjtjqk/uEzi6bVWtlEFoaVqHBxf0IXmRe87JhH3OApzwwyo2OjwSiBlaruLByMZ ThvECK+8O5FaQbsUyBDWGFMJXvikzkIopX3F0zzuyUI16AVj8849/DE2+fqQlZLh/9iY gNZOqwu0ZorTShPoQtqkLf6RhdFizd0QQxp2GXkalQSsDRKQiGWf5Vt1TB+CkRFJOv7u E1dXH3u3cpGQNrUByAHITKKG/XjkPwU7vKwQ2Y6seMdXhDZ4CxVWcdmXmqzOOf9nN0Ky BakyqL9+nvfOpa8sxGIa05SH8FCaeHFEYjADHep7HpoRS5xFv945pRjo74z917V6iz6L S3cg== X-Gm-Message-State: AO0yUKVZDMy1++YSYFZEuvcMhyZt5GFmdDCgURdWvm44GRfyGbdDKMNM MfJ7PIxuqXhw2z8hPu2Tn93DYQ== X-Google-Smtp-Source: AK7set8Stq6eJ2jfWoMqx3IDPesp90JlK5i/M5llisyWgsD8i8UNUT0SDrUjZ9NmAVATNrX9YcgbQw== X-Received: by 2002:a17:907:a0d5:b0:886:221b:44e5 with SMTP id hw21-20020a170907a0d500b00886221b44e5mr12137595ejc.62.1677742560629; Wed, 01 Mar 2023 23:36:00 -0800 (PST) Received: from [192.168.1.20] ([178.197.216.144]) by smtp.gmail.com with ESMTPSA id q8-20020a50aa88000000b004bc422b58a2sm1635332edc.88.2023.03.01.23.35.59 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 01 Mar 2023 23:36:00 -0800 (PST) Message-ID: <2c16fa96-a710-4ea6-74df-247a4bc7d2dd@linaro.org> Date: Thu, 2 Mar 2023 08:35:58 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: [PATCH v5 6/6] dt-bindings: clock: ast2600: Expand comment on reset definitions To: Jeremy Kerr , devicetree@vger.kernel.org, linux-aspeed@lists.ozlabs.org, linux-clk@vger.kernel.org Cc: Krzysztof Kozlowski , Michael Turquette , Rob Herring , Stephen Boyd , Dylan Hung , Joel Stanley , Andrew Jeffery References: <20230302005834.13171-1-jk@codeconstruct.com.au> <20230302005834.13171-7-jk@codeconstruct.com.au> Content-Language: en-US From: Krzysztof Kozlowski In-Reply-To: <20230302005834.13171-7-jk@codeconstruct.com.au> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On 02/03/2023 01:58, Jeremy Kerr wrote: > The current "not part of a gate" is a little ambiguous. Expand this a > little to clarify the reference to the paired clock + reset control. > > Signed-off-by: Jeremy Kerr > --- Acked-by: Krzysztof Kozlowski Best regards, Krzysztof