From patchwork Tue May 7 18:46:54 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sam Day X-Patchwork-Id: 1932609 X-Patchwork-Delegate: caleb.connolly@linaro.org Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=samcday.com header.i=@samcday.com header.a=rsa-sha256 header.s=protonmail2 header.b=kHXtW5wI; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=2a01:238:438b:c500:173d:9f52:ddab:ee01; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=patchwork.ozlabs.org) Received: from phobos.denx.de (phobos.denx.de [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4VYnLz3GzYz1ydW for ; Wed, 8 May 2024 04:47:07 +1000 (AEST) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 59C1C88315; Tue, 7 May 2024 20:47:04 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=samcday.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; secure) header.d=samcday.com header.i=@samcday.com header.b="kHXtW5wI"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 7C7C488315; Tue, 7 May 2024 20:47:03 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-4323.proton.ch (mail-4323.proton.ch [185.70.43.23]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 9ADF088116 for ; Tue, 7 May 2024 20:47:00 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=samcday.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=me@samcday.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=samcday.com; s=protonmail2; t=1715107619; x=1715366819; bh=QlqxeIq51f4uUs/maV3L90NjheInaPoB/sx8o/8mQ4g=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=kHXtW5wIoTk8egqaXdgTct4tPxmb1CLY4NZwOIVObqDq88dyDG17swpoPmCWWIbM2 tTTaqqAm8DP2AdhuFcI/ePfFN7ZyLZSwAGUYV53pqrRcU5TBCtXNus0y0BtO7N9ZrR HwQl8CluKMaiAdZLUnuJULypfF6hBzCnwafKYS3x2IsUWpQf6kjrqOiimxkNfZ2zCi ye7Qap+aktTLZdgmoGPLbkTT+AkRFJManIqZ0r5pzx8n7nuTGvvqetDY7ts7Uw4RmF 69eB6tvfn1Fcd23w4gLhSdtpr12bcVuLEY0bOxo0JkjE7KpoZ9OIUDaXV3GO68rwfa yWhifVWx2TDVw== Date: Tue, 07 May 2024 18:46:54 +0000 To: Caleb Connolly , Neil Armstrong , Sumit Garg , Tom Rini From: Sam Day Cc: u-boot-qcom@groups.io, u-boot@lists.denx.de, Sam Day Subject: [PATCH] qcom_defconfig: enable msm8916 and msm8996 Message-ID: <20240507-qcom-defconfig-msm8916-v1-1-6d6914bfc00f@samcday.com> Feedback-ID: 25366008:user:proton X-Pm-Message-ID: c68eb679ca26e70e7c5dc2ceb90c5081620df527 MIME-Version: 1.0 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean From: Caleb Connolly Enable the clock/pinctrl drivers for these two SoCs. Previously left out due to only being used on the db410c and db820c respectively which both have their own board code. We can still boot these with most features working without that board code. Signed-off-by: Caleb Connolly --- I nabbed this commit from one of Caleb's work trees. Along with the carveout patch I just sent, this gets U-Boot to successfully boot when chained from lk2nd on msm8916 devices supported by that bootloader. A similar plea on this patch as with the "mach-snapdragon: do carveouts for qcs404 only" patch: if we could scrape these changes into the 2024.07 release that would be positively sublime. Signed-off-by: Sam Day --- configs/qcom_defconfig | 4 ++++ 1 file changed, 4 insertions(+) --- base-commit: 1c40dda60f5f7e83a6d6f541cf5a57eb7e8ec43c change-id: 20240507-qcom-defconfig-msm8916-61c8437a0b2e Best regards, diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig index 80ad3b32e1..c438aeef8e 100644 --- a/configs/qcom_defconfig +++ b/configs/qcom_defconfig @@ -37,6 +37,8 @@ CONFIG_OF_LIVE=y CONFIG_OF_BOARD_SETUP=y CONFIG_BUTTON_QCOM_PMIC=y CONFIG_CLK=y +CONFIG_CLK_QCOM_APQ8016=y +CONFIG_CLK_QCOM_APQ8096=y CONFIG_CLK_QCOM_QCM2290=y CONFIG_CLK_QCOM_QCS404=y CONFIG_CLK_QCOM_SDM845=y @@ -73,6 +75,8 @@ CONFIG_PHY_QCOM_QUSB2=y CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2=y CONFIG_PHY_QCOM_SNPS_EUSB2=y CONFIG_PINCTRL=y +CONFIG_PINCTRL_QCOM_APQ8016=y +CONFIG_PINCTRL_QCOM_APQ8096=y CONFIG_PINCTRL_QCOM_QCM2290=y CONFIG_PINCTRL_QCOM_QCS404=y CONFIG_PINCTRL_QCOM_SDM845=y