Skip to content

Commit 92d25c5

Browse files
AngeloGioacchino Del Regnostorulf
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 <[email protected]> Reviewed-by: Matthias Brugger <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Ulf Hansson <[email protected]>
1 parent c699414 commit 92d25c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)