OSDN Git Service

ARM: dts: imx6dl-yapp4: Remove the unused white LED channel
authorMichal Vokáč <michal.vokac@ysoft.com>
Wed, 18 Aug 2021 07:02:09 +0000 (09:02 +0200)
committerShawn Guo <shawnguo@kernel.org>
Wed, 22 Sep 2021 03:09:47 +0000 (11:09 +0800)
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>
arch/arm/boot/dts/imx6dl-yapp4-common.dtsi

index e5c4dc6..674af39 100644 (file)
                        reg = <2>;
                        color = <LED_COLOR_ID_BLUE>;
                };
-
-               chan@3 {
-                       chan-name = "W";
-                       led-cur = /bits/ 8 <0x0>;
-                       max-cur = /bits/ 8 <0x0>;
-                       reg = <3>;
-                       color = <LED_COLOR_ID_WHITE>;
-               };
        };
 
        eeprom@57 {