Commit 0454493aa3491f543e3351a9fe9b728fb82ef319

Authored by Hans de Goede
1 parent b0f25b6f51

sun6i: Update Colombus defconfig settings

The Colombus defconfig settings are missing a number of settings for recently
added features, because we did not know exactly how things were hooked up.

Maxime Ripard has run various tests to get us the necessary details, this
commit updates the defconfig with this info.

This commit also updates the dram clk and zq values with values verified
by Maxime to be the ones used by the original firmware for this board.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>

Showing 1 changed file with 10 additions and 3 deletions Side-by-side Diff

configs/Colombus_defconfig
1 1 CONFIG_SPL=y
  2 +CONFIG_SYS_EXTRA_OPTIONS="USB_EHCI,SUNXI_GMAC"
2 3 CONFIG_FDTFILE="sun6i-a31-colombus.dtb"
3   -CONFIG_USB_KEYBOARD=n
4 4 +S:CONFIG_ARM=y
5 5 +S:CONFIG_ARCH_SUNXI=y
6 6 +S:CONFIG_MACH_SUN6I=y
7 7 +S:CONFIG_TARGET_COLOMBUS=y
8   -+S:CONFIG_DRAM_CLK=288
9   -+S:CONFIG_DRAM_ZQ=379
  8 ++S:CONFIG_DRAM_CLK=240
  9 ++S:CONFIG_DRAM_ZQ=251
  10 +# Wifi power
  11 ++S:CONFIG_AXP221_ALDO1_VOLT=3300
  12 +# HDMI power ?
  13 ++S:CONFIG_AXP221_ALDO2_VOLT=1800
  14 ++S:CONFIG_AXP221_ALDO3_VOLT=3000
  15 +# No Vbus gpio for usb1
  16 ++S:CONFIG_USB1_VBUS_PIN=""