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 65BE1CF31A9 for ; Wed, 2 Oct 2024 09:26:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=2q0QadqMNwuF6pjKclbfJgQ/IYmd25aYMehAOsIzr0Q=; b=UM4qq1yrOi9NDC68uNQkY+LCrX tG3JJ5rg+VRTF9Spxi9sj9ohBsvudh+yEkWit3gNJA/VoePN08jMVhrBuISEUcR4njtRzs+Ckh5oK VprxXFdhdTBi3HRVm8oC4ijD1yU2O3f1OkTFagZnZvQm8wFBqpU/5HLkuhCTp9cS3GhQEQzLlpc5S DVaCGtckaTyKyIPnD3vfeUK0oQQHzLZH9bVzI49lmRBTh7XmUms7EZsIJ8Q02uYNBGXqp+Jn/HqY/ LKlKvBE/9h3+8S1lPJx9Szw8CeZnIaiNFC0bQkT1rlPFxALBG1qWx/ki2B1RNrAKc6X9aFfyb5SGK hjRJtGdA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1svvcI-00000005KM0-1zfo; Wed, 02 Oct 2024 09:25:54 +0000 Received: from layka.disroot.org ([178.21.23.139]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1svvb2-00000005K4S-3kwE; Wed, 02 Oct 2024 09:24:38 +0000 Received: from mail01.disroot.lan (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 7300223CCB; Wed, 2 Oct 2024 11:24:31 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavis, port 10024) with ESMTP id h6o4A1elZuWv; Wed, 2 Oct 2024 11:24:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1727861070; bh=s8zY2wtb2NP9yFQC6XKkatW6t8yCIS3SSJV7siWsteE=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=H2lPP9sLEqlW7TI+LKhBty80W2YctkjPDYWNrN8O8DjhJaNaK4zNMvXt7SwoO94Qh mh6HN7XUqCCOikf7wL7T6oQDOeiBkQHlGStpE2/LImaMQxwswl397J/atbvnxudUIQ kgBUCESQ0o3iEbT/yePcEVuaLIFm0ZQfN8554M1JF0f9+TMv7VyFx9xaDkSHcj5bUc 1dPj3uB5SKbHDwUIGDaVqUQXWPnE1Jwzh0k+NDoZvJLYlMuA31XFUGpeW7W3BPn5o5 +vfuo+4NwF0ve/txWaf0W9ALOXaAPhxOZPwZ6GaLN5XxXpn2npM+dgG6mgxW0dkOOd KnoEWKW74qyJQ== Date: Wed, 2 Oct 2024 09:24:04 +0000 From: Yao Zi To: Krzysztof Kozlowski Cc: Michael Turquette , Stephen Boyd , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner , Philipp Zabel , 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, Celeste Liu Subject: Re: [PATCH 1/8] dt-bindings: clock: Add clock ID definition for Rockchip RK3528 Message-ID: References: <20241001042401.31903-2-ziyao@disroot.org> <20241001042401.31903-3-ziyao@disroot.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241002_022437_368842_345B5FDB X-CRM114-Status: GOOD ( 12.69 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Oct 02, 2024 at 08:32:45AM +0200, Krzysztof Kozlowski wrote: > On Tue, Oct 01, 2024 at 04:23:55AM +0000, Yao Zi wrote: > > +/* SPDX-License-Identifier: (GPL-2.0-or-later OR MIT) */ > > Wrong license. Will relicense as (GPL-2.0-only OR MIT) in the next revision. > > +/* > > + * Copyright (c) 2022 Rockchip Electronics Co. Ltd. > > + * Copyright (c) 2024 Yao Zi > > + * Author: Joseph Chen > > + */ > > + > > +#ifndef _DT_BINDINGS_CLK_ROCKCHIP_RK3528_H > > +#define _DT_BINDINGS_CLK_ROCKCHIP_RK3528_H > > + > > +/* cru-clocks indices */ > > +#define PLL_APLL 1 > > Start from 0. Just like your other - SCMI - list. Thanks, will fix it. > Best regards, > Krzysztof > Best regards, Yao Zi