mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-30 02:31:46 +00:00
42 lines
1.3 KiB
Diff
42 lines
1.3 KiB
Diff
From 5337b8bcf8f92396880e95094f639a343ef5453a Mon Sep 17 00:00:00 2001
|
|
From: Jerome Brunet <jbrunet@baylibre.com>
|
|
Date: Thu, 30 Mar 2017 15:11:42 +0200
|
|
Subject: [PATCH 26/79] dt-bindings: clock: gxbb: expose audin clock gate
|
|
|
|
Expose the clock gate required to power AUDIN block
|
|
|
|
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
|
|
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
|
|
---
|
|
drivers/clk/meson/gxbb.h | 2 +-
|
|
include/dt-bindings/clock/gxbb-clkc.h | 1 +
|
|
2 files changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/drivers/clk/meson/gxbb.h b/drivers/clk/meson/gxbb.h
|
|
index 93b8f07..5c24285 100644
|
|
--- a/drivers/clk/meson/gxbb.h
|
|
+++ b/drivers/clk/meson/gxbb.h
|
|
@@ -205,7 +205,7 @@
|
|
#define CLKID_HIU_IFACE 32
|
|
#define CLKID_ASSIST_MISC 33
|
|
/* CLKID_SPI */
|
|
-#define CLKID_I2S_SPDIF 35
|
|
+/* CLKID_I2S_SPDIF */
|
|
/* CLKID_ETH */
|
|
#define CLKID_DEMUX 37
|
|
/* CLKID_AIU_GLUE */
|
|
diff --git a/include/dt-bindings/clock/gxbb-clkc.h b/include/dt-bindings/clock/gxbb-clkc.h
|
|
index 3190e30..ba8a9be 100644
|
|
--- a/include/dt-bindings/clock/gxbb-clkc.h
|
|
+++ b/include/dt-bindings/clock/gxbb-clkc.h
|
|
@@ -17,6 +17,7 @@
|
|
#define CLKID_SAR_ADC 23
|
|
#define CLKID_RNG0 25
|
|
#define CLKID_SPI 34
|
|
+#define CLKID_I2S_SPDIF 35
|
|
#define CLKID_ETH 36
|
|
#define CLKID_AIU_GLUE 38
|
|
#define CLKID_I2S_OUT 40
|
|
--
|
|
1.9.1
|
|
|