aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-11-01 17:49:40 -0400
committerTom Rini <trini@konsulko.com>2019-11-01 17:49:40 -0400
commit61e8f2985bd977775d864e44f7807fd1932192e5 (patch)
tree9c1cd4d0a92f0528b6aa7095468d397637b6b048 /include
parent5d6f05352b69d4858a2a9e9136ac3a734f0222bb (diff)
parent3f6b4ea225656b41613fd538925e29141f22c4a7 (diff)
downloadu-boot-61e8f2985bd977775d864e44f7807fd1932192e5.zip
u-boot-61e8f2985bd977775d864e44f7807fd1932192e5.tar.gz
u-boot-61e8f2985bd977775d864e44f7807fd1932192e5.tar.bz2
Merge tag 'arc-fixes-for-2020.01-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-arc
ARC fixes for v2020.01-rc2 The main change is move to DM_MMC of yet 2 another ARC boards: AXS101 & IoTDK. Among that we improve handling of stock-formatted SD-cards of high volume on EM SDP as well as introduction of reset driver for HSDK which is required for prepser reinitialization of some peripherals like USB etc.
Diffstat (limited to 'include')
-rw-r--r--include/dt-bindings/reset/snps,hsdk-reset.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/include/dt-bindings/reset/snps,hsdk-reset.h b/include/dt-bindings/reset/snps,hsdk-reset.h
new file mode 100644
index 0000000..e1a643e
--- /dev/null
+++ b/include/dt-bindings/reset/snps,hsdk-reset.h
@@ -0,0 +1,17 @@
+/**
+ * This header provides index for the HSDK reset controller.
+ */
+#ifndef _DT_BINDINGS_RESET_CONTROLLER_SNPS_HSDK
+#define _DT_BINDINGS_RESET_CONTROLLER_SNPS_HSDK
+
+#define HSDK_APB_RESET 0
+#define HSDK_AXI_RESET 1
+#define HSDK_ETH_RESET 2
+#define HSDK_USB_RESET 3
+#define HSDK_SDIO_RESET 4
+#define HSDK_HDMI_RESET 5
+#define HSDK_GFX_RESET 6
+#define HSDK_DMAC_RESET 7
+#define HSDK_EBI_RESET 8
+
+#endif /*_DT_BINDINGS_RESET_CONTROLLER_SNPS_HSDK*/