Skip to content

Commit 92d25c5

Browse files
AngeloGioacchino Del RegnoUlf Hansson
authored andcommitted
pmdomain: mediatek: Bump maximum bus protect data array elements
In preparation for adding support for the MediaTek Dimensity 1200 MT6893 SoC, bump the maximum elements of the bp_cfg array to 7. Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Reviewed-by: Matthias Brugger <mbrugger@suse.com> Link: https://lore.kernel.org/r/20250410143944.475773-3-angelogioacchino.delregno@collabora.com Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 parent c699414 commit 92d25c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/pmdomain/mediatek/mtk-pm-domains.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
#define PWR_STATUS_AUDIO BIT(24)
4545
#define PWR_STATUS_USB BIT(25)
4646

47-
#define SPM_MAX_BUS_PROT_DATA 6
47+
#define SPM_MAX_BUS_PROT_DATA 7
4848

4949
enum scpsys_bus_prot_flags {
5050
BUS_PROT_REG_UPDATE = BIT(1),

0 commit comments

Comments
 (0)