i2c: gpio: Augment all boardfiles to use open drain
[sfrench/cifs-2.6.git] / arch / blackfin / mach-bf561 / boards / ezkit.c
index 72f757ebaa84a19679c043a9a95932df71f1dc54..acc5363f60c62ba9371503d3a948c85788830bd3 100644 (file)
@@ -384,9 +384,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),
        },
 };