Commit 457c17e1 authored by Michael Heimpold's avatar Michael Heimpold Committed by Shawn Guo

ARM: dts: imx28-duckbill: use symbolic names from gpio.h

Use GPIO_ACTIVE_HIGH and GPIO_ACTIVE_LOW instead of 0 and 1.
Signed-off-by: default avatarMichael Heimpold <mhei@heimpold.de>
Acked-by: default avatarStefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@freescale.com>
parent 99d1d68f
...@@ -110,12 +110,12 @@ leds { ...@@ -110,12 +110,12 @@ leds {
status { status {
label = "duckbill:green:status"; label = "duckbill:green:status";
gpios = <&gpio3 5 0>; gpios = <&gpio3 5 GPIO_ACTIVE_HIGH>;
}; };
failure { failure {
label = "duckbill:red:status"; label = "duckbill:red:status";
gpios = <&gpio3 4 0>; gpios = <&gpio3 4 GPIO_ACTIVE_HIGH>;
}; };
}; };
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment