mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
dd5f2351e9
Sync the device tree and dt-bindings from Linux v5.6-rc2 11a48a5a18c6 ("Linux 5.6-rc2") The only exception to this is the mmc pinctrl pin bias of gxl SoC family. This is a fix which found its way to u-boot but not Linux yet. Acked-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
19 lines
505 B
C
19 lines
505 B
C
/* SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
*
|
|
* Copyright (c) 2018 Baylibre SAS.
|
|
* Author: Jerome Brunet <jbrunet@baylibre.com>
|
|
*/
|
|
|
|
#ifndef _DT_BINDINGS_AMLOGIC_MESON_AXG_AUDIO_ARB_H
|
|
#define _DT_BINDINGS_AMLOGIC_MESON_AXG_AUDIO_ARB_H
|
|
|
|
#define AXG_ARB_TODDR_A 0
|
|
#define AXG_ARB_TODDR_B 1
|
|
#define AXG_ARB_TODDR_C 2
|
|
#define AXG_ARB_FRDDR_A 3
|
|
#define AXG_ARB_FRDDR_B 4
|
|
#define AXG_ARB_FRDDR_C 5
|
|
#define AXG_ARB_TODDR_D 6
|
|
#define AXG_ARB_FRDDR_D 7
|
|
|
|
#endif /* _DT_BINDINGS_AMLOGIC_MESON_AXG_AUDIO_ARB_H */
|