summaryrefslogtreecommitdiffstats
path: root/include/fdtdec.h
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2015-07-25 19:33:56 +0200
committerMarek Vasut <marex@denx.de>2015-08-08 14:14:08 +0200
commit6ab00db226296b9512baf00d1dc1728e599e385d (patch)
treea38b71fae189aeff8bef959c7346ed3d24c06568 /include/fdtdec.h
parente14d3f79282ce7654d2848bb8b8f74a81702fa35 (diff)
downloadblackbird-obmc-uboot-6ab00db226296b9512baf00d1dc1728e599e385d.tar.gz
blackbird-obmc-uboot-6ab00db226296b9512baf00d1dc1728e599e385d.zip
arm: socfpga: misc: Reset ethernet from OF
Reset the GMAC ethernets based on the "resets" OF node instead of ad-hoc hardcoded values in the U-Boot code. Since we don't have a proper reset framework in place yet, we have to do this slightly ad-hoc parsing of the OF tree instead. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Dinh Nguyen <dinguyen@opensource.altera.com> Cc: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'include/fdtdec.h')
-rw-r--r--include/fdtdec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fdtdec.h b/include/fdtdec.h
index c9a5c9a9f9..eac679e0e3 100644
--- a/include/fdtdec.h
+++ b/include/fdtdec.h
@@ -181,6 +181,7 @@ enum fdt_compat_id {
COMPAT_SOCIONEXT_XHCI, /* Socionext UniPhier xHCI */
COMPAT_INTEL_PCH, /* Intel PCH */
COMPAT_INTEL_IRQ_ROUTER, /* Intel Interrupt Router */
+ COMPAT_ALTERA_SOCFPGA_DWMAC, /* SoCFPGA Ethernet controller */
COMPAT_COUNT,
};
OpenPOWER on IntegriCloud