mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
2fcf033d36
Move the axp-gpio code out of the drivers/power/axp*.c code, and into a new separate axpi-gpio driver. This change drops supports for the gpio3 pin on the axp209, as that requires special handling, and no boards are using it. Besides cleaning things up by moving the code to a separate driver, as a bonus this change also adds support for the (non vusb) gpio pins on the axp221 and the gpio pins on the axp152. The new axp-gpio driver gets its own Kconfig option, and is only enabled on boards which need it. Besides that it only gets enabled in the regular u-boot build and not for the SPL as we never need it in the SPL. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Ian Campbell <ijc@hellion.org.uk>
23 lines
784 B
Text
23 lines
784 B
Text
# The Ainol AW1 is an A20 based tablet with a 800x480 lcd screen, sdio wifi,
|
|
# volume up/down and home buttons, micro-sd slot, micro usb (otg), headphones
|
|
# connector and a SPCI modem connector.
|
|
#
|
|
# Also see: http://linux-sunxi.org/Ainol_AW1
|
|
CONFIG_SPL=y
|
|
CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER"
|
|
CONFIG_FDTFILE="sun7i-a20-ainol-aw1.dtb"
|
|
CONFIG_MMC0_CD_PIN="PH1"
|
|
CONFIG_USB_MUSB_SUNXI=y
|
|
CONFIG_USB0_VBUS_PIN="PB9"
|
|
CONFIG_USB0_VBUS_DET="AXP0-VBUS-DETECT"
|
|
CONFIG_AXP_GPIO=y
|
|
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
|