瀏覽代碼

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>
Josh Wu 10 年之前
父節點
當前提交
4a43c3b8d8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/arm/boot/dts/at91-sama5d4_xplained.dts

+ 1 - 1
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 {