ODROID-C5: gpio_leds: Add blue/red leds

Signed-off-by: YoungSoo Shin <shinys000114@gmail.com>
Change-Id: I685e08390426325cfae4002610b48c5ecf643edd
diff --git a/arch/arm64/boot/dts/amlogic/s7d_s905x5m_odroidc5.dts b/arch/arm64/boot/dts/amlogic/s7d_s905x5m_odroidc5.dts
index 0ecde06..c952b1c 100644
--- a/arch/arm64/boot/dts/amlogic/s7d_s905x5m_odroidc5.dts
+++ b/arch/arm64/boot/dts/amlogic/s7d_s905x5m_odroidc5.dts
@@ -201,17 +201,17 @@
 	gpio_leds {
 		compatible = "gpio-leds";
 		status = "okay";
-		pwr_led {
-			label = "pwr_led";
+		red {
+			label = "red";
+			gpios = <&gpio GPIODV_6 GPIO_ACTIVE_LOW>;
 			default-state = "on";
 		};
 
-		bt_led {
-			label = "bt_led";
-			gpios = <&gpio GPIODV_6 GPIO_ACTIVE_HIGH>;
-			default-state = "on";
+		blue {
+			label = "blue";
+			gpios = <&gpio GPIODV_5 GPIO_ACTIVE_HIGH>;
+			linux,default-trigger = "heartbeat";
 		};
-
 	};
 
 	ionvideo {