diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2017-06-11 13:16:36 +0300 |
---|---|---|
committer | Jerome Brunet <jbrunet@baylibre.com> | 2017-06-12 10:30:45 +0300 |
commit | c22f06d3c0c943005697d03e46dccad2aa0bc8c0 (patch) | |
tree | e690f45c6c9f28f1bdfc3828a794d475a604f1af /include/dt-bindings/clock/meson8b-clkc.h | |
parent | 677f6af5d685a5990148222804f3649196789b91 (diff) | |
download | linux-c22f06d3c0c943005697d03e46dccad2aa0bc8c0.tar.xz |
clk: meson8b: export the ethernet gate clock
Export the ethernet gate clock to 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 | 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 04f0d1fcd308..e29227fb52a1 100644 --- a/include/dt-bindings/clock/meson8b-clkc.h +++ b/include/dt-bindings/clock/meson8b-clkc.h @@ -24,6 +24,7 @@ #define CLKID_SAR_ADC 23 #define CLKID_RNG0 25 #define CLKID_SDIO 30 +#define CLKID_ETH 36 #define CLKID_USB0 50 #define CLKID_USB1 51 #define CLKID_USB 55 |