diff options
author | Tom Rini <trini@konsulko.com> | 2021-01-25 19:46:02 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-01-25 19:46:02 -0500 |
commit | e262b2973e22174da666038514d17f0f7171466b (patch) | |
tree | 0b0b605f1192d4d2e18c956b6e8ef340b2799bfd /drivers/i2c/mvtwsi.c | |
parent | c99be953e787cfb2414de67390427e00b6812240 (diff) | |
parent | 38be6b838780e8ad0ee80e716752c8843cd87e05 (diff) |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi
- New Allwinner H616 SoC support (sans Ethernet & USB)
- H6 DT update
- Tanix TX6 TV box support
- OrangePi 3 support
- OrangePi Zero2 (H616) support
Diffstat (limited to 'drivers/i2c/mvtwsi.c')
-rw-r--r-- | drivers/i2c/mvtwsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/mvtwsi.c b/drivers/i2c/mvtwsi.c index a4d59b67a2..37b1a06ee0 100644 --- a/drivers/i2c/mvtwsi.c +++ b/drivers/i2c/mvtwsi.c @@ -121,7 +121,7 @@ enum mvtwsi_ctrl_register_fields { * on other platforms, it is a normal r/w bit, which is cleared by writing 0. */ -#ifdef CONFIG_SUNXI_GEN_SUN6I +#if defined(CONFIG_SUNXI_GEN_SUN6I) || defined(CONFIG_SUN50I_GEN_H6) #define MVTWSI_CONTROL_CLEAR_IFLG 0x00000008 #else #define MVTWSI_CONTROL_CLEAR_IFLG 0x00000000 |