diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2018-04-23 22:35:08 +0300 |
---|---|---|
committer | Jerome Brunet <jbrunet@baylibre.com> | 2018-04-25 13:05:55 +0300 |
commit | 09e19d73b84422c53bc83b4d72866d28b6ad8fdf (patch) | |
tree | 942e1e8a5197e52deee065f11c8290d7e3f097fe /include/dt-bindings/clock/meson8b-clkc.h | |
parent | 60cc43fc888428bb2f18f08997432d426a243338 (diff) | |
download | linux-09e19d73b84422c53bc83b4d72866d28b6ad8fdf.tar.xz |
dt-bindings: clock: meson8b: export the NAND clock
Export the NAND clock to the dt-bindings.
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Diffstat (limited to 'include/dt-bindings/clock/meson8b-clkc.h')
-rw-r--r-- | include/dt-bindings/clock/meson8b-clkc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/meson8b-clkc.h b/include/dt-bindings/clock/meson8b-clkc.h index dea9d46d4fa7..a60f47b49231 100644 --- a/include/dt-bindings/clock/meson8b-clkc.h +++ b/include/dt-bindings/clock/meson8b-clkc.h @@ -102,5 +102,6 @@ #define CLKID_MPLL0 93 #define CLKID_MPLL1 94 #define CLKID_MPLL2 95 +#define CLKID_NAND_CLK 112 #endif /* __MESON8B_CLKC_H */ |