summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristian Marangi <[email protected]>2024-08-03 10:40:40 +0200
committerTom Rini <[email protected]>2024-08-19 16:14:43 -0600
commitb87f40fb7e165c6643853a86e7f71a48a83f8d80 (patch)
treef72a1d39e09b828a285cd27d38bd23387daae370 /include
parenta6c0761f65096850536c95cb9eb54d560f2173f5 (diff)
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 <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/dt-bindings/clock/mt7986-clk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/mt7986-clk.h b/include/dt-bindings/clock/mt7986-clk.h
index 16faca5fef8..a48d57512d1 100644
--- a/include/dt-bindings/clock/mt7986-clk.h
+++ b/include/dt-bindings/clock/mt7986-clk.h
@@ -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