From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0C356B67E; Sat, 20 Sep 2025 05:55:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758347724; cv=none; b=OeVbp/59PJ15QyxX5DueQJ7C6WaQwkg8pTzNDUuA/3fkA9Sx8Zag3RDW3jr42lVoVKV59BxdpQ/QBKVvJwTHYO9fwnPeL+5l5x1d0IHTI/5Mng/MLq8zBd+cZkgVVvBQEyuNdOoZcJ5zKP+ccV2EbHnhyzNNIbFZtRfnMHiKRp4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758347724; c=relaxed/simple; bh=eSPIm+5TmCgbXgE5lwwUhgZEGgepcr9yXpb9e2Q4g6E=; h=Content-Type:MIME-Version:In-Reply-To:References:Subject:From:Cc: To:Date:Message-ID; b=FXwDudxksNjbHwnAYkhzf8m+rnrO7mfV38W1+lrsDfJys+dSy6C2hpLsCpT8ilIQTpHGXHAQKnx+p551ewslr2ZnIKsVrHQV8wGQD8ifvun3a3kakXX1M36lLk6FDerKeePvAphO1G4Tlh/QutaVCIEUX+PBbj/PB+9AHp6302k= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=WSoZqo65; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="WSoZqo65" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 786F2C4CEEB; Sat, 20 Sep 2025 05:55:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1758347723; bh=eSPIm+5TmCgbXgE5lwwUhgZEGgepcr9yXpb9e2Q4g6E=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=WSoZqo65cjmrXgVPnoj1mtMjc/3rDP8Hdwl47hmKURXdhUoeIjESkGd2LTI1uwwwb jSMqr1pKW8JYrdUezAypJvgqMG4McauCg7Wi1EPN1wojwsbp+LCMxtoku34ib7ejdA aKj7JvTrvZ9hlpCaYUxa6Leh2RzjjXN/tVFivcytaj5n6JYUT0Adja1A9xta/fa2D0 wPr9iouqRCMtdtDwGpHyjG9Ke1jtdNISR+1vRVa7Q5Aqa6E7jWzjkBGz6XAPDuzUm8 Kts6ZN60mdxaxYOQhDWxnPAQ4+S4WfUnw7KD1jQOPtGb/vxCdu1H+vR5FuX9pW/fUk ilJjZ85yqB6ag== Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20250911-k1-clk-i2s-generation-v4-1-cba204a50d48@linux.spacemit.com> References: <20250911-k1-clk-i2s-generation-v4-0-cba204a50d48@linux.spacemit.com> <20250911-k1-clk-i2s-generation-v4-1-cba204a50d48@linux.spacemit.com> Subject: Re: [PATCH RESEND v4 1/3] dt-bindings: clock: spacemit: introduce i2s pre-clock to fix i2s clock From: Stephen Boyd Cc: linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-riscv@lists.infradead.org, spacemit@lists.linux.dev, linux-kernel@vger.kernel.org, Jinmei Wei , Troy Mitchell , Krzysztof Kozlowski To: Alex Elder , Conor Dooley , Haylen Chu , Inochi Amaoto , Krzysztof Kozlowski , Michael Turquette , Rob Herring , Troy Mitchell , Yixun Lan Date: Fri, 19 Sep 2025 22:55:21 -0700 Message-ID: <175834772190.4354.14570183719489742202@lazor> User-Agent: alot/0.11 Quoting Troy Mitchell (2025-09-10 20:34:03) > Previously, the K1 clock driver did not include the parent clocks of > the I2S sysclk. >=20 > Introduce pre-clock to fix I2S clock. >=20 > Otherwise, the I2S clock may not work as expected. >=20 > This patch adds their definitions to allow proper registration > in the driver and usage in the device tree. >=20 > Fixes: 1b72c59db0add ("clk: spacemit: Add clock support for SpacemiT K1 S= oC") > Acked-by: Krzysztof Kozlowski > Signed-off-by: Troy Mitchell > --- Applied to clk-next