From: Romain Perier Date: Sun, 23 Nov 2014 16:19:35 +0000 (+0000) Subject: ARM: dts: rockchip: add label property for leds on Radxa Rock X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~12^2~4^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3db5894beb21df6ee11dfcafc070f1abd4cdf27d;p=pandora-kernel.git ARM: dts: rockchip: add label property for leds on Radxa Rock The leds-gpio driver recently switched to the device property API. The device_node name is no longer retrieved if the "label" devicetree property is not found. In this case the driver tries to create entries with (null) name in /sys/class/leds, which is wrong and generates backtrace as several gpio_leds have the same name. Also renamed subnode "yellow" to "blue" to match the last schematics updates. Signed-off-by: Romain Perier Signed-off-by: Heiko Stuebner --- Reading git-diff-tree failed