diff options
author | Michal Vokáč <michal.vokac@ysoft.com> | 2021-08-18 09:02:09 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-09-22 05:09:47 +0200 |
commit | 417a9845706f81dbed71db380edd48c2118a048f (patch) | |
tree | a38c20f6568dfa12b599b42914894b7087a6e0e4 /arch | |
parent | ARM: dts: imx6dl-yapp4: Fix lp5562 LED driver probe (diff) | |
download | linux-417a9845706f81dbed71db380edd48c2118a048f.tar.xz linux-417a9845706f81dbed71db380edd48c2118a048f.zip |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/imx6dl-yapp4-common.dtsi | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi b/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi index e5c4dc65fbab..674af39c884a 100644 --- a/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi +++ b/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi @@ -296,14 +296,6 @@ 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 { |