Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx6dl-yapp4: Remove the unused white LED channel

Since the reg property was added to each channel node in commit
b86d3d21cd4c ("ARM: dts: imx6dl-yapp4: Add reg property to the lp5562
channel node") it is possible to skip unused channels.

Remove the actually unused white LED channel.

Signed-off-by: Michal Vokáč <michal.vokac@ysoft.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Michal Vokáč and committed by
Shawn Guo
417a9845 9b663b34

-8
-8
arch/arm/boot/dts/imx6dl-yapp4-common.dtsi
··· 296 296 reg = <2>; 297 297 color = <LED_COLOR_ID_BLUE>; 298 298 }; 299 - 300 - chan@3 { 301 - chan-name = "W"; 302 - led-cur = /bits/ 8 <0x0>; 303 - max-cur = /bits/ 8 <0x0>; 304 - reg = <3>; 305 - color = <LED_COLOR_ID_WHITE>; 306 - }; 307 299 }; 308 300 309 301 eeprom@57 {