aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAidan MacDonald <[email protected]>2022-10-26 20:43:43 +0100
committerStephen Boyd <[email protected]>2022-10-27 11:59:05 -0700
commit5e5b1005f9902a55f551a7bb336ca08d39fe1300 (patch)
tree0c69ae6a8ee8d3d5ee081b5de24aaf3ae60f35dc
parentc799a77720dd350fd742a99d80139514a0b4df4d (diff)
dt-bindings: ingenic,x1000-cgu: Add audio clocks
Add bindings for audio-related clocks on the Ingenic X1000 SoC. Acked-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Aidan MacDonald <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
-rw-r--r--include/dt-bindings/clock/ingenic,x1000-cgu.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/ingenic,x1000-cgu.h b/include/dt-bindings/clock/ingenic,x1000-cgu.h
index f187e0719fd3..78daf44b3514 100644
--- a/include/dt-bindings/clock/ingenic,x1000-cgu.h
+++ b/include/dt-bindings/clock/ingenic,x1000-cgu.h
@@ -50,5 +50,9 @@
#define X1000_CLK_PDMA 35
#define X1000_CLK_EXCLK_DIV512 36
#define X1000_CLK_RTC 37
+#define X1000_CLK_AIC 38
+#define X1000_CLK_I2SPLLMUX 39
+#define X1000_CLK_I2SPLL 40
+#define X1000_CLK_I2S 41
#endif /* __DT_BINDINGS_CLOCK_X1000_CGU_H__ */