mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 15:27:29 +00:00
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: Michael Heimpold <mhei@heimpold.de> Acked-by: Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
This commit is contained in:
parent
99d1d68f4d
commit
457c17e1aa
1 changed files with 2 additions and 2 deletions
|
@ -110,12 +110,12 @@
|
|||
|
||||
status {
|
||||
label = "duckbill:green:status";
|
||||
gpios = <&gpio3 5 0>;
|
||||
gpios = <&gpio3 5 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
failure {
|
||||
label = "duckbill:red:status";
|
||||
gpios = <&gpio3 4 0>;
|
||||
gpios = <&gpio3 4 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue