summaryrefslogtreecommitdiff
path: root/include/dt-bindings/sound/meson-aiu.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-05 17:22:28 -0400
committerTom Rini <trini@konsulko.com>2024-04-05 17:22:28 -0400
commit0465f8d68943a814daff360da1a8df2a02790cdf (patch)
tree57ddf85fe817221683451913f353dd14d95c1faf /include/dt-bindings/sound/meson-aiu.h
parentda4374959ec9702975fa9c43ed6e449e78c3116b (diff)
parent114df8b5339e503b50b6ac1a61bf1daac57c2e11 (diff)
Merge tag 'u-boot-amlogic-20240404' of https://source.denx.de/u-boot/custodians/u-boot-amlogic
- jethubj100: fix config, MAINTAINERS & update docs - Switch GXL, GXM, AXG, G12A, G12B & SM1 to using upstream DT
Diffstat (limited to 'include/dt-bindings/sound/meson-aiu.h')
-rw-r--r--include/dt-bindings/sound/meson-aiu.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/include/dt-bindings/sound/meson-aiu.h b/include/dt-bindings/sound/meson-aiu.h
deleted file mode 100644
index 1051b8af298..00000000000
--- a/include/dt-bindings/sound/meson-aiu.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef __DT_MESON_AIU_H
-#define __DT_MESON_AIU_H
-
-#define AIU_CPU 0
-#define AIU_HDMI 1
-#define AIU_ACODEC 2
-
-#define CPU_I2S_FIFO 0
-#define CPU_SPDIF_FIFO 1
-#define CPU_I2S_ENCODER 2
-#define CPU_SPDIF_ENCODER 3
-
-#define CTRL_I2S 0
-#define CTRL_PCM 1
-#define CTRL_OUT 2
-
-#endif /* __DT_MESON_AIU_H */