[U-Boot] [PATCH v2 7/7] sunxi: Ainol AW1 support
Hans de Goede
hdegoede at redhat.com
Mon Mar 23 11:57:22 CET 2015
Hi,
On 23-03-15 08:09, Chen-Yu Tsai wrote:
> Hi,
>
> On Mon, Mar 23, 2015 at 1:07 AM, Paul Kocialkowski <contact at paulk.fr> wrote:
>
> Maybe a slight description of the board/device?
Yes please, note no need to send a new version if you reply
with a short description I can add that while merging these.
This version of the patch-set looks good, so I plan to merge it
as is (assuming tests on the a23 tablet I've turn out ok).
Not sure yet when exactly I will get around to merging this,
that should happen sometime during this week.
Regards,
Hans
>
> ChenYu
>
>> Signed-off-by: Paul Kocialkowski <contact at paulk.fr>
>> ---
>> board/sunxi/MAINTAINERS | 5 +++++
>> configs/Ainol_AW1_defconfig | 16 ++++++++++++++++
>> 2 files changed, 21 insertions(+)
>> create mode 100644 configs/Ainol_AW1_defconfig
>>
>> diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS
>> index ef3c937..e486458 100644
>> --- a/board/sunxi/MAINTAINERS
>> +++ b/board/sunxi/MAINTAINERS
>> @@ -50,6 +50,11 @@ S: Maintained
>> F: board/sunxi/dram_a20_olinuxino_l2.c
>> F: configs/A20-OLinuXino-Lime2_defconfig
>>
>> +AINOL AW1 BOARD
>> +M: Paul Kocialkowski <contact at paulk.fr>
>> +S: Maintained
>> +F: configs/Ainol_AW1_defconfig
>> +
>> AMPE A76 BOARD
>> M: Paul Kocialkowski <contact at paulk.fr>
>> S: Maintained
>> diff --git a/configs/Ainol_AW1_defconfig b/configs/Ainol_AW1_defconfig
>> new file mode 100644
>> index 0000000..1c3b942
>> --- /dev/null
>> +++ b/configs/Ainol_AW1_defconfig
>> @@ -0,0 +1,16 @@
>> +CONFIG_SPL=y
>> +CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER"
>> +CONFIG_FDTFILE="sun7i-a20-ainol-aw1.dtb"
>> +CONFIG_USB_MUSB_SUNXI=y
>> +CONFIG_USB0_VBUS_PIN="PB9"
>> +CONFIG_USB0_VBUS_DET="AXP0-VBUS-DETECT"
>> +CONFIG_VIDEO_LCD_MODE="x:800,y:480,depth:18,pclk_khz:40000,le:87,ri:112,up:38,lo:141,hs:1,vs:1,sync:3,vmode:0"
>> +CONFIG_VIDEO_LCD_POWER="PH8"
>> +CONFIG_VIDEO_LCD_BL_EN="PH7"
>> +CONFIG_VIDEO_LCD_BL_PWM="PB2"
>> +CONFIG_ARM=y
>> +CONFIG_ARCH_SUNXI=y
>> +CONFIG_MACH_SUN7I=y
>> +CONFIG_DRAM_CLK=432
>> +CONFIG_DRAM_ZQ=123
>> +CONFIG_DRAM_EMR1=4
>> --
>> 1.9.1
>>
>> _______________________________________________
>> U-Boot mailing list
>> U-Boot at lists.denx.de
>> http://lists.denx.de/mailman/listinfo/u-boot
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>
More information about the U-Boot
mailing list