diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-09-09 09:46:30 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-09-10 17:11:45 +0200 |
commit | 05e4d62a634e911cedcf88e4b91f3623e1c4b2f6 (patch) | |
tree | 3353812beb84acb86d95fa99c6260fa87015327a /configs/inet1_defconfig | |
parent | deed69d62dcfe75498658fea05d67d7f46d1692f (diff) | |
download | u-boot-05e4d62a634e911cedcf88e4b91f3623e1c4b2f6.tar.gz |
sun4i: Add dts and defconfig for iNet-1 based tablets
The iNet-tek iNet-1 PCB is a PCB found in various generic 10.1" 1024x600
A10 based tablets such as the Point of View Protab2 XXL and the
Cherry M1007.
This patch has been tested on both rev2 and rev5 of this board / these
tablets.
These tablets feature the usual connectors: headphone, mini hdmi,
power-barrel, mini-usb and a micro-sd slot.
The dts is identical to the dts submitted to the upstream kernel.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'configs/inet1_defconfig')
-rw-r--r-- | configs/inet1_defconfig | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/configs/inet1_defconfig b/configs/inet1_defconfig new file mode 100644 index 0000000000..b2ba497c47 --- /dev/null +++ b/configs/inet1_defconfig @@ -0,0 +1,22 @@ +CONFIG_ARM=y +CONFIG_ARCH_SUNXI=y +CONFIG_MACH_SUN4I=y +CONFIG_DRAM_CLK=432 +CONFIG_DRAM_EMR1=4 +CONFIG_USB0_VBUS_PIN="PB9" +CONFIG_USB0_VBUS_DET="PH5" +CONFIG_USB0_ID_DET="PH4" +CONFIG_VIDEO_LCD_MODE="x:1024,y:600,depth:24,pclk_khz:52000,le:32,ri:287,up:22,lo:12,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_VIDEO_LCD_PANEL_LVDS=y +CONFIG_DEFAULT_DEVICE_TREE="sun4i-a10-inet1" +# 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 +CONFIG_USB_EHCI_HCD=y +CONFIG_USB_MUSB_HOST=y |