[PATCH] [FOR SQUASH] ARM: virt2real.dts: use labels without whitespaces

Antony Pavlov antonynpavlov at gmail.com
Wed Mar 19 07:28:57 EDT 2014


see comment in the maillist
  http://lists.infradead.org/pipermail/barebox/2014-March/018333.html

Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>
---
 arch/arm/dts/virt2real.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/dts/virt2real.dts b/arch/arm/dts/virt2real.dts
index 0e2210a..09aec1f 100644
--- a/arch/arm/dts/virt2real.dts
+++ b/arch/arm/dts/virt2real.dts
@@ -23,12 +23,12 @@
 		compatible = "gpio-leds";
 
 		green_led {
-			label = "green led";
+			label = "green-led";
 			gpios = <&gpio 73 0>;
 		};
 
 		red_led {
-			label = "red led";
+			label = "red-led";
 			gpios = <&gpio 74 0>;
 		};
 	};
-- 
1.9.0




More information about the barebox mailing list