]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
sun6i: Add Mele M9 board
authorHans de Goede <hdegoede@redhat.com>
Mon, 27 Oct 2014 22:29:49 +0000 (23:29 +0100)
committerHans de Goede <hdegoede@redhat.com>
Thu, 13 Nov 2014 13:49:02 +0000 (14:49 +0100)
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
board/sunxi/Kconfig
board/sunxi/MAINTAINERS
configs/Mele_M9_defconfig [new file with mode: 0644]

index 668838631cc7c706c4abb15ab70ce9d169a45b05..5c3b9320001693cd427a86e38873123bf62b5ba4 100644 (file)
@@ -112,6 +112,10 @@ config TARGET_MELE_M3
        bool "MELE_M3"
        depends on MACH_SUN7I
 
+config TARGET_MELE_M9
+       bool "MELE_M9"
+       depends on MACH_SUN6I
+
 config TARGET_MINI_X_1GB
        bool "MINI_X_1GB"
        depends on MACH_SUN4I
index b3c77a83cb7191e04e29029ba2d96eca0997353d..ca0300272e9ec3b75d92630ba1bcac0deae7f0aa 100644 (file)
@@ -9,6 +9,7 @@ F:      configs/Cubieboard_defconfig
 F:     configs/Mele_A1000_defconfig
 F:     configs/Mele_A1000G_defconfig
 F:     configs/Mele_M3_defconfig
+F:     configs/Mele_M9_defconfig
 F:     configs/Mini-X_defconfig
 F:     configs/Mini-X-1Gb_defconfig
 F:     include/configs/sun5i.h
diff --git a/configs/Mele_M9_defconfig b/configs/Mele_M9_defconfig
new file mode 100644 (file)
index 0000000..3dacb19
--- /dev/null
@@ -0,0 +1,15 @@
+CONFIG_SPL=y
+CONFIG_FDTFILE="sun6i-a31-m9.dtb"
++S:CONFIG_ARM=y
++S:CONFIG_ARCH_SUNXI=y
++S:CONFIG_MACH_SUN6I=y
++S:CONFIG_TARGET_MELE_M9=y
+# Ethernet phy power
++S:CONFIG_AXP221_DLDO1_VOLT=3300
+# USB hub power
++S:CONFIG_AXP221_DLDO4_VOLT=3300
+# Wifi power
++S:CONFIG_AXP221_ALDO1_VOLT=3300
+# HDMI power ?
++S:CONFIG_AXP221_ALDO2_VOLT=1800
++S:CONFIG_AXP221_ALDO3_VOLT=3000