From patchwork Sun Dec 15 17:08:02 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Igor Belwon X-Patchwork-Id: 851371 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 5B5131B219D for ; Sun, 15 Dec 2024 17:10:12 +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=1734282613; cv=none; b=YIqVh3zswKu9Sol0OtanQ6IV8krI/1elyvcxksxdAeiavav4JSmfWwI/a7Ckd0kU008UYujIt57q53H4M7cbGvnIx+c6eMWWPtJ0MSNPPb52A+E7wHq9tqQwxajAyeiK2on4wPqzlR47UFo6PYBuQ7zBXW6tP9TrqDmq3d/FAig= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734282613; c=relaxed/simple; bh=0+g+RK4mm+gXK4FknZi+afJu+Pu6+v4iIIJSvUsfP74=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=B1RG1L6CG+ROAMlw5oT5MTBV22JxhbAjH69sDt2s3icyr0KV/aSn3/e5FYCoKHrNbR+VmS5EDi7FRSBKxgK41OZzUl4lvCIb81wrjg9AJYjBdDljxe9m2Ew4DRrqcBXcrH0Ljvt77TtVnsUwB1TjWABu8k1zIrhauY6sSylxfx0= 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=xAdJlwWG; 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="xAdJlwWG" DKIM-Signature: a=rsa-sha256; b=xAdJlwWGZcpzPGneW+nYOyAW9OLBj2j7IBzkaWPLPnPmri/9zWDy4SkkgdURob0ippmICXsv4ZOMP+sRj9+9BcEPOI4Zu01Bbrga82UJ8Bca9c9pOdESxv3pMZ/Q07j5VAYSRD8NTLC5ocWaVHiLcDyzxRSpsGZyvRjcKo0ewgTYb1YPOoAV+lEOeFYBB8QFLnbdaICJrV8vC5Q+et6jWahpxVwZLB6IuqBoZt6YN3hNxVd2kHY/8H2EvKUrUZbqtl6qlsXMhlhSGIUdquDKXn8Lf/mTgh1u/UVT/+CsTvlu7LyLiDHn7gM6JAOWSg3AOJkpABm4F506yYeSYFSgSw==; s=purelymail3; d=purelymail.com; v=1; bh=0+g+RK4mm+gXK4FknZi+afJu+Pu6+v4iIIJSvUsfP74=; h=Feedback-ID:Received:From:To:Subject:Date; Feedback-ID: 68247:10037:null:purelymail X-Pm-Original-To: linux-samsung-soc@vger.kernel.org Received: by smtp.purelymail.com (Purelymail SMTP) with ESMTPSA id 1363280443; (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384); Sun, 15 Dec 2024 17:09:54 +0000 (UTC) From: Igor Belwon To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Alim Akhtar Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 0/1] arm64: dts: exynos990: Add cmu nodes Date: Sun, 15 Dec 2024 18:08:02 +0100 Message-ID: <20241215170803.1756850-1-igor.belwon@mentallysanemainliners.org> X-Mailer: git-send-email 2.45.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, This patchset adds device tree nodes for Exynos990 CMUs (TOP and HSI0). This allows the first two implemented CMU blocks to be used. Changes since v1: - Fix clock-names formatting (Thanks, Krzysztof!) - Remove stray blank line (Thanks, Krzysztof!) - Make clock-names conform with the binding style Best regards, Igor Igor Belwon (1): arm64: dts: exynos990: Add clock management unit nodes arch/arm64/boot/dts/exynos/exynos990.dtsi | 28 +++++++++++++++++++++++ 1 file changed, 28 insertions(+)