summaryrefslogtreecommitdiff
path: root/include/dt-bindings/reset
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@kernel.org>2019-02-15 16:13:58 -0800
committerStephen Boyd <sboyd@kernel.org>2019-02-15 16:14:31 -0800
commita9ca321716c801ae4e731b3a016c24633374b59b (patch)
tree23918bcec4d035cc0755f4de6049d8cb3a421428 /include/dt-bindings/reset
parentd8c22b32a612fb7940e9d1c0068fb80fcbfe8da7 (diff)
parentc5f09e6bd8a7537beef8ee53cd161a06b04de271 (diff)
Merge tag 'meson-clk-5.1-2' of https://github.com/BayLibre/clk-meson into clk-meson
Pull another set of Amlogic clk drivers updates from Neil Armstrong: - Add G12A Always-On Clock Controller - Fix Meson8 APB clock ID name * tag 'meson-clk-5.1-2' of https://github.com/BayLibre/clk-meson: clk: meson: meson8b: fix the naming of the APB clocks dt-bindings: clock: meson8b: add APB clock definition clk: meson: Add G12A AO Clock + Reset Controller dt-bindings: clk: add G12A AO Clock and Reset Bindings
Diffstat (limited to 'include/dt-bindings/reset')
-rw-r--r--include/dt-bindings/reset/g12a-aoclkc.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/dt-bindings/reset/g12a-aoclkc.h b/include/dt-bindings/reset/g12a-aoclkc.h
new file mode 100644
index 000000000000..bd2e2337135c
--- /dev/null
+++ b/include/dt-bindings/reset/g12a-aoclkc.h
@@ -0,0 +1,18 @@
+/* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */
+/*
+ * Copyright (c) 2016 BayLibre, SAS
+ * Author: Neil Armstrong <narmstrong@baylibre.com>
+ */
+
+#ifndef DT_BINDINGS_RESET_AMLOGIC_MESON_G12A_AOCLK
+#define DT_BINDINGS_RESET_AMLOGIC_MESON_G12A_AOCLK
+
+#define RESET_AO_IR_IN 0
+#define RESET_AO_UART 1
+#define RESET_AO_I2C_M 2
+#define RESET_AO_I2C_S 3
+#define RESET_AO_SAR_ADC 4
+#define RESET_AO_UART2 5
+#define RESET_AO_IR_OUT 6
+
+#endif