aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-meson
diff options
context:
space:
mode:
authorBeniamino Galvani <b.galvani@gmail.com>2017-10-29 10:09:01 +0100
committerHeiko Schocher <hs@denx.de>2017-11-20 10:11:44 +0100
commit456efb512728a4cd6fe66871932c5384bec9b7c1 (patch)
treee41e6d897a9a269a3c528a9e126ae3365622c13d /arch/arm/include/asm/arch-meson
parentf8d9ca18333c42040135c6605ee27668da1738af (diff)
downloadu-boot-456efb512728a4cd6fe66871932c5384bec9b7c1.zip
u-boot-456efb512728a4cd6fe66871932c5384bec9b7c1.tar.gz
u-boot-456efb512728a4cd6fe66871932c5384bec9b7c1.tar.bz2
odroid-c2: enable I2C
Signed-off-by: Beniamino Galvani <b.galvani@gmail.com>
Diffstat (limited to 'arch/arm/include/asm/arch-meson')
-rw-r--r--arch/arm/include/asm/arch-meson/gxbb.h1
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 74d5290..95a6fe6 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__ */