From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 81C5933CEB0; Tue, 26 Aug 2025 13:18:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756214318; cv=none; b=mu5dA/IHYnaRdI7F25LtR7NN8wzQ7h/orRuBDFI3roq9VeQ+UhKent+Z/NxhM2Eq93fvdUMIBLm4ZubTYkujoDALg1gLz3clkAZ/0m/I6jZpsmAJkReS1Ka8BZBjWZ0GaFgEFjaEm2eW2xbjtOrD8H5AfLSh1lgbZQDeNDCX2E0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756214318; c=relaxed/simple; bh=/TtCC/e3yk3nAbYCOs42cifhD1qfuWtkFlFmLLcp7Jo=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=fQ88/fJSLG0DdPEaNcLDw0+Im8Buxeg/kaMoyKf5/pq1CtnRO3nRvcj6LhocxDDlCBy7DKYtDLttYrw/GEQiAtylFLyXRIrDv7hPfxoy4jgirmb9yKHxE2j9TEbyGBSScvudu9Yk2QN7K3GPjSre9bHpVX70HX9WReQLwG5ImRA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=aiXZ80uY; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="aiXZ80uY" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1A675C4CEF1; Tue, 26 Aug 2025 13:18:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1756214318; bh=/TtCC/e3yk3nAbYCOs42cifhD1qfuWtkFlFmLLcp7Jo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=aiXZ80uYVa7RaSX3Yy3elRp8g3yUX24TRL//iE6xj8q1LaCwR4W21MjNteUUhWSG0 kFAVL/cAUD4ZPtLcmgzmEuJ70AEvhqGlCmwKg158PrGbGqaR1d2jJ8Ql9czPDnNaNE 9BpOpQg+pxsTi9jRnyCCwKAs22Ei9W7tLaEVY5Kc= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Peter Robinson , Florian Fainelli , Philipp Zabel , Sasha Levin Subject: [PATCH 6.1 094/482] reset: brcmstb: Enable reset drivers for ARCH_BCM2835 Date: Tue, 26 Aug 2025 13:05:47 +0200 Message-ID: <20250826110933.150675802@linuxfoundation.org> X-Mailer: git-send-email 2.50.1 In-Reply-To: <20250826110930.769259449@linuxfoundation.org> References: <20250826110930.769259449@linuxfoundation.org> User-Agent: quilt/0.68 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.1-stable review patch. If anyone has any objections, please let me know. ------------------ From: Peter Robinson [ Upstream commit 1d99f92f71b6b4b2eee776562c991428490f71ef ] The BRCMSTB and BRCMSTB_RESCAL reset drivers are also used in the BCM2712, AKA the RPi5. The RPi platforms have typically used the ARCH_BCM2835, and the PCIe support for this SoC can use this config which depends on these drivers so enable building them when just that arch option is enabled to ensure the platform works as expected. Signed-off-by: Peter Robinson Acked-by: Florian Fainelli Link: https://lore.kernel.org/r/20250630175301.846082-1-pbrobinson@gmail.com Signed-off-by: Philipp Zabel Signed-off-by: Sasha Levin --- drivers/reset/Kconfig | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig index 2a52c990d4fe..c561a93af655 100644 --- a/drivers/reset/Kconfig +++ b/drivers/reset/Kconfig @@ -51,8 +51,8 @@ config RESET_BERLIN config RESET_BRCMSTB tristate "Broadcom STB reset controller" - depends on ARCH_BRCMSTB || COMPILE_TEST - default ARCH_BRCMSTB + depends on ARCH_BRCMSTB || ARCH_BCM2835 || COMPILE_TEST + default ARCH_BRCMSTB || ARCH_BCM2835 help This enables the reset controller driver for Broadcom STB SoCs using a SUN_TOP_CTRL_SW_INIT style controller. @@ -60,11 +60,11 @@ config RESET_BRCMSTB config RESET_BRCMSTB_RESCAL tristate "Broadcom STB RESCAL reset controller" depends on HAS_IOMEM - depends on ARCH_BRCMSTB || COMPILE_TEST - default ARCH_BRCMSTB + depends on ARCH_BRCMSTB || ARCH_BCM2835 || COMPILE_TEST + default ARCH_BRCMSTB || ARCH_BCM2835 help This enables the RESCAL reset controller for SATA, PCIe0, or PCIe1 on - BCM7216. + BCM7216 or the BCM2712. config RESET_HSDK bool "Synopsys HSDK Reset Driver" -- 2.39.5