diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2017-06-11 12:16:32 +0200 |
---|---|---|
committer | Jerome Brunet <jbrunet@baylibre.com> | 2017-06-12 09:30:41 +0200 |
commit | 70ad0d0351470d6c1d22063497e644ecf847b63f (patch) | |
tree | 93be3aeb5762617b38fe1610839626c8e037e63d /include/dt-bindings/clock/meson8b-clkc.h | |
parent | clk: meson-gxbb: un-export the CPU clock (diff) | |
download | linux-70ad0d0351470d6c1d22063497e644ecf847b63f.tar.xz linux-70ad0d0351470d6c1d22063497e644ecf847b63f.zip |
clk: meson8b: export the SAR ADC clocks
Export the clocks for the SAR ADC so they can be used in the
dt-bindings.
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Acked-by: Neil Armstrong <narmstrong@baylibre.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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/meson8b-clkc.h b/include/dt-bindings/clock/meson8b-clkc.h index a55ff8c9b30f..1c7f090da440 100644 --- a/include/dt-bindings/clock/meson8b-clkc.h +++ b/include/dt-bindings/clock/meson8b-clkc.h @@ -21,5 +21,7 @@ #define CLKID_ZERO 13 #define CLKID_MPEG_SEL 14 #define CLKID_MPEG_DIV 15 +#define CLKID_SAR_ADC 23 +#define CLKID_SANA 69 #endif /* __MESON8B_CLKC_H */ |