public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] sun6i: Update Colombus defconfig settings
@ 2014-12-07 20:23 Hans de Goede
  2014-12-07 20:23 ` [U-Boot] [PATCH 2/2] sunxi: mmc: Properly setup mod-clk and clock sampling phases Hans de Goede
  2014-12-08  9:26 ` [U-Boot] [PATCH 1/2] sun6i: Update Colombus defconfig settings Ian Campbell
  0 siblings, 2 replies; 8+ messages in thread
From: Hans de Goede @ 2014-12-07 20:23 UTC (permalink / raw)
  To: u-boot

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>
---
 configs/Colombus_defconfig | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/configs/Colombus_defconfig b/configs/Colombus_defconfig
index 9b4968f..b8c5400 100644
--- a/configs/Colombus_defconfig
+++ b/configs/Colombus_defconfig
@@ -1,9 +1,16 @@
 CONFIG_SPL=y
+CONFIG_SYS_EXTRA_OPTIONS="USB_EHCI,SUNXI_GMAC"
 CONFIG_FDTFILE="sun6i-a31-colombus.dtb"
-CONFIG_USB_KEYBOARD=n
 +S:CONFIG_ARM=y
 +S:CONFIG_ARCH_SUNXI=y
 +S:CONFIG_MACH_SUN6I=y
 +S:CONFIG_TARGET_COLOMBUS=y
-+S:CONFIG_DRAM_CLK=288
-+S:CONFIG_DRAM_ZQ=379
++S:CONFIG_DRAM_CLK=240
++S:CONFIG_DRAM_ZQ=251
+# Wifi power
++S:CONFIG_AXP221_ALDO1_VOLT=3300
+# HDMI power ?
++S:CONFIG_AXP221_ALDO2_VOLT=1800
++S:CONFIG_AXP221_ALDO3_VOLT=3000
+# No Vbus gpio for usb1
++S:CONFIG_USB1_VBUS_PIN=""
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-12-09  9:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-07 20:23 [U-Boot] [PATCH 1/2] sun6i: Update Colombus defconfig settings Hans de Goede
2014-12-07 20:23 ` [U-Boot] [PATCH 2/2] sunxi: mmc: Properly setup mod-clk and clock sampling phases Hans de Goede
2014-12-08  9:28   ` Ian Campbell
2014-12-08  9:26 ` [U-Boot] [PATCH 1/2] sun6i: Update Colombus defconfig settings Ian Campbell
2014-12-08  9:31   ` Ian Campbell
2014-12-08 10:59     ` Hans de Goede
2014-12-08 11:04       ` Ian Campbell
2014-12-09  9:29         ` Hans de Goede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox