clk: mediatek: mt7986: fix typo for infra_i2c0_ck

Fix a typo for infra_i2c0_ck where 0 was misspelled as O.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
Christian Marangi 2024-08-03 10:40:40 +02:00 committed by Tom Rini
parent a6c0761f65
commit b87f40fb7e
2 changed files with 2 additions and 2 deletions

View File

@ -452,7 +452,7 @@ static const struct mtk_gate infracfg_ao_gates[] = {
GATE_INFRA0_TOP(CK_INFRA_TRNG_CK, "infra_trng", CK_TOP_SYSAXI_SEL, 26),
/* INFRA1 */
GATE_INFRA1_TOP(CK_INFRA_THERM_CK, "infra_therm", CK_TOP_F26M_SEL, 0),
GATE_INFRA1_TOP(CK_INFRA_I2CO_CK, "infra_i2co", CK_TOP_I2C_SEL, 1),
GATE_INFRA1_TOP(CK_INFRA_I2C0_CK, "infra_i2co", CK_TOP_I2C_SEL, 1),
GATE_INFRA1_INFRA(CK_INFRA_UART0_CK, "infra_uart0", CK_INFRA_UART0_SEL, 2),
GATE_INFRA1_INFRA(CK_INFRA_UART1_CK, "infra_uart1", CK_INFRA_UART1_SEL, 3),
GATE_INFRA1_INFRA(CK_INFRA_UART2_CK, "infra_uart2", CK_INFRA_UART2_SEL, 4),

View File

@ -142,7 +142,7 @@
#define CK_INFRA_SEJ_CK 15
#define CK_INFRA_SEJ_13M_CK 16
#define CK_INFRA_THERM_CK 17
#define CK_INFRA_I2CO_CK 18
#define CK_INFRA_I2C0_CK 18
#define CK_INFRA_TRNG_CK 19
#define CK_INFRA_UART0_CK 20
#define CK_INFRA_UART1_CK 21