From patchwork Thu Dec 16 06:54:41 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vinod Koul X-Patchwork-Id: 12696369 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 5A2B3C433F5 for ; Thu, 16 Dec 2021 06:56:18 +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=hIrtmMfig3RSz3a+gAUWwLNW6YPct398a7RE+bXFvj8=; b=1tpN0j8DOOyEBA rbjhr7wasWwmZ1eqwUiw6mNRT1Qvl3Jz0aHR+Scnw6GQyefUrUosuknhw4T0DP0lgRseiWSSxWaMF QAZ5Fc0Rsstuq6i9DVMbrrzUoyOKlu9Xct51Tu5tpnO4w/BmlUUX/YaLskoVNe43kFNd8oEPCa7mu 09G6c5v3/sCGY4ftg4HbtBzNWUPVz9IwGV0vife1FSUvKNVS6qa9O+NG/OsyKZS6tuWILKMffddFA Nz13mQCSMUetiojDSO9BQq6wRm6s3veqMt5LmMUmlbVN8FqBlb5IAsWyhFASrsKkumAOja1WDqDks JPTP25LyQ++UpRMSVl2g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mxkfL-003qUr-Dr; Thu, 16 Dec 2021 06:54:59 +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 1mxkfI-003qUB-Ne for linux-arm-kernel@lists.infradead.org; Thu, 16 Dec 2021 06:54:57 +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 41F6061B2A; Thu, 16 Dec 2021 06:54:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E36F6C36AE5; Thu, 16 Dec 2021 06:54:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1639637695; bh=Wj/t9web4ey2NI4eh1KobmSBrCKnyYqU9UKDsRQ/5OE=; h=From:To:Cc:Subject:Date:From; b=KjdL8eTKChshORjRmSUhbwh+Goi3enSnVS7D1K32jtbrCHKyEgzujaIxfPwWMHhtL pNhC0LYrLM5U+d27eIY9zkLoX1hS0AOKM6BzuARVCY/vnbW4f6ohMs9tGYALhNT7/o wBo2htBv5uBEL6mMrkmUea104Cot5uEG3/zllAoWdU3QXdZzcK9qcPRPWa7GU40Wrc hw7T8Tl07KiPfUkyL9Z7VcmSk5kj5CJO153/TnrZjv62ggp1GhtNttxbCjBRNwvi1r CBU9NfdEK3mBNbaXz/gC97Xwz278SP6RnTXZeA2dNE6c21zfOGhjFn8dnrA+xGbtS0 TwmLQJ9P9QuqQ== From: Vinod Koul To: Bjorn Andersson Cc: linux-arm-msm@vger.kernel.org, Vinod Koul , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/3] arm64: defconfig: Add SM8450 drivers Date: Thu, 16 Dec 2021 12:24:41 +0530 Message-Id: <20211216065444.650357-1-vkoul@kernel.org> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211215_225456_834587_18D09441 X-CRM114-Status: UNSURE ( 8.63 ) 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 We recently added support for Qualcomm SM8450. Enable the clock, pincontrol and interconnect drivers in the defconfig. All these driver are already picked up by respective maintainers Vinod Koul (3): arm64: defconfig: Add SM8450 GCC config arm64: defconfig: Add SM8450 pinctrl config arm64: defconfig: Add SM8450 icc configs arch/arm64/configs/defconfig | 3 +++ 1 file changed, 3 insertions(+)