diff mbox

[U-Boot,4/4] sunxi: Add inet97fv2_defconfig

Message ID 1440267221-22220-4-git-send-email-hdegoede@redhat.com
State Accepted
Delegated to: Hans de Goede
Headers show

Commit Message

Hans de Goede Aug. 22, 2015, 6:13 p.m. UTC
The inet97fv2 is a board found in the first generation of cheap allwinner
A10 based 7" tablets.

Note that this patch does not add a dts file as we already have one from
our dts syncs with the kernel.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
 board/sunxi/MAINTAINERS     |  3 ++-
 configs/inet97fv2_defconfig | 20 ++++++++++++++++++++
 2 files changed, 22 insertions(+), 1 deletion(-)
 create mode 100644 configs/inet97fv2_defconfig

Comments

Ian Campbell Aug. 26, 2015, 6:39 p.m. UTC | #1
On Sat, 2015-08-22 at 20:13 +0200, Hans de Goede wrote:
> -F:	configs/Mele_A1000G_quad_defconfig
> 
[...]

> +F:	configs/Mele_A1000G_quad_defconfig

Unintentional?

Without that move: Acked-by: Ian Campbell <ijc@hellion.org.uk>
Hans de Goede Aug. 27, 2015, 8:11 a.m. UTC | #2
Hi,

On 26-08-15 20:39, Ian Campbell wrote:
> On Sat, 2015-08-22 at 20:13 +0200, Hans de Goede wrote:
>> -F:	configs/Mele_A1000G_quad_defconfig
>>
> [...]
>
>> +F:	configs/Mele_A1000G_quad_defconfig
>
> Unintentional?

Nope intentional, the boards under my name are
sorted by family, then alphabetically, so
first all sun4i boards, then all sun5i, etc.

This one was in the wrong place.

But you're right this does not belong here, I'll move
this to a separate patch.

> Without that move: Acked-by: Ian Campbell <ijc@hellion.org.uk>

Regards,

Hans
Ian Campbell Aug. 27, 2015, 8:18 p.m. UTC | #3
On Thu, 2015-08-27 at 10:11 +0200, Hans de Goede wrote:
> Hi,
> 
> On 26-08-15 20:39, Ian Campbell wrote:
> > On Sat, 2015-08-22 at 20:13 +0200, Hans de Goede wrote:
> > > -F:	configs/Mele_A1000G_quad_defconfig
> > > 
> > [...]
> > 
> > > +F:	configs/Mele_A1000G_quad_defconfig
> > 
> > Unintentional?
> 
> Nope intentional, the boards under my name are
> sorted by family, then alphabetically, so
> first all sun4i boards, then all sun5i, etc.
> 
> This one was in the wrong place.
> 
> But you're right this does not belong here, I'll move
> this to a separate patch.

Such a patch: Acked-by: Ian Campbell <ijc@hellion.org.uk>

(or this one with the move mentioned in the commit log would be oto)

> 
> > Without that move: Acked-by: Ian Campbell <ijc@hellion.org.uk>
> 
> Regards,
> 
> Hans
> 
>
diff mbox

Patch

diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS
index de99fe1..46a78bd 100644
--- a/board/sunxi/MAINTAINERS
+++ b/board/sunxi/MAINTAINERS
@@ -8,9 +8,9 @@  F:	configs/ba10_tv_box_defconfig
 F:	configs/Chuwi_V7_CW0825_defconfig
 F:	configs/Cubieboard_defconfig
 F:	configs/Hyundai_A7HD_defconfig
+F:	configs/inet97fv2_defconfig
 F:	configs/jesurun_q5_defconfig
 F:	configs/Mele_A1000_defconfig
-F:	configs/Mele_A1000G_quad_defconfig
 F:	configs/Mele_M3_defconfig
 F:	configs/Mini-X_defconfig
 F:	configs/mk802_defconfig
@@ -26,6 +26,7 @@  F:	configs/r7-tv-dongle_defconfig
 F:	configs/UTOO_P66_defconfig
 F:	include/configs/sun6i.h
 F:	configs/CSQ_CS908_defconfig
+F:	configs/Mele_A1000G_quad_defconfig
 F:	configs/Mele_M9_defconfig
 F:	include/configs/sun7i.h
 F:	configs/A20-OLinuXino_MICRO_defconfig
diff --git a/configs/inet97fv2_defconfig b/configs/inet97fv2_defconfig
new file mode 100644
index 0000000..d7ddee1
--- /dev/null
+++ b/configs/inet97fv2_defconfig
@@ -0,0 +1,20 @@ 
+CONFIG_ARM=y
+CONFIG_ARCH_SUNXI=y
+CONFIG_MACH_SUN4I=y
+CONFIG_DRAM_CLK=408
+CONFIG_DRAM_EMR1=4
+CONFIG_USB0_VBUS_PIN="PB9"
+CONFIG_USB0_VBUS_DET="PH5"
+CONFIG_USB0_ID_DET="PH4"
+CONFIG_VIDEO_LCD_MODE="x:800,y:480,depth:24,pclk_khz:33000,le:45,ri:209,up:22,lo:22,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_USB_MUSB_HOST=y
+CONFIG_DEFAULT_DEVICE_TREE="sun4i-a10-inet97fv2"
+# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
+CONFIG_SPL=y
+CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER"
+# CONFIG_CMD_IMLS is not set
+# CONFIG_CMD_FLASH is not set
+# CONFIG_CMD_FPGA is not set