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 63AA52E9EC1; Thu, 14 Aug 2025 08:59:01 +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=1755161941; cv=none; b=Po5wD0xMQVB3yhZQFjtNuawD5cR0rnJwTxUeHFDmMCu3CevepN03186EQ1rf7dtzea1bXfzKOJZOz2U0eNszw0ZPA2k6W0l/kQgq9Xyi6VrWE5hE3QKXYISR0KgAMXoVfwKq+X5PV41JE5zOcK4g/T2v2lLOsuPJc+sjoKFQrJ4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755161941; c=relaxed/simple; bh=UqiOEQj4i7jq9yn+tRZlkfQENRqT5RSvuuePfqVAfHA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=eCADOkjrn1+p/8WM32h+L6S0MYTmAIgGlVUfbGHy9d3aHtYq7YOu+iSLVqvy1yvb9h0beEkXCy4LeSLUc4cETw+4rS7eHbF3M+6rjfP3ZabBXvyXdJ/vtO4R8PZhLfuQCzgYri9L5Q8XpY0xMYHPEaPs9oA4IRWJqLlkOO3Q1Uo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=QlyaO6Zn; 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="QlyaO6Zn" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5371CC4CEF6; Thu, 14 Aug 2025 08:59:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1755161940; bh=UqiOEQj4i7jq9yn+tRZlkfQENRqT5RSvuuePfqVAfHA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QlyaO6ZnyoFv5m2v+JvsKLu9jmln9w8fn0/ZeuMm9bjuEJ9t9v83UMBa+nsfIzP49 2wbVfS6OCrUi4p2lx0b36JyDfuqHX9pHAbGzm+F3oTFAuD8iZ4VVbIBKN2QO1HAS6Q iebEJGom3+H/UQNbwPKNPAGmBF+/cXdzeTn0jm9smawZ2nNduSr+Z8JGAucPoYh5sw Ea4ZyNkyyCwVT8Wz/GWGPhlMk9Wd67+sDP55nvJGcHDUZNB4TxyReslf3CNGrWR3V1 V2PkcCsSZ1t3us4Ov1SOTQK2511dHCuI3zegeBBQpr+Lqg2jxQpBOhfgnhWFA7Hxda 76yQhhVheEktQ== Date: Thu, 14 Aug 2025 10:58:58 +0200 From: Krzysztof Kozlowski To: Troy Mitchell Cc: Michael Turquette , Stephen Boyd , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Yixun Lan , Alex Elder , Haylen Chu , Inochi Amaoto , 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 Subject: Re: [PATCH v2 1/4] dt-bindings: clock: spacemit: introduce i2s pre-clock to fix i2s clock Message-ID: <20250814-whispering-kickass-sunfish-be49ae@kuoka> References: <20250811-k1-clk-i2s-generation-v2-0-e4d3ec268b7a@linux.spacemit.com> <20250811-k1-clk-i2s-generation-v2-1-e4d3ec268b7a@linux.spacemit.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20250811-k1-clk-i2s-generation-v2-1-e4d3ec268b7a@linux.spacemit.com> On Mon, Aug 11, 2025 at 10:04:27PM +0800, Troy Mitchell wrote: > Previously, the K1 clock driver did not include the parent clocks of > the I2S sysclk. > > Otherwise, the I2S clock may not work as expected. > > This patch adds their definitions to allow proper registration > in the driver and usage in the device tree. > > Fixes: 1b72c59db0add ("clk: spacemit: Add clock support for SpacemiT K1 SoC") > Signed-off-by: Troy Mitchell > --- > include/dt-bindings/clock/spacemit,k1-syscon.h | 3 +++ > 1 file changed, 3 insertions(+) Acked-by: Krzysztof Kozlowski Best regards, Krzysztof