diff options
author | Michal Vokáč <michal.vokac@ysoft.com> | 2021-08-18 10:02:09 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-09-22 06:09:47 +0300 |
commit | 417a9845706f81dbed71db380edd48c2118a048f (patch) | |
tree | a38c20f6568dfa12b599b42914894b7087a6e0e4 | |
parent | 9b663b34c94a78f39fa2c7a8271b1f828b546e16 (diff) | |
download | linux-417a9845706f81dbed71db380edd48c2118a048f.tar.xz |
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>
-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 { |