From patchwork Tue Jun 7 10:38:30 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vinod Koul X-Patchwork-Id: 12871711 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 A15C8C433EF for ; Tue, 7 Jun 2022 10:40:22 +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=ncvFJSGCWvk7MgEeFYJ4D8uCp+AyU7tOindhMm12xaI=; b=GeF+MBkmmh628E fDlcjXWXyVYrmOxlNp3XrdxbhCdLhLYTZNgYIkYwli9zawN/6WPT6KBZQu09VTfl1wPulhr8cca10 cx/kuMsVMoD/Mf/eXT34D5C2UPjNYJ1pOmqFlUeFpJDMoXIKw45s/n2VFqa+x5d5zoVlnZkt6d9Lg llE5ozUv/uhKykjJm45nQOsD3B69kYDbM06o4z/FLja8wiqahrnwT7X5oqi1vi3gwVH8Qnksi79N2 V0tGe2KDUTooJwvrX1ysLpAgF2ri0XFZb6PML5F3vka2WwcZzBF3saHL5s4wn1NqkcUOxFUOxVLAc g8IUvGkxg+fOVsvqjYWg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nyWcF-006jMk-Nq; Tue, 07 Jun 2022 10:39:15 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nyWbg-006j4Y-Td for linux-arm-kernel@lists.infradead.org; Tue, 07 Jun 2022 10:38:44 +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 3346261457; Tue, 7 Jun 2022 10:38:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D9427C385A5; Tue, 7 Jun 2022 10:38:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1654598319; bh=GKg9cyrVS4q56g3pOJOUkujNq7A106mJ8Uz6aqSinSo=; h=From:To:Cc:Subject:Date:From; b=QfDww+0QfJxp9F1oOHYUzXC8gHKusHSAaRWA5dfYfr/eRxd4z6zEjEm7tP3DdmbS5 WWbzVxbeE+FHKzyuq6SiNtrPcIYCsG0Jzp9eQnRuBqC6wManP6grJ8i6bt7qDbUsWl 7kSowbAZ33IY2FSxUYxij6pYINLw3fhYCr2DNdwA2SFpBVUTHVkY4sQc8ADgENzqyP lkReJMJAwhjRIGI2lFnNiYvjlsjP/LH2LTcvilEvP/n7T3qGMXz54tiyOT5l7pHPA2 XlzZkmp14obViezbfzGI1J10Hj++dBjdfOzdt+N5ymVNteFjLxlsOw6JPeGp4Ue/+r reuGiZfoYX8wA== 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 1/2] arm64: defconfig: Enable qcom ss & hs usb phy Date: Tue, 7 Jun 2022 16:08:30 +0530 Message-Id: <20220607103831.766162-1-vkoul@kernel.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220607_033841_053136_D918425C X-CRM114-Status: UNSURE ( 9.76 ) 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 These phys are used for USB controller found in QCS404 board, so enable them in the defconfig Signed-off-by: Vinod Koul --- arch/arm64/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 7d1105343bc2..6d3f4d8d50b8 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1197,6 +1197,8 @@ CONFIG_PHY_QCOM_QMP=m CONFIG_PHY_QCOM_QUSB2=m CONFIG_PHY_QCOM_USB_HS=y CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2=y +CONFIG_PHY_QCOM_USB_HS_28NM=y +CONFIG_PHY_QCOM_USB_SS=y CONFIG_PHY_RCAR_GEN3_PCIE=y CONFIG_PHY_RCAR_GEN3_USB2=y CONFIG_PHY_RCAR_GEN3_USB3=m From patchwork Tue Jun 7 10:38:31 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vinod Koul X-Patchwork-Id: 12871710 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 DE02CC433EF for ; Tue, 7 Jun 2022 10:39:46 +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=zTMBZRpZjq11CSxXCvFmxwFxKuOabrfpsLpsYyhNnFo=; b=TB8OSjaYNAxbHS hv03sc6nH3XmDJb8SQ7EP0QpQqHKRZohfGzILYxIfmtyXiz5qBgPbFGZoGEspUNrJK2QOcgs2YLn7 JoMRgSKrDeiKpkDf67bJiP6XwKrNqVtYLsEeLAwVRLk5dY1lJjs9C+bQKwlllrIfoF9P8eOVvPji+ m5IBLGoDnkZ2UQ7FvXxVywXD1PVw9iaFAPUjZjaUAnIQLYS8Bd20t10Om+4dvkmJQQtCKRavTQobN 3wB1nBNF3VO6uKnwN/1o6QMGSnRtSnzdfqWTvfb4K78dNRghaZspmJ37fdsmA1SnoVkCAK90aNjlV bwiTIZkwgEjb5YgkuBXQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nyWbo-006j8m-7g; Tue, 07 Jun 2022 10:38:48 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nyWbi-006j5s-Q6 for linux-arm-kernel@lists.infradead.org; Tue, 07 Jun 2022 10:38:45 +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 633F461446; Tue, 7 Jun 2022 10:38:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2B168C34115; Tue, 7 Jun 2022 10:38:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1654598321; bh=0TC8k1w8uVEnPJGctKOzfUABrzMHsmXTcZPtG/q+mgE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=GAfoovYXzyWCjj80pWrI93eFexRuLQR/UP+M9lMYmUf+4rIHVfPgD7RXV709oH/S1 d8eQsrnlH5n0NaTTKqrM1sVMxG6ZCiGGOPmjgA9MioLDmvgOZx+m50RPHLCal62WdB SOypPp8UQYVYJWzz4SqcgPEiRqHmxd1ggH+HLeeCFuKlT7xIsabI7vj7ZoAKPPEh6l 0LL0MgJP/feU0INWE6W/vEIiRq6TJId8yVZ49UKztUPTx+gUV/q/5FQuwjsk1kArCZ dHSzywISyDi0A/tQfOtX5x9yMtoGcwujgdLEsaDvee6ELkE0tx+do8Q2oaqCUqW20e 1sW9rlfJvja8w== 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 2/2] arm64: defconfig: Enable qcom interconnect drivers Date: Tue, 7 Jun 2022 16:08:31 +0530 Message-Id: <20220607103831.766162-2-vkoul@kernel.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220607103831.766162-1-vkoul@kernel.org> References: <20220607103831.766162-1-vkoul@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220607_033842_916129_77E4B903 X-CRM114-Status: GOOD ( 10.03 ) 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 While enabling QCS404 interconnect driver, I found that other drivers are missing too, so add all the interconnect driver Signed-off-by: Vinod Koul --- arch/arm64/configs/defconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 6d3f4d8d50b8..fc5a340bcacd 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1249,7 +1249,11 @@ CONFIG_INTERCONNECT_IMX8MN=m CONFIG_INTERCONNECT_IMX8MQ=m CONFIG_INTERCONNECT_QCOM=y CONFIG_INTERCONNECT_QCOM_MSM8916=m +CONFIG_INTERCONNECT_QCOM_MSM8974=m +CONFIG_INTERCONNECT_QCOM_MSM8996=m CONFIG_INTERCONNECT_QCOM_OSM_L3=m +CONFIG_INTERCONNECT_QCOM_QCS404=m +CONFIG_INTERCONNECT_QCOM_SC7180=m CONFIG_INTERCONNECT_QCOM_SC7280=y CONFIG_INTERCONNECT_QCOM_SDM845=y CONFIG_INTERCONNECT_QCOM_SM8150=m