Skip to content

Commit

Permalink
arm/dts/barreleye: Fix polarity and names of LEDs
Browse files Browse the repository at this point in the history
Makes names consistent with schematic.

Signed-off-by: Norman James <[email protected]>
Signed-off-by: Joel Stanley <[email protected]>
  • Loading branch information
nkskjames authored and shenki committed Feb 10, 2016
1 parent 5acfe35 commit 4b61633
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions arch/arm/boot/dts/aspeed-bmc-opp-barreleye.dts
Original file line number Diff line number Diff line change
Expand Up @@ -100,17 +100,14 @@
compatible = "gpio-leds";

heartbeat {
gpios = <&gpio 140 GPIO_ACTIVE_LOW>;
gpios = <&gpio 140 GPIO_ACTIVE_HIGH>;
};

power {
gpios = <&gpio 141 GPIO_ACTIVE_LOW>;
};

identify {
gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
gpios = <&gpio 58 GPIO_ACTIVE_LOW>;
};
beep {
gpios = <&gpio 111 GPIO_ACTIVE_HIGH>;
};

};
};

0 comments on commit 4b61633

Please sign in to comment.