summaryrefslogtreecommitdiff
path: root/include/configs/salvator-x.h
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut@gmail.com>2017-05-13 13:57:47 (GMT)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2017-05-21 19:38:27 (GMT)
commit90e53f8b455e762c04cb154a381c8f1513af847f (patch)
tree0bb1ae07ce149f464b0476c98b1045b05fa8a63b /include/configs/salvator-x.h
parent50fb0c451f8219d26612451933c7905457459bc4 (diff)
downloadu-boot-90e53f8b455e762c04cb154a381c8f1513af847f.tar.xz
ARM: rmobile: salvator-x: Add RAVB ethernet support
Add support for the AVB ethernet on the Salvator-X board. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include/configs/salvator-x.h')
-rw-r--r--include/configs/salvator-x.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/salvator-x.h b/include/configs/salvator-x.h
index 91307eb..b5a98d6 100644
--- a/include/configs/salvator-x.h
+++ b/include/configs/salvator-x.h
@@ -25,6 +25,12 @@
/* [A] Hyper Flash */
/* use to RPC(SPI Multi I/O Bus Controller) */
+/* Ethernet RAVB */
+#define CONFIG_NET_MULTI
+#define CONFIG_PHY_MICREL
+#define CONFIG_BITBANGMII
+#define CONFIG_BITBANGMII_MULTI
+
/* Board Clock */
/* XTAL_CLK : 33.33MHz */
#define RCAR_XTAL_CLK 33333333u