From patchwork Thu Jun 2 08:03:41 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martin Kaiser X-Patchwork-Id: 12867623 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 37078C43334 for ; Thu, 2 Jun 2022 08:05:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=kjLDaI/0KzVAANSJrIKHoishv4mLB/7Lh/m/n48UKhc=; b=fstqeXa0DPnrBu vyuDUXMah1A7bNcRKaIqsXEr4/HXwFrpFyZZ9xunAxT5xHQy5ugjkOEu+CBqFy5TmlMYT2bYtpQ37 g9eimBU4GDaQumHWobOZ7WMzmgjIh7E/DJACDLDa7YxW6+6quzLNuz8eGzQ8UiIkmLLpZaFz5VBeN 9kRehVla5kzroDrUKk5lF/3I45juImr2rnxg9k5XK+r7YRRZ6WpxhI7zsgDwd2YJPxM8J3ahjgvM9 QBIJRq7pjR6r6lV37fZpa9vHCVyFWZU18f4Pt8ftS545pg/Ghg7aUvCvlQ0zS8UcrKs7+mtifMgBA 7j6CzPpuswKVhNlXUPog==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nwfoP-0027yB-Bx; Thu, 02 Jun 2022 08:04:09 +0000 Received: from viti.kaiser.cx ([2a01:238:43fe:e600:cd0c:bd4a:7a3:8e9f]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nwfoL-0027w9-E0 for linux-arm-kernel@lists.infradead.org; Thu, 02 Jun 2022 08:04:06 +0000 Received: from ipservice-092-217-081-045.092.217.pools.vodafone-ip.de ([92.217.81.45] helo=martin-debian-2.paytec.ch) by viti.kaiser.cx with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1nwfoB-0006H9-5h; Thu, 02 Jun 2022 10:03:55 +0200 From: Martin Kaiser To: Shawn Guo , Pengutronix Kernel Team , Fabio Estevam Cc: linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Martin Kaiser Subject: [PATCH 0/3] ARM: imx25: print silicon revision, support 1.2 Date: Thu, 2 Jun 2022 10:03:41 +0200 Message-Id: <20220602080344.208702-1-martin@kaiser.cx> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220602_010405_659842_02C85F30 X-CRM114-Status: UNSURE ( 7.28 ) X-CRM114-Notice: Please train this message. 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 Resurrect the unused function to print the imx25 silicon revision at startup. Add support for revision 1.2. Martin Kaiser (3): ARM: imx25: support silicon revision 1.2 clk: imx25: print silicon revision during init clk: imx25: make __mx25_clocks_init return void arch/arm/mach-imx/cpu-imx25.c | 2 ++ drivers/clk/imx/clk-imx25.c | 5 +++-- include/soc/imx/revision.h | 1 + 3 files changed, 6 insertions(+), 2 deletions(-)