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 61DACC433F5 for ; Mon, 18 Apr 2022 16:14:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231682AbiDRQR2 (ORCPT ); Mon, 18 Apr 2022 12:17:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48050 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239186AbiDRQR0 (ORCPT ); Mon, 18 Apr 2022 12:17:26 -0400 Received: from mail-ej1-x62a.google.com (mail-ej1-x62a.google.com [IPv6:2a00:1450:4864:20::62a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 85E8C2716C for ; Mon, 18 Apr 2022 09:14:43 -0700 (PDT) Received: by mail-ej1-x62a.google.com with SMTP id y10so10273424ejw.8 for ; Mon, 18 Apr 2022 09:14:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=zAbDaa3Fzu9udWXpswwoBO6ZRwmj5/ZIXRUmVima/oE=; b=uQ10tyQ9nN6m9mdOspDehNtUVfIpJfsiM3KKZDqVH5Iis/qjfN1f99uKoVsjMiIdAV eUXQ0XQ1+hlvzs0EB1UZj1T2eDYsX6rYMl40bNn/Q2W5ipoDmqbwF+7XqOcIPSBhciby yHqNwH6U2qnvmRCe86ujlXfKb8H5f70frnuTEaCwByXAQE2LmcKcRrgeUnopvjhMy0SC VDXM2izKAQoAVdqLBjmvqP1CmtFSUfibAQC/AJ6ZbQHwA5FFW1qPD/6lmD54QIyzEvDG +Wju7hf9MEcn9mImA9u3zAl9cxR41KUFjbQJwfs1/zWz0hVqKJVLreRUD3ToCg5HdszK 9kOQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=zAbDaa3Fzu9udWXpswwoBO6ZRwmj5/ZIXRUmVima/oE=; b=d0pDwBx/FITzrPq4oISZkpU8ob4kM+TJaOiSkZtrxwoX/q85rxMAOb3Y9SP+HQTim3 Z1EpRJhK6V4aeotXIu2yyrRedKfAtnqWImiQOw5oCP+XMWZ20asLXqeMXNx6kxlHEcGz qKioQphRZjF8A6dltAqbdGuoaA9rEAAuNy9JWyMkimVoJ4UgXqMbTgVHF/CUD6X03xB+ 33qrj1Z9ev6EZzkkSoYAvomr0vgEI2wnd7C0hxK9EV7LoGM7LCxJsXYw6Jxc6+mxdB7+ znt+Tzn2mXCPw9xscKe2ICwDNbDV7baZVGJYentu5E5fsvCyTJiEpi5jfuFnzJLsbO93 8ZNQ== X-Gm-Message-State: AOAM531kRUyPWZdSuPKjZU/9lGbuyAW7m2dnypoaBA/MPyy4qCCAFzx6 dIBYxJfciwxW0yiwdL9fvQMnuA== X-Google-Smtp-Source: ABdhPJxmQV6eL13LYTzh1dUddKu2BYtaTh62Jqj75DXsClvOz7hbK4WIbDGZIWagL3ln8AWtFG6DJQ== X-Received: by 2002:a17:906:5fc6:b0:6e8:86bd:64ab with SMTP id k6-20020a1709065fc600b006e886bd64abmr9483259ejv.538.1650298482132; Mon, 18 Apr 2022 09:14:42 -0700 (PDT) Received: from [192.168.0.217] (xdsl-188-155-176-92.adslplus.ch. [188.155.176.92]) by smtp.gmail.com with ESMTPSA id q8-20020a056402040800b004227b347ee3sm5411760edv.56.2022.04.18.09.14.40 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 18 Apr 2022 09:14:41 -0700 (PDT) Message-ID: <2af6f2b3-9a75-c4a7-8c8f-31d94e0001e7@linaro.org> Date: Mon, 18 Apr 2022 18:14:40 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: [PATCH V3 2/3] clk: sprd: Add dt-bindings include file for UMS512 Content-Language: en-US To: Cixi Geng , mturquette@baylibre.com, sboyd@kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, orsonzhai@gmail.com, baolin.wang7@gmail.com, zhang.lyra@gmail.com Cc: linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20220418125630.2342538-1-gengcixi@gmail.com> <20220418125630.2342538-3-gengcixi@gmail.com> From: Krzysztof Kozlowski In-Reply-To: <20220418125630.2342538-3-gengcixi@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 18/04/2022 14:56, Cixi Geng wrote: > From: Cixi Geng > > This file defines all UMS512 clock indexes, it should be included in the > device tree in which there's device using the clocks. > > Signed-off-by: Cixi Geng > --- > include/dt-bindings/clock/sprd,ums512-clk.h | 397 ++++++++++++++++++++ > 1 file changed, 397 insertions(+) > create mode 100644 include/dt-bindings/clock/sprd,ums512-clk.h > Acked-by: Krzysztof Kozlowski Best regards, Krzysztof