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 A68D0C6FA8A for ; Mon, 12 Sep 2022 20:56:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229935AbiILU4S (ORCPT ); Mon, 12 Sep 2022 16:56:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54090 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229913AbiILU4R (ORCPT ); Mon, 12 Sep 2022 16:56:17 -0400 Received: from mail-oa1-f44.google.com (mail-oa1-f44.google.com [209.85.160.44]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 70E0F476E9 for ; Mon, 12 Sep 2022 13:56:16 -0700 (PDT) Received: by mail-oa1-f44.google.com with SMTP id 586e51a60fabf-1225219ee46so26724095fac.2 for ; Mon, 12 Sep 2022 13:56:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date; bh=1lPkr30LZ1mcA5+eRLgVHYERGTEY7A4Lxc1F1Uu2WAk=; b=XI3V9feaLRw6T+tG3z2EdWlo5Mi0wyzYZEbO8NUD5J4GC/mscMJKhFPIr+nJiCd6us 0NFy6jqvOfUhMXIvyhX4lJTEoNHtwA/YEluimHcz5sHVJBoWPcs0Q+N+ZVGjC7dx5cjF RpKvKIBLgv9wLC56o8YgGjTnP1mvyaF5SyxqDETa6735BSpqGKhzeqGuMdTOgHkJRLGl h5317z7DphJQVWmD8sMd2hR95ZfoXSSOlp4/JC5E7dhGhRMT9RAiIzcj7uZ60/SnGsAB PxNg6/KAvpDueNNUX5hwaa9TIO1mWTTq9rT87x4pNCnTY4Bxj4o0rAS6Kn0VRKP/ABeL zzHw== X-Gm-Message-State: ACgBeo0AtqlBscCFv+38mz+epSXwySagywAELjefCpIz8Qze17IV+cMc P224LnHe+BCvVuGLxEvlNjQNe6rNjQ== X-Google-Smtp-Source: AA6agR4pHFqmvL7knPQdKK8cbWBP/woGxfzYh/nLlHDzUev48QmbswU3fZb8w1qLjEC+B9MEDbgBiA== X-Received: by 2002:a54:4e8e:0:b0:343:fe9:9516 with SMTP id c14-20020a544e8e000000b003430fe99516mr101911oiy.198.1663016175146; Mon, 12 Sep 2022 13:56:15 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id k6-20020a4ad106000000b00448a3ecdc9dsm4593479oor.22.2022.09.12.13.56.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 12 Sep 2022 13:56:14 -0700 (PDT) Received: (nullmailer pid 1818700 invoked by uid 1000); Mon, 12 Sep 2022 20:56:14 -0000 Date: Mon, 12 Sep 2022 15:56:14 -0500 From: Rob Herring To: Jagan Teki Cc: Heiko Stuebner , linux-arm-kernel@lists.infradead.org, Rob Herring , Kever Yang , Krzysztof Kozlowski , linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, Finley Xiao Subject: Re: [PATCH v4 03/13] clk: rockchip: Add dt-binding header for RV1126 Message-ID: <20220912205614.GA1818666-robh@kernel.org> References: <20220907160207.3845791-1-jagan@edgeble.ai> <20220907160207.3845791-4-jagan@edgeble.ai> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220907160207.3845791-4-jagan@edgeble.ai> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 07 Sep 2022 21:31:57 +0530, Jagan Teki wrote: > Add the dt-bindings header for the Rockchip RV1126, that gets shared > between the clock controller and the clock references in the dts. > > Signed-off-by: Finley Xiao > Signed-off-by: Jagan Teki > --- > Changes for v4: > - update dual-license > Changes for v3: > - update the file name > Changes for v2: > - exclude from clk patch > > .../dt-bindings/clock/rockchip,rv1126-cru.h | 632 ++++++++++++++++++ > 1 file changed, 632 insertions(+) > create mode 100644 include/dt-bindings/clock/rockchip,rv1126-cru.h > Acked-by: Rob Herring