diff options
author | Hans-Christian Noren Egtvedt <egtvedt@samfundet.no> | 2018-10-20 12:40:16 +0200 |
---|---|---|
committer | Hans-Christian Noren Egtvedt <egtvedt@samfundet.no> | 2022-08-03 11:11:26 +0200 |
commit | 2fb0ec4ae5632ba288ab233849f85069d4c475a5 (patch) | |
tree | f4e2a09e1313b3e031258725b94027853f3e4472 /drivers/video | |
parent | 4492b0c0897055c110777ea6ece6c08c63e8a140 (diff) |
video:backlight: remove reference to AVR32 architecture in ltv350qv
The AVR32 architecture does no longer exist in the Linux kernel, hence
remove a reference to also non-existing Linux BSP CD from Atmel.
Signed-off-by: Hans-Christian Noren Egtvedt <egtvedt@samfundet.no>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/backlight/ltv350qv.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/video/backlight/ltv350qv.c b/drivers/video/backlight/ltv350qv.c index b6d373af6e3f..d54f501e4285 100644 --- a/drivers/video/backlight/ltv350qv.c +++ b/drivers/video/backlight/ltv350qv.c @@ -27,8 +27,7 @@ struct ltv350qv { /* * The power-on and power-off sequences are taken from the * LTV350QV-F04 data sheet from Samsung. The register definitions are - * taken from the S6F2002 command list also from Samsung. Both - * documents are distributed with the AVR32 Linux BSP CD from Atmel. + * taken from the S6F2002 command list also from Samsung. * * There's still some voodoo going on here, but it's a lot better than * in the first incarnation of the driver where all we had was the raw |