From patchwork Mon Jan 9 16:16:34 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 13093820 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 E24B6C54EBD for ; Mon, 9 Jan 2023 16:17:56 +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:References:In-Reply-To: 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: List-Owner; bh=Q3ur9x8C7AuSmsQPqldJk1c/Z8dFmV0oSW0Bc+MRJpc=; b=FbpKg+nG+qhgVj SMYZS9w1UlOlcr5O26OJ9JpkXQUvkxgmOO4YxGGX3NM6gfXx3IpDtMLioO5Tvp9MKfDyQMM5+U8SA rjZR1ceNiHyMmhYFggaBhTqK8WQwbDkYQXqDB607wbUX4rc30kBHeW+MfpIWdSOBjKHhzLhLK17Lo rkcgSahZp0W0wwQfBlwy/Jgs7D2jd5NDSF5VqMz1UpHTj9jVLB9H9o0WRn8LTBpRetX2JqAnQCSuj Apn4sQnaRvS4ovXjHn/rdmBRFkQgWeBbBtAyeIjTrbF5Pkg3ZQOxpyC0q8IIPELRbLfNdkQXLwMCf A2wmuuNRjz0iaks2j/Pg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pEupX-002Wh8-UB; Mon, 09 Jan 2023 16:17:00 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pEupN-002Wda-Cu for linux-arm-kernel@lists.infradead.org; Mon, 09 Jan 2023 16:16:50 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B7F476116F; Mon, 9 Jan 2023 16:16:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EC111C433F1; Mon, 9 Jan 2023 16:16:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1673281008; bh=i5nKSM8lt6iXWjRVvXe6ISTlNhz3W/J86aXjLiCfq28=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=BoWa+Dqb2kKSYvB/S0lCnDkIoT5EEajQ6f08EX5g5RoQJB0CorVULfIZ+ruYhpJSm bUk5RFfdO8VkOjiOwskluCoQdmqW7NfzhSBpn6Sve7sy9UWpqZUIoBZiTY5nMkRNT2 kdVZLq9swqGtK1sQb1JbxqdEznOH/0frpMiXxpoRKu1ZbQ6BDzTKv9KFLS/1ygXiBh Ez1CE5aXw0kpOTAIS59mmrvZsIgXt6xQ4f2BPcdfx26FmqbSeNdKUi8mFElfNaCin1 /kvY7MrChpAbbGiFoDPzGvmPUy8PPI9BC6A/e+IKan7jdIYxd/XvUe0IyWWP67O7RT 66xMHrWirKv3Q== From: Arnd Bergmann To: Aaro Koskinen , Janusz Krzysztofik , Tony Lindgren , linux-omap@vger.kernel.org, Robert Jarzmik Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Daniel Mack , Haojian Zhuang , Arnd Bergmann Subject: [PATCH 1/3] ARM: pxa: enable PXA310/PXA320 for DT-only build Date: Mon, 9 Jan 2023 17:16:34 +0100 Message-Id: <20230109161636.512203-2-arnd@kernel.org> X-Mailer: git-send-email 2.39.0 In-Reply-To: <20230109161636.512203-1-arnd@kernel.org> References: <20230109161636.512203-1-arnd@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230109_081649_498488_0F72713F X-CRM114-Status: GOOD ( 15.67 ) 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 From: Arnd Bergmann After commit b5aaaa666a85 ("ARM: pxa: add Kconfig dependencies for ATAGS based boards"), the default PXA build no longer includes support for the board files that are considered unused. As a side-effect of this, the PXA310 and PXA320 support is not built into the kernel any more, even though it should work in principle as long as the symbols are enabled. As Robert points out, there are dts files for zylonite and cm-x300, though those have not made it into the mainline kernel. Link: https://lore.kernel.org/linux-arm-kernel/m2sfglh02h.fsf@free.fr/ Reported-by: Robert Jarzmik Signed-off-by: Arnd Bergmann Acked-by: Robert Jarzmik --- arch/arm/mach-pxa/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index b90d98bae68d..03e25af6f48c 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig @@ -45,6 +45,8 @@ config MACH_PXA27X_DT config MACH_PXA3XX_DT bool "Support PXA3xx platforms from device tree" select CPU_PXA300 + select CPU_PXA310 + select CPU_PXA320 select PINCTRL select POWER_SUPPLY select PXA3xx