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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7BF6BC636D4 for ; Mon, 13 Feb 2023 22:21:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229715AbjBMWVI (ORCPT ); Mon, 13 Feb 2023 17:21:08 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60596 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229618AbjBMWVG (ORCPT ); Mon, 13 Feb 2023 17:21:06 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1D5581C32B; Mon, 13 Feb 2023 14:21:05 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id CF9E9B81986; Mon, 13 Feb 2023 22:21:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AA183C433D2; Mon, 13 Feb 2023 22:21:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1676326862; bh=Xx9JTJbppKpd8lgxM8k8T32w8dkyUExzmRsBsJ7zG6M=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ZFlWX3CEvgfnQ1jNH5Vjl8JeZpxlowwY2T9npNbtYyjkQCUygbAZ4oVR4vHJqvnef UaP1qxPPA/m9249fb2ruDwWVKHqSIvqUrzVIBKXtVO6Dukkrny1ZJ/Qra+vZLdSy39 8nwxEqWXzbX7EDHWpIE27vDHsPQQpUtB1Ymag6y03YA5z7wlsnduwXczA1to6q/lvS Gk+5cOMamIbf1Ossrfr0HYq31ccHnvncHZfTWMtT9HgukCPeHEHtv0I/uDubF1+OQy LZ5pK1c/58KtVM20WsYj5Y9YSsdG2ENl7zjTQGDKowEYatbbYBkpdTrCVQzmoTwNWh 2RgzzSdlvfM8w== From: Bjorn Andersson To: Catalin Marinas , Arnd Bergmann , Bartosz Golaszewski , Bjorn Andersson , Krzysztof Kozlowski , Shawn Guo , Dmitry Baryshkov , Will Deacon Cc: linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Bartosz Golaszewski Subject: Re: [RESEND PATCH] arm64: defconfig: enable drivers required by the Qualcomm SA8775P platform Date: Mon, 13 Feb 2023 14:22:59 -0800 Message-Id: <167632698311.557014.11045879973663738246.b4-ty@kernel.org> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230209103531.469809-1-brgl@bgdev.pl> References: <20230209103531.469809-1-brgl@bgdev.pl> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 9 Feb 2023 11:35:31 +0100, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Enable the pinctrl, GCC clock and interconnect drivers in order to allow > booting SA8775P boards. The drivers need to be built-in for QUPv3 and > subsequently UART console to work. > > > [...] Applied, thanks! [1/1] arm64: defconfig: enable drivers required by the Qualcomm SA8775P platform commit: 687bcd03a047e65fcf12ae2b693043ee44acad4c Best regards, -- Bjorn Andersson