diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2017-12-03 19:36:18 +0300 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2017-12-09 00:10:09 +0300 |
commit | 3edb73d87e9e824326f588b5d5c5661bf53449be (patch) | |
tree | fe033d1d754d95383a87aa5c01a2fcd631fe1741 /arch/arm/boot/dts/bcm2835-rpi-a.dts | |
parent | 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323 (diff) | |
download | linux-3edb73d87e9e824326f588b5d5c5661bf53449be.tar.xz |
ARM: dts: bcm283x: Use GPIO polarity defines consistently
Currently most of the Raspberry Pi DTS have a mixture of magic
numbers and the proper GPIO polarity defines. So use the latter
one consistently.
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'arch/arm/boot/dts/bcm2835-rpi-a.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm2835-rpi-a.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm2835-rpi-a.dts b/arch/arm/boot/dts/bcm2835-rpi-a.dts index 7a960a048204..425f6b0a5ef8 100644 --- a/arch/arm/boot/dts/bcm2835-rpi-a.dts +++ b/arch/arm/boot/dts/bcm2835-rpi-a.dts @@ -10,7 +10,7 @@ leds { act { - gpios = <&gpio 16 1>; + gpios = <&gpio 16 GPIO_ACTIVE_LOW>; }; }; }; |