ARM: at91: dt: switch to standard GPIO flag defines.
[deliverable/linux.git] / arch / arm / boot / dts / usb_a9263.dts
index 82e204aae6b9e26f209b2fb88fbcae9e34e47577..f8ec36cb036b3360346f18fa58a0ea661895d498 100644 (file)
@@ -43,7 +43,7 @@
                        };
 
                        usb1: gadget@fff78000 {
-                               atmel,vbus-gpio = <&pioB 11 0>;
+                               atmel,vbus-gpio = <&pioB 11 GPIO_ACTIVE_HIGH>;
                                status = "okay";
                        };
 
 
                user_led {
                        label = "user_led";
-                       gpios = <&pioB 21 0>;
+                       gpios = <&pioB 21 GPIO_ACTIVE_HIGH>;
                        linux,default-trigger = "heartbeat";
                };
        };
 
                user_pb {
                        label = "user_pb";
-                       gpios = <&pioB 10 1>;
+                       gpios = <&pioB 10 GPIO_ACTIVE_LOW>;
                        linux,code = <28>;
                        gpio-key,wakeup;
                };
This page took 0.024328 seconds and 5 git commands to generate.