]> git.sur5r.net Git - u-boot/commitdiff
sunxi: Hummingbird_A31_defconfig: Drop MACPWR option
authorChen-Yu Tsai <wens@csie.org>
Fri, 22 Jul 2016 08:13:00 +0000 (16:13 +0800)
committerHans de Goede <hdegoede@redhat.com>
Sun, 31 Jul 2016 19:45:12 +0000 (21:45 +0200)
MACPWR was used to bring the Ethernet PHY out of reset. The designware
driver now supports the phy reset gpio binding, so this is no longer
needed. In fact in requesting the same GPIO, it makes the designware
driver fail to probe.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
configs/Hummingbird_A31_defconfig

index 02bcdbf56af5dd58cbc655a362e34e19687e86af..3b0c439c4f797226ef1e8db8a798827b776df5e2 100644 (file)
@@ -9,7 +9,7 @@ CONFIG_VIDEO_VGA_EXTERNAL_DAC_EN="PH25"
 CONFIG_DEFAULT_DEVICE_TREE="sun6i-a31-hummingbird"
 # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
 CONFIG_SPL=y
-CONFIG_SYS_EXTRA_OPTIONS="SUNXI_GMAC,RGMII,MACPWR=SUNXI_GPA(21)"
+CONFIG_SYS_EXTRA_OPTIONS="SUNXI_GMAC,RGMII"
 # CONFIG_CMD_IMLS is not set
 # CONFIG_CMD_FLASH is not set
 # CONFIG_CMD_FPGA is not set