[U-Boot] [PATCH 4/8] video: sunxi: Hook up SSD2828 with the sunxi video driver

Anatolij Gustschin agust at denx.de
Sat Jan 10 01:21:59 CET 2015


On Fri,  9 Jan 2015 12:01:12 +0200
Siarhei Siamashka <siarhei.siamashka at gmail.com> wrote:
...
> diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig
> index adee5ed..92dbce7 100644
> --- a/board/sunxi/Kconfig
> +++ b/board/sunxi/Kconfig
> @@ -345,6 +345,60 @@ config VIDEO_LCD_BL_PWM
>  	Set the backlight pwm pin for the LCD panel. This takes a string in the
>  	format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
>  
> +config VIDEO_LCD_SPI_CS
> +	string "SPI CS pin for LCD related config job"
> +	depends on VIDEO_LCD_SSD2828
> +	default ""
> +	---help---
> +	This is one of the SPI communication pins, involved in setting up a
> +	working LCD configuration. The exact role of SPI may differ for
> +	different hardware setups. The option takes a string in the format
> +	understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.

please address comments from Hans regarding the Kconfig changes.

Thanks,

Anatolij


More information about the U-Boot mailing list