diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2018-05-15 08:19:32 -0400 |
---|---|---|
committer | Jerome Brunet <jbrunet@baylibre.com> | 2018-05-15 08:19:32 -0400 |
commit | 51ae8a5bf4d3892e49840fcff7a1600feaa16843 (patch) | |
tree | 7fab657593938dc5b0ec6ecfd9c3f98b12cb7435 | |
parent | bdfa6394c229e05f78970242e63d660441dc0a17 (diff) | |
parent | 9c7aea8e17d435beeabfed88ff46a811eeb92ae4 (diff) |
Merge branch 'next/bindings' into next/drivers
-rw-r--r-- | Documentation/devicetree/bindings/clock/amlogic,gxbb-aoclkc.txt | 1 | ||||
-rw-r--r-- | include/dt-bindings/clock/axg-aoclkc.h | 26 | ||||
-rw-r--r-- | include/dt-bindings/reset/axg-aoclkc.h | 20 |
3 files changed, 47 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/amlogic,gxbb-aoclkc.txt b/Documentation/devicetree/bindings/clock/amlogic,gxbb-aoclkc.txt index 786dc39ca904..3a880528030e 100644 --- a/Documentation/devicetree/bindings/clock/amlogic,gxbb-aoclkc.txt +++ b/Documentation/devicetree/bindings/clock/amlogic,gxbb-aoclkc.txt | |||
@@ -9,6 +9,7 @@ Required Properties: | |||
9 | - GXBB (S905) : "amlogic,meson-gxbb-aoclkc" | 9 | - GXBB (S905) : "amlogic,meson-gxbb-aoclkc" |
10 | - GXL (S905X, S905D) : "amlogic,meson-gxl-aoclkc" | 10 | - GXL (S905X, S905D) : "amlogic,meson-gxl-aoclkc" |
11 | - GXM (S912) : "amlogic,meson-gxm-aoclkc" | 11 | - GXM (S912) : "amlogic,meson-gxm-aoclkc" |
12 | - AXG (A113D, A113X) : "amlogic,meson-axg-aoclkc" | ||
12 | followed by the common "amlogic,meson-gx-aoclkc" | 13 | followed by the common "amlogic,meson-gx-aoclkc" |
13 | 14 | ||
14 | - #clock-cells: should be 1. | 15 | - #clock-cells: should be 1. |
diff --git a/include/dt-bindings/clock/axg-aoclkc.h b/include/dt-bindings/clock/axg-aoclkc.h new file mode 100644 index 000000000000..61955016a55b --- /dev/null +++ b/include/dt-bindings/clock/axg-aoclkc.h | |||
@@ -0,0 +1,26 @@ | |||
1 | /* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */ | ||
2 | /* | ||
3 | * Copyright (c) 2016 BayLibre, SAS | ||
4 | * Author: Neil Armstrong <narmstrong@baylibre.com> | ||
5 | * | ||
6 | * Copyright (c) 2018 Amlogic, inc. | ||
7 | * Author: Qiufang Dai <qiufang.dai@amlogic.com> | ||
8 | */ | ||
9 | |||
10 | #ifndef DT_BINDINGS_CLOCK_AMLOGIC_MESON_AXG_AOCLK | ||
11 | #define DT_BINDINGS_CLOCK_AMLOGIC_MESON_AXG_AOCLK | ||
12 | |||
13 | #define CLKID_AO_REMOTE 0 | ||
14 | #define CLKID_AO_I2C_MASTER 1 | ||
15 | #define CLKID_AO_I2C_SLAVE 2 | ||
16 | #define CLKID_AO_UART1 3 | ||
17 | #define CLKID_AO_UART2 4 | ||
18 | #define CLKID_AO_IR_BLASTER 5 | ||
19 | #define CLKID_AO_SAR_ADC 6 | ||
20 | #define CLKID_AO_CLK81 7 | ||
21 | #define CLKID_AO_SAR_ADC_SEL 8 | ||
22 | #define CLKID_AO_SAR_ADC_DIV 9 | ||
23 | #define CLKID_AO_SAR_ADC_CLK 10 | ||
24 | #define CLKID_AO_ALT_XTAL 11 | ||
25 | |||
26 | #endif | ||
diff --git a/include/dt-bindings/reset/axg-aoclkc.h b/include/dt-bindings/reset/axg-aoclkc.h new file mode 100644 index 000000000000..d342c0b6b2a7 --- /dev/null +++ b/include/dt-bindings/reset/axg-aoclkc.h | |||
@@ -0,0 +1,20 @@ | |||
1 | /* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */ | ||
2 | /* | ||
3 | * Copyright (c) 2016 BayLibre, SAS | ||
4 | * Author: Neil Armstrong <narmstrong@baylibre.com> | ||
5 | * | ||
6 | * Copyright (c) 2018 Amlogic, inc. | ||
7 | * Author: Qiufang Dai <qiufang.dai@amlogic.com> | ||
8 | */ | ||
9 | |||
10 | #ifndef DT_BINDINGS_RESET_AMLOGIC_MESON_AXG_AOCLK | ||
11 | #define DT_BINDINGS_RESET_AMLOGIC_MESON_AXG_AOCLK | ||
12 | |||
13 | #define RESET_AO_REMOTE 0 | ||
14 | #define RESET_AO_I2C_MASTER 1 | ||
15 | #define RESET_AO_I2C_SLAVE 2 | ||
16 | #define RESET_AO_UART1 3 | ||
17 | #define RESET_AO_UART2 4 | ||
18 | #define RESET_AO_IR_BLASTER 5 | ||
19 | |||
20 | #endif | ||