diff options
author | Josh Wu <josh.wu@atmel.com> | 2015-04-23 11:08:04 +0300 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-09-18 17:00:23 +0300 |
commit | 4a43c3b8d8c085d643786c7b69a75f72770fe04b (patch) | |
tree | 7c7ac21b416d6fab9079a5e1e71f38dccfa4fe49 /arch/arm/boot/dts/at91-sama5d4_xplained.dts | |
parent | a21a6c47f53c575082800cd311a9ab0bd3b52809 (diff) | |
download | linux-4a43c3b8d8c085d643786c7b69a75f72770fe04b.tar.xz |
ARM: at91/dt: sama5d4 xplained: enable the led D8
Enable D8 led as now the pioD is available. D8 is the power led and is on by
default.
Signed-off-by: Josh Wu <josh.wu@atmel.com>
[nicolas.ferre@atmel.com: split the patch in 2]
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts/at91-sama5d4_xplained.dts')
-rw-r--r-- | arch/arm/boot/dts/at91-sama5d4_xplained.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/at91-sama5d4_xplained.dts b/arch/arm/boot/dts/at91-sama5d4_xplained.dts index 07f46963335b..45371a1b61b3 100644 --- a/arch/arm/boot/dts/at91-sama5d4_xplained.dts +++ b/arch/arm/boot/dts/at91-sama5d4_xplained.dts @@ -246,7 +246,7 @@ d8 { label = "d8"; gpios = <&pioD 30 GPIO_ACTIVE_HIGH>; - status = "disabled"; + default-state = "on"; }; d10 { |