From patchwork Sat Oct 6 10:07:18 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Kocialkowski X-Patchwork-Id: 979930 X-Patchwork-Delegate: jagannadh.teki@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=paulk.fr Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 42S2TR2jcfz9s4s for ; Sat, 6 Oct 2018 20:11:23 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 18102C21EA6; Sat, 6 Oct 2018 10:10:21 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=KHOP_BIG_TO_CC autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 016B5C21D74; Sat, 6 Oct 2018 10:09:51 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 2A8A6C21DFA; Sat, 6 Oct 2018 10:09:47 +0000 (UTC) Received: from leonov.paulk.fr (leonov.paulk.fr [185.233.101.22]) by lists.denx.de (Postfix) with ESMTPS id 6D0FFC21DF3 for ; Sat, 6 Oct 2018 10:09:39 +0000 (UTC) Received: from gagarine.paulk.fr (gagarine [192.168.1.127]) by leonov.paulk.fr (Postfix) with ESMTPS id D0AE3C00CA for ; Sat, 6 Oct 2018 12:09:38 +0200 (CEST) Received: by gagarine.paulk.fr (Postfix, from userid 114) id 171EAC0C71; Sat, 6 Oct 2018 12:09:38 +0200 (CEST) Received: from localhost.localdomain (collins [192.168.1.129]) by gagarine.paulk.fr (Postfix) with ESMTP id DA8B9C1055; Sat, 6 Oct 2018 12:07:39 +0200 (CEST) From: Paul Kocialkowski To: u-boot@lists.denx.de Date: Sat, 6 Oct 2018 12:07:18 +0200 Message-Id: <20181006100718.3482-4-contact@paulk.fr> X-Mailer: git-send-email 2.19.0 In-Reply-To: <20181006100718.3482-1-contact@paulk.fr> References: <20181006100718.3482-1-contact@paulk.fr> MIME-Version: 1.0 Cc: Mark Van den Borre , Maxime Ripard , Aleksei Mamlin , linux-sunxi@googlegroups.com, Stefan Mavrodiev , Hans de Goede , Priit Laes , Icenowy Zheng , Stefan Roese , Jagan Teki , Luc Verhaegen , Gerry Demaret Subject: [U-Boot] [PATCH 4/4] sunxi: Add defconfig for the BananaPi with BL035 LCD module X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" 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 --- 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 +CONFIG_SCSI_AHCI=y +CONFIG_ETH_DESIGNWARE=y +CONFIG_RGMII=y +CONFIG_SUN7I_GMAC=y +CONFIG_SCSI=y +CONFIG_USB_EHCI_HCD=y +CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y