From patchwork Wed May 28 10:52:50 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Umer Uddin X-Patchwork-Id: 893295 Received: from sendmail.purelymail.com (sendmail.purelymail.com [34.202.193.197]) (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 237EF27A12F for ; Wed, 28 May 2025 10:54:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=34.202.193.197 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1748429648; cv=none; b=Fa/K1aajtqoOxFsIsNjfOBU2AbHOYkwdaiS2i7KKl6izRrIQ06v1IbQ/jAx5HBozKZepVk8DbtlHm5ccyFI6/Y705txaSwcRNC2onQ1Olf2LIRE2QtBc062H6UZkZrNuxrVbpNxvq6qV3fr6crWViCPNUovoOgUHD2ftJj0eoBM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1748429648; c=relaxed/simple; bh=P5UNf+zad20y7Zm/Q5xw4JbkbAaKqLePPnMsQnYWaNE=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=U+Y5Y6hISRmmmPuXHZmwaeyZPT7dfpJPfISbJLQKfy6fGYRhIVufqps4LHJQIIfS/tC2R4PKhchk5SuiDw6XLrYw+WRRyDUlPILLM+Soq8LE5FH6J7t9HguIVwyAtDCNHNJGRflgoEATtNxRVr9dorczLb+AnPlak/dew1eCzCc= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=mentallysanemainliners.org; spf=pass smtp.mailfrom=mentallysanemainliners.org; dkim=pass (2048-bit key) header.d=purelymail.com header.i=@purelymail.com header.b=nnJeqQi3; arc=none smtp.client-ip=34.202.193.197 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=mentallysanemainliners.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=mentallysanemainliners.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=purelymail.com header.i=@purelymail.com header.b="nnJeqQi3" Authentication-Results: purelymail.com; auth=pass DKIM-Signature: a=rsa-sha256; b=nnJeqQi36M1JUBeNUekhtBJzrhCM26XoWxcgYcaYP7fXq+cYBNZ90x0c54Lcrx6s75XKMJ1vTVnxBYP4+ZmTc3uiEpsmpL8AFJofttLAaZsg7ofN1zC7EecoC7EcGUFhi74TxnXRl9QErcPUd0xUi8Gx1RQxO6xDZ7ZcM0AGjTUGVcWQyY6dGdWLuEU8cxVVyZ/wGDdLFwShwCS+8QRicaVAdOrU4qXimmtsKAONc6uK/XNGi4GDDsfMpbK76rt0aGai84ddVXpYaVvU1fGoMYNYNaDb3cfr16lboLzCzBOSWGIZ6bBOFFjIZbzPrfm6/W5OptdklnSNyQwgwWJ/LQ==; s=purelymail3; d=purelymail.com; v=1; bh=P5UNf+zad20y7Zm/Q5xw4JbkbAaKqLePPnMsQnYWaNE=; h=Feedback-ID:Received:From:To:Subject:Date; Feedback-ID: 68229:10037:null:purelymail X-Pm-Original-To: linux-samsung-soc@vger.kernel.org Received: by smtp.purelymail.com (Purelymail SMTP) with ESMTPSA id -1157235224; (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384); Wed, 28 May 2025 10:53:45 +0000 (UTC) From: Umer Uddin To: Krzysztof Kozlowski , Sylwester Nawrocki , Chanwoo Choi , Alim Akhtar , Michael Turquette , Stephen Boyd , Rob Herring , Conor Dooley , Igor Belwon Cc: linux-samsung-soc@vger.kernel.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH v1 0/2] Add CMU_HSI1 support for Exynos990 SoC Date: Wed, 28 May 2025 11:52:50 +0100 Message-ID: <20250528105252.157533-1-umer.uddin@mentallysanemainliners.org> X-Mailer: git-send-email 2.47.2 Precedence: bulk X-Mailing-List: linux-samsung-soc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-MIME-Autoconverted: from 8bit to quoted-printable by Purelymail Hi all, definitely long time no see. This small patchset adds support for the CMU_HSI1 block for the Exynos990 SoC. Gates are not implemented as we can make use of the HWACG system set up by previous bootloaders. Best regards, Umer Uddin Umer Uddin (2): dt-bindings: clock: exynos990: Add CMU_HSI1 bindings clk: samsung: exynos990: Add CMU_HSI1 block .../clock/samsung,exynos990-clock.yaml | 27 +++ drivers/clk/samsung/clk-exynos990.c | 221 ++++++++++++++++++ include/dt-bindings/clock/samsung,exynos990.h | 7 + 3 files changed, 255 insertions(+)