i2c: gpio: Augment all boardfiles to use open drain
[sfrench/cifs-2.6.git] / arch / blackfin / mach-bf533 / boards / ezkit.c
index 463a72358b0e4306bd376688d6b38566b9238040..d64d270e9e62ad2d71e2e4697f71fb7d30ef012e 100644 (file)
@@ -395,9 +395,9 @@ static struct gpiod_lookup_table bfin_i2c_gpiod_table = {
        .dev_id = "i2c-gpio",
        .table = {
                GPIO_LOOKUP_IDX("BFIN-GPIO", GPIO_PF1, NULL, 0,
-                               GPIO_ACTIVE_HIGH),
+                               GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN),
                GPIO_LOOKUP_IDX("BFIN-GPIO", GPIO_PF0, NULL, 1,
-                               GPIO_ACTIVE_HIGH),
+                               GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN),
        },
 };