diff options
author | Beniamino Galvani <b.galvani@gmail.com> | 2017-10-29 10:09:01 +0100 |
---|---|---|
committer | Heiko Schocher <hs@denx.de> | 2017-11-20 10:11:44 +0100 |
commit | 456efb512728a4cd6fe66871932c5384bec9b7c1 (patch) | |
tree | e41e6d897a9a269a3c528a9e126ae3365622c13d /arch/arm/include | |
parent | f8d9ca18333c42040135c6605ee27668da1738af (diff) |
odroid-c2: enable I2C
Signed-off-by: Beniamino Galvani <b.galvani@gmail.com>
Diffstat (limited to 'arch/arm/include')
-rw-r--r-- | arch/arm/include/asm/arch-meson/gxbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-meson/gxbb.h b/arch/arm/include/asm/arch-meson/gxbb.h index 74d5290340..95a6fe6998 100644 --- a/arch/arm/include/asm/arch-meson/gxbb.h +++ b/arch/arm/include/asm/arch-meson/gxbb.h @@ -47,6 +47,7 @@ #define GXBB_GCLK_MPEG_OTHER GXBB_HIU_ADDR(0x53) #define GXBB_GCLK_MPEG_AO GXBB_HIU_ADDR(0x54) +#define GXBB_GCLK_MPEG_0_I2C BIT(9) #define GXBB_GCLK_MPEG_1_ETH BIT(3) #endif /* __GXBB_H__ */ |