summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-08-04 18:07:16 +0300
committerTom Rini <trini@konsulko.com>2020-08-04 18:07:16 +0300
commitbb3694d5b14c891032864dcd44ae261fe595bb0c (patch)
treebefcb69ed2e827e8f68d7c8fb400c6a8b22b967c /include
parentd6faedca7670a0b4862cace2f3189998cbec87d8 (diff)
parentd071ff012e0b3f9e77b54340c96f624d6f115782 (diff)
downloadu-boot-bb3694d5b14c891032864dcd44ae261fe595bb0c.tar.xz
Merge tag 'mips-pull-2020-08-03' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips
- doc: fix qemu-mips build instructions - MIPS: add GPIO, CLK and SPI drivers for Octeon MIPS64
Diffstat (limited to 'include')
-rw-r--r--include/dt-bindings/clock/octeon-clock.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/octeon-clock.h b/include/dt-bindings/clock/octeon-clock.h
new file mode 100644
index 0000000000..34e6a3bf41
--- /dev/null
+++ b/include/dt-bindings/clock/octeon-clock.h
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Copyright (C) 2020 Stefan Roese <sr@denx.de>
+ */
+
+#ifndef __DT_BINDINGS_CLOCK_OCTEON_CLOCK_H
+#define __DT_BINDINGS_CLOCK_OCTEON_CLOCK_H
+
+#define OCTEON_CLK_CORE 0
+#define OCTEON_CLK_IO 1
+
+#endif /* __DT_BINDINGS_CLOCK_OCTEON_CLOCK_H */