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 C8D12C433EF for ; Sat, 26 Mar 2022 21:30:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235449AbiCZVbm (ORCPT ); Sat, 26 Mar 2022 17:31:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58034 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229890AbiCZVbk (ORCPT ); Sat, 26 Mar 2022 17:31:40 -0400 Received: from mail-ed1-f49.google.com (mail-ed1-f49.google.com [209.85.208.49]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 101FC15FCC; Sat, 26 Mar 2022 14:30:03 -0700 (PDT) Received: by mail-ed1-f49.google.com with SMTP id h1so12927695edj.1; Sat, 26 Mar 2022 14:30:02 -0700 (PDT) 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=7H//OQ3peeZo6cFkBAqd2bvidUOeWSddr0qVAjJHEkk=; b=ToKx5GFSWbdebqWwDP5bXXXoseEHeeq+9zfq1GCuStROox2Wq1AXIH7Vpbc31ZtVlW 1hTI1gSW2PCcMVFwUkW12Vi89+YE0gFQ0Sxk6FooqIkC3gDu2Qc64v6jltJaUDRJ2zs1 BLD7pw1DN+Og6ClNX1low0b1vP/rOHGnA9xo5S7ie9oPUETvqRVictrWqIfxZ+EA3RCV VP9jzqGQSwOBevMTU0oZMfPj4DEtpaYrSTZSptgWAEgG+7i2hHuMC0yXDwwq/N+shnKU 8aCRsa0iz9JW/9BcBVUhUjWlhwu4M5zBG/NSVj1Tts+ZYjgdUiN3qNpFo0Zk444j5bIl tatw== X-Gm-Message-State: AOAM530jjYx8xC8PJ3gHB+EC9+0hFM3U8+f/CnyDzMTqa34lFWTIkAJk 7gzEUDy0L81Y1Aujrxot5GE= X-Google-Smtp-Source: ABdhPJwdup7W+e8oCpUfyH1DfPFRegqIKYsj2TkC1DZLAN5hn9CCubKrNb7IkbBYOsLudYhnXw3P3Q== X-Received: by 2002:aa7:d58e:0:b0:419:c121:ea33 with SMTP id r14-20020aa7d58e000000b00419c121ea33mr5846197edq.256.1648330201522; Sat, 26 Mar 2022 14:30:01 -0700 (PDT) Received: from [192.168.0.162] (xdsl-188-155-201-27.adslplus.ch. [188.155.201.27]) by smtp.googlemail.com with ESMTPSA id pk9-20020a170906d7a900b006e05b7ce40csm3864675ejb.221.2022.03.26.14.29.57 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 26 Mar 2022 14:30:00 -0700 (PDT) Message-ID: Date: Sat, 26 Mar 2022 22:29:56 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: [PATCH v1 1/2] dt-bindings: clock: convert rockchip,rk3288-cru.txt to YAML Content-Language: en-US To: Johan Jonker , heiko@sntech.de Cc: robh+dt@kernel.org, krzk+dt@kernel.org, mturquette@baylibre.com, sboyd@kernel.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org References: <20220326120942.24008-1-jbx6244@gmail.com> From: Krzysztof Kozlowski In-Reply-To: <20220326120942.24008-1-jbx6244@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 26/03/2022 13:09, Johan Jonker wrote: > Current dts files with RK3288 'cru' nodes are manually verified. > In order to automate this process rockchip,rk3288-cru.txt has to be > converted to YAML. > > Changed: > Add properties to fix notifications by clocks.yaml for example: > clocks > clock-names > > Signed-off-by: Johan Jonker > --- > .../bindings/clock/rockchip,rk3288-cru.txt | 67 --------------- > .../bindings/clock/rockchip,rk3288-cru.yaml | 83 +++++++++++++++++++ > 2 files changed, 83 insertions(+), 67 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3288-cru.txt > create mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3288-cru.yaml > Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 2AFC5C433EF for ; Sat, 26 Mar 2022 21:30:21 +0000 (UTC) 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:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=xGdFxlmqtEpyE5HerAJC6D6HYB5DYF4h6BZ46NJ2/SE=; b=e71GHDJn0MkiCV qefUosoxB7GuPEXHbbQ8HOmAT83lM2ghAaDE9SuzFC+FSKGnKYTPBaLGJ2KJQZ2WOm89NegOHky3A wpEG1DNYIQmlhKsYhois3NL+ad3UTJiS/ROAEWGcGmVaKr2WdiMwdvyt49J2YKPoPmB6Keetc6DgC fsfyb4klgBIi9WRiWYU3ShArRB9Ip6OG/KjJ6qO9tl0lOTAK3J1I5KgeAZBLXWfc4HHOnySp7jHuj UxwH7ap8UFHlJw63ePlWYDAn4GDSND6UBoU7SSOaiabKojC6XWDMwc4t0epUwggZEQ21I46CLxLw6 ZxFxINUfLCUg6NCoqAUQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nYDzE-004wLD-SL; Sat, 26 Mar 2022 21:30:16 +0000 Received: from mail-ed1-f47.google.com ([209.85.208.47]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nYDz1-004wIr-RP; Sat, 26 Mar 2022 21:30:05 +0000 Received: by mail-ed1-f47.google.com with SMTP id b15so12910973edn.4; Sat, 26 Mar 2022 14:30:02 -0700 (PDT) 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=7H//OQ3peeZo6cFkBAqd2bvidUOeWSddr0qVAjJHEkk=; b=e48b8g0hvGlqkFGk7S0oDf+qUP4xX2jAYCbSeGnz3oFqb+nymNJadCdX1UX8ZIqIk0 nOhvtFr3Lgr323cc99D2C89ErGLg+3IIr8kG83V8YD7DtJ6SMKbnQj5E10Uhwi/C7sBa OPa8fnCREtFWIawtfEJGLpnOTRZ1vLzgfl/wO9gkeqDqFeq3Da/zaX2RXFqsfvpnzIVv /H+jCRqWGbqgWurDEd+2AhfiuBHCDqdKsEfc4/claiudkLP8iKIPLklAa+zXPzwhfGVx krVla+/AeCkMnsUJ74XEhe70HVC4l36rNfOBpAJdQImEtAoDlTmopdKNHRAlWB8SsVpl LWfQ== X-Gm-Message-State: AOAM530M+5XQ/D3LMKWUdiX9Ky2yNLzWnZT22srkRhlH7nKWL4dJ3tg2 cU9ATBi0NmiWFuMGzP+Ts6wXiio6jfU= X-Google-Smtp-Source: ABdhPJwdup7W+e8oCpUfyH1DfPFRegqIKYsj2TkC1DZLAN5hn9CCubKrNb7IkbBYOsLudYhnXw3P3Q== X-Received: by 2002:aa7:d58e:0:b0:419:c121:ea33 with SMTP id r14-20020aa7d58e000000b00419c121ea33mr5846197edq.256.1648330201522; Sat, 26 Mar 2022 14:30:01 -0700 (PDT) Received: from [192.168.0.162] (xdsl-188-155-201-27.adslplus.ch. [188.155.201.27]) by smtp.googlemail.com with ESMTPSA id pk9-20020a170906d7a900b006e05b7ce40csm3864675ejb.221.2022.03.26.14.29.57 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 26 Mar 2022 14:30:00 -0700 (PDT) Message-ID: Date: Sat, 26 Mar 2022 22:29:56 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: [PATCH v1 1/2] dt-bindings: clock: convert rockchip,rk3288-cru.txt to YAML Content-Language: en-US To: Johan Jonker , heiko@sntech.de Cc: robh+dt@kernel.org, krzk+dt@kernel.org, mturquette@baylibre.com, sboyd@kernel.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org References: <20220326120942.24008-1-jbx6244@gmail.com> From: Krzysztof Kozlowski In-Reply-To: <20220326120942.24008-1-jbx6244@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220326_143003_927086_8F84339B X-CRM114-Status: GOOD ( 10.32 ) X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org On 26/03/2022 13:09, Johan Jonker wrote: > Current dts files with RK3288 'cru' nodes are manually verified. > In order to automate this process rockchip,rk3288-cru.txt has to be > converted to YAML. > > Changed: > Add properties to fix notifications by clocks.yaml for example: > clocks > clock-names > > Signed-off-by: Johan Jonker > --- > .../bindings/clock/rockchip,rk3288-cru.txt | 67 --------------- > .../bindings/clock/rockchip,rk3288-cru.yaml | 83 +++++++++++++++++++ > 2 files changed, 83 insertions(+), 67 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3288-cru.txt > create mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3288-cru.yaml > Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof _______________________________________________ Linux-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id A494FC433F5 for ; Sat, 26 Mar 2022 21:31:27 +0000 (UTC) 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:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=GFqDQ6h3lbixwvIeilfO4varq2XgaomnWxZkjJJZ5FU=; b=t2kcl8eDFWce4f hRbAXL1tpeKEhX5LC8cGDz5qS/vH4GFZpjfJy+62MpMXt7YcS4SJv6JWol59A7TWY23Cx9S7/YpCu OB1lKxPWobAD/FIiavKUy4ZKu0zNlGgj+sQJ0Jc+Zi6YgOA9p6mm0uCAJJIoC5dxtKiGPh/UbT1ED czxe9q0aYBIuv78HhqjOmTAG46wBDjj2p5dG5feiImmi/r2YgMTnj7jrHDP52lELfwgmCnu5xpm0a tkmXlgd+dSDBQQjx1jwNod9Mstki1pJ/Eg7f+IpRE0k5axCtl6YgUYCCuD6wPM+ox2S3ndbFazWeC q7nwUrcjuAjQOkv1fAug==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nYDz6-004wJc-Gs; Sat, 26 Mar 2022 21:30:08 +0000 Received: from mail-ed1-f47.google.com ([209.85.208.47]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nYDz1-004wIr-RP; Sat, 26 Mar 2022 21:30:05 +0000 Received: by mail-ed1-f47.google.com with SMTP id b15so12910973edn.4; Sat, 26 Mar 2022 14:30:02 -0700 (PDT) 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=7H//OQ3peeZo6cFkBAqd2bvidUOeWSddr0qVAjJHEkk=; b=e48b8g0hvGlqkFGk7S0oDf+qUP4xX2jAYCbSeGnz3oFqb+nymNJadCdX1UX8ZIqIk0 nOhvtFr3Lgr323cc99D2C89ErGLg+3IIr8kG83V8YD7DtJ6SMKbnQj5E10Uhwi/C7sBa OPa8fnCREtFWIawtfEJGLpnOTRZ1vLzgfl/wO9gkeqDqFeq3Da/zaX2RXFqsfvpnzIVv /H+jCRqWGbqgWurDEd+2AhfiuBHCDqdKsEfc4/claiudkLP8iKIPLklAa+zXPzwhfGVx krVla+/AeCkMnsUJ74XEhe70HVC4l36rNfOBpAJdQImEtAoDlTmopdKNHRAlWB8SsVpl LWfQ== X-Gm-Message-State: AOAM530M+5XQ/D3LMKWUdiX9Ky2yNLzWnZT22srkRhlH7nKWL4dJ3tg2 cU9ATBi0NmiWFuMGzP+Ts6wXiio6jfU= X-Google-Smtp-Source: ABdhPJwdup7W+e8oCpUfyH1DfPFRegqIKYsj2TkC1DZLAN5hn9CCubKrNb7IkbBYOsLudYhnXw3P3Q== X-Received: by 2002:aa7:d58e:0:b0:419:c121:ea33 with SMTP id r14-20020aa7d58e000000b00419c121ea33mr5846197edq.256.1648330201522; Sat, 26 Mar 2022 14:30:01 -0700 (PDT) Received: from [192.168.0.162] (xdsl-188-155-201-27.adslplus.ch. [188.155.201.27]) by smtp.googlemail.com with ESMTPSA id pk9-20020a170906d7a900b006e05b7ce40csm3864675ejb.221.2022.03.26.14.29.57 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 26 Mar 2022 14:30:00 -0700 (PDT) Message-ID: Date: Sat, 26 Mar 2022 22:29:56 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: [PATCH v1 1/2] dt-bindings: clock: convert rockchip,rk3288-cru.txt to YAML Content-Language: en-US To: Johan Jonker , heiko@sntech.de Cc: robh+dt@kernel.org, krzk+dt@kernel.org, mturquette@baylibre.com, sboyd@kernel.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org References: <20220326120942.24008-1-jbx6244@gmail.com> From: Krzysztof Kozlowski In-Reply-To: <20220326120942.24008-1-jbx6244@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220326_143003_927086_8F84339B X-CRM114-Status: GOOD ( 10.32 ) 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 26/03/2022 13:09, Johan Jonker wrote: > Current dts files with RK3288 'cru' nodes are manually verified. > In order to automate this process rockchip,rk3288-cru.txt has to be > converted to YAML. > > Changed: > Add properties to fix notifications by clocks.yaml for example: > clocks > clock-names > > Signed-off-by: Johan Jonker > --- > .../bindings/clock/rockchip,rk3288-cru.txt | 67 --------------- > .../bindings/clock/rockchip,rk3288-cru.yaml | 83 +++++++++++++++++++ > 2 files changed, 83 insertions(+), 67 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3288-cru.txt > create mode 100644 Documentation/devicetree/bindings/clock/rockchip,rk3288-cru.yaml > Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel