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 8B76DC32772 for ; Tue, 23 Aug 2022 17:57:35 +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:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=8/eW4yfrZqawdbHNt2ETbj2CYmFGRc5+1cnOsDWVBAo=; b=rZgSbLwo25szWw 7Ut2tqirgMxzEwtAKxv5sgI47zFp76HFZd/B3SCczhARIxvMPQVEAa825Xjd6LIg1xKRlzL22RKYo dIwgVAyNS2cq4uu7ADz9KgThhy92qxag+ASD5SMk5P4p2eRZNFmvgBPUVDO0rXvgEEaYq1tYbOHjy SJh1uQi96gyitF2cBv4N0LeCW0QYQVpvjZMXLrMu1V7giKUR3nFkJHZCoASgAIdvBnM3G7nwBB025 dFBovcxFeP7hLVNZ/kN8WErq9TDp1uonDp97sDldHIFcO88t36g79Y192u4xbH7MZU9deENZkXvav WsnzOWTKRq4wEWAC4E2Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oQY8V-007tDm-Bq; Tue, 23 Aug 2022 17:56:23 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oQY8R-007t8k-Ui; Tue, 23 Aug 2022 17:56:21 +0000 Received: from ip5b412258.dynamic.kabel-deutschland.de ([91.65.34.88] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1oQY8L-0006Mb-Bi; Tue, 23 Aug 2022 19:56:13 +0200 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Rob Herring , Kever Yang , Jagan Teki Cc: Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, Finley Xiao Subject: Re: [PATCH v3 09/19] clk: rockchip: Add dt-binding header for RV1126 Date: Tue, 23 Aug 2022 19:56:12 +0200 Message-ID: <3175969.jE0xQCEvom@diego> In-Reply-To: References: <20220818124132.125304-1-jagan@edgeble.ai> <20220822181009.GA80526-robh@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220823_105620_020204_E5B4B4DD X-CRM114-Status: GOOD ( 27.85 ) 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 Am Dienstag, 23. August 2022, 14:57:20 CEST schrieb Jagan Teki: > On Mon, 22 Aug 2022 at 23:40, Rob Herring wrote: > > > > On Thu, Aug 18, 2022 at 06:11:22PM +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 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 > > > > > > diff --git a/include/dt-bindings/clock/rockchip,rv1126-cru.h b/include/dt-bindings/clock/rockchip,rv1126-cru.h > > > new file mode 100644 > > > index 000000000000..cfba8226ded2 > > > --- /dev/null > > > +++ b/include/dt-bindings/clock/rockchip,rv1126-cru.h > > > @@ -0,0 +1,632 @@ > > > +/* SPDX-License-Identifier: GPL-2.0 */ > > > > Dual license please. Need an ack from Rockchip for that (and not just > > on this one). > > Heiko or Kever. > > Can you comment on this? I guess this is more a question for Kever, @Kever can Rockchip allow that dual licensing for the dt-binding header (MIT as second license I think - at least like all the other binding headers) both in this patch and also in the other header-patches of this series? Thanks Heiko _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel