diff options
author | Sean MacLennan <smaclennan@pikatech.com> | 2009-06-28 13:22:51 +0200 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2009-07-06 14:56:01 +0200 |
commit | ba703e1a7a0b32f740bcfba8e60ad193afa4e723 (patch) | |
tree | 3d1308bd92ce7dc948da99314dcc03371281dcbb /arch/powerpc/boot | |
parent | powerpc/44x: Update Warp defconfig (diff) | |
download | linux-ba703e1a7a0b32f740bcfba8e60ad193afa4e723.tar.xz linux-ba703e1a7a0b32f740bcfba8e60ad193afa4e723.zip |
powerpc/4xx: Have Warp take advantage of GPIO LEDs default-state = keep
The GPIO LEDS driver now has a default state of "keep". Update the Warp DTS
and platform file to take advantage of this new state. This removes the
hardcoding of the two LEDs on the Warp.
Signed-off-by: Sean MacLennan <smaclennan@pikatech.com>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r-- | arch/powerpc/boot/dts/warp.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/warp.dts b/arch/powerpc/boot/dts/warp.dts index 01bfb56bbe80..31605ee4afb6 100644 --- a/arch/powerpc/boot/dts/warp.dts +++ b/arch/powerpc/boot/dts/warp.dts @@ -261,10 +261,11 @@ compatible = "gpio-leds"; green { gpios = <&GPIO1 0 0>; - default-state = "on"; + default-state = "keep"; }; red { gpios = <&GPIO1 1 0>; + default-state = "keep"; }; }; |