浏览代码

ARM: dts: omap3-tobi: Correct polarity for GPIO LED

The LED is active low, not active high.

Signed-off-by: Florian Vaussard <florian.vaussard@epfl.ch>
Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
Florian Vaussard 12 年之前
父节点
当前提交
212ae08996
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/arm/boot/dts/omap3-tobi.dts

+ 1 - 1
arch/arm/boot/dts/omap3-tobi.dts

@@ -20,7 +20,7 @@
 		compatible = "gpio-leds";
 		compatible = "gpio-leds";
 		heartbeat {
 		heartbeat {
 			label = "overo:red:gpio21";
 			label = "overo:red:gpio21";
-			gpios = <&gpio1 21 GPIO_ACTIVE_HIGH>;
+			gpios = <&gpio1 21 GPIO_ACTIVE_LOW>;
 			linux,default-trigger = "heartbeat";
 			linux,default-trigger = "heartbeat";
 		};
 		};
 	};
 	};