Skip to content

Commit 2fb0ec4

Browse files
committed
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 <[email protected]>
1 parent 4492b0c commit 2fb0ec4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/video/backlight/ltv350qv.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ struct ltv350qv {
2727
/*
2828
* The power-on and power-off sequences are taken from the
2929
* LTV350QV-F04 data sheet from Samsung. The register definitions are
30-
* taken from the S6F2002 command list also from Samsung. Both
31-
* documents are distributed with the AVR32 Linux BSP CD from Atmel.
30+
* taken from the S6F2002 command list also from Samsung.
3231
*
3332
* There's still some voodoo going on here, but it's a lot better than
3433
* in the first incarnation of the driver where all we had was the raw

0 commit comments

Comments
 (0)