All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maxime Ripard <maxime.ripard@bootlin.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 4/4] sunxi: Add defconfig for the BananaPi with BL035 LCD module
Date: Mon, 8 Oct 2018 10:21:01 +0200	[thread overview]
Message-ID: <20181008082101.iqjyid7cgt434khm@flea> (raw)
In-Reply-To: <20181006100718.3482-4-contact@paulk.fr>

Hi,

On Sat, Oct 06, 2018 at 12:07:18PM +0200, Paul Kocialkowski wrote:
> This introduces a new defconfig for the BananaPi, which includes support
> for the BL035 LCD module distributed by Lemaker for use with this board.
> 
> Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
> ---
>  configs/Bananapi_LCD_BL035_defconfig | 29 ++++++++++++++++++++++++++++
>  1 file changed, 29 insertions(+)
>  create mode 100644 configs/Bananapi_LCD_BL035_defconfig
> 
> diff --git a/configs/Bananapi_LCD_BL035_defconfig b/configs/Bananapi_LCD_BL035_defconfig
> new file mode 100644
> index 0000000000..b0a8fb9099
> --- /dev/null
> +++ b/configs/Bananapi_LCD_BL035_defconfig
> @@ -0,0 +1,29 @@
> +CONFIG_ARM=y
> +CONFIG_ARCH_SUNXI=y
> +CONFIG_SPL=y
> +CONFIG_MACH_SUN7I=y
> +CONFIG_DRAM_CLK=432
> +CONFIG_MACPWR="PH23"
> +CONFIG_VIDEO_COMPOSITE=y
> +CONFIG_VIDEO_LCD_MODE="x:320,y:240,depth:24,pclk_khz:7000,le:38,ri:20,up:15,lo:4,hs:30,vs:3,sync:0,vmode:0"
> +CONFIG_VIDEO_LCD_DE_LOW=y
> +CONFIG_VIDEO_LCD_POWER="PH12"
> +CONFIG_VIDEO_LCD_BL_EN="PH8"
> +CONFIG_VIDEO_LCD_BL_PWM="PB2"
> +# CONFIG_VIDEO_LCD_BL_PWM_ACTIVE_LOW is not set
> +CONFIG_GMAC_TX_DELAY=3
> +CONFIG_DEFAULT_DEVICE_TREE="sun7i-a20-bananapi"
> +CONFIG_AHCI=y
> +# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
> +CONFIG_SPL_I2C_SUPPORT=y
> +# CONFIG_CMD_FLASH is not set
> +# CONFIG_SPL_DOS_PARTITION is not set
> +# CONFIG_SPL_EFI_PARTITION is not set
> +CONFIG_NETCONSOLE=y

This is something of a user configuration, this should be selected by
each user if relevant.

Maxime

-- 
Maxime Ripard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20181008/400cbdb2/attachment.sig>

  reply	other threads:[~2018-10-08  8:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-06 10:07 [U-Boot] [PATCH 1/4] sunxi: display: Fix h/vsync TCON polarity bits to indicate active-high Paul Kocialkowski
2018-10-06 10:07 ` [U-Boot] [PATCH 2/4] sunxi: display: Add support for panels with an active-low DE signal Paul Kocialkowski
2018-10-06 10:07 ` [U-Boot] [PATCH 3/4] sunxi: display: Also use the PWM controller for backlight on sun7i Paul Kocialkowski
2018-10-06 10:07 ` [U-Boot] [PATCH 4/4] sunxi: Add defconfig for the BananaPi with BL035 LCD module Paul Kocialkowski
2018-10-08  8:21   ` Maxime Ripard [this message]
2018-10-08  8:20 ` [U-Boot] [PATCH 1/4] sunxi: display: Fix h/vsync TCON polarity bits to indicate active-high Maxime Ripard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181008082101.iqjyid7cgt434khm@flea \
    --to=maxime.ripard@bootlin.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.