mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
1110e49e34
This imports the G12A & SM1 SoC and boards DT changes from the Linux commit 9123e3a74ec7 ("Linux 5.9-rc1"). Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Reviewed-by: Kevin Hilman <khilman@baylibre.com> Tested-by: Kevin Hilman <khilman@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
10 lines
246 B
C
10 lines
246 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef __DT_MESON_G12A_TOACODEC_H
|
|
#define __DT_MESON_G12A_TOACODEC_H
|
|
|
|
#define TOACODEC_IN_A 0
|
|
#define TOACODEC_IN_B 1
|
|
#define TOACODEC_IN_C 2
|
|
#define TOACODEC_OUT 3
|
|
|
|
#endif /* __DT_MESON_G12A_TOACODEC_H */
|