From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Tue, 03 Feb 2015 08:49:39 +0100 Subject: [U-Boot] [PATCH] sunxi: Ampe A76 support In-Reply-To: <1422914648-6287-1-git-send-email-contact@paulk.fr> References: <1422914648-6287-1-git-send-email-contact@paulk.fr> Message-ID: <54D07D93.7040807@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 02-02-15 23:04, Paul Kocialkowski wrote: > Signed-off-by: Paul Kocialkowski Thanks I've queued this up for merging in u-boot-sunxi/next. Regards, Hans > --- > board/sunxi/MAINTAINERS | 5 +++++ > configs/Ampe_A76_defconfig | 15 +++++++++++++++ > 2 files changed, 20 insertions(+) > create mode 100644 configs/Ampe_A76_defconfig > > diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS > index faa413c..f61144d 100644 > --- a/board/sunxi/MAINTAINERS > +++ b/board/sunxi/MAINTAINERS > @@ -46,6 +46,11 @@ S: Maintained > F: board/sunxi/dram_a20_olinuxino_l2.c > F: configs/A20-OLinuXino-Lime2_defconfig > > +AMPE A76 BOARD > +M: Paul Kocialkowski > +S: Maintained > +F: configs/Ampe_A76_defconfig > + > COLOMBUS BOARD > M: Maxime Ripard > S: Maintained > diff --git a/configs/Ampe_A76_defconfig b/configs/Ampe_A76_defconfig > new file mode 100644 > index 0000000..2054fc3 > --- /dev/null > +++ b/configs/Ampe_A76_defconfig > @@ -0,0 +1,15 @@ > +CONFIG_SPL=y > +CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=2,AXP209_POWER" > +CONFIG_FDTFILE="sun5i-a13-ampe-a76.dtb" > +CONFIG_USB_MUSB_SUNXI=y > +CONFIG_USB0_VBUS_PIN="PG12" > +CONFIG_VIDEO_LCD_MODE="x:800,y:480,depth:18,pclk_khz:33000,le:45,ri:82,up:22,lo:22,hs:1,vs:1,sync:3,vmode:0" > +CONFIG_VIDEO_LCD_POWER="AXP0-0" > +CONFIG_VIDEO_LCD_BL_EN="AXP0-1" > +CONFIG_VIDEO_LCD_BL_PWM="PB2" > ++S:CONFIG_ARM=y > ++S:CONFIG_ARCH_SUNXI=y > ++S:CONFIG_MACH_SUN5I=y > ++S:CONFIG_DRAM_CLK=432 > ++S:CONFIG_DRAM_ZQ=123 > ++S:CONFIG_DRAM_EMR1=4 >