diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2019-03-24 11:14:22 -0400 |
---|---|---|
committer | Neil Armstrong <narmstrong@baylibre.com> | 2019-04-01 04:45:11 -0400 |
commit | 77a725ff7a640ab24ff9cf9450e6eae072c49f16 (patch) | |
tree | 37c20263a656975427930ec60ffd821b544dc8fb | |
parent | ba1ce88efa3af0c4b437c5d6aa3b1cae6bc42855 (diff) |
dt-bindings: clock: meson8b: export the video decoder clocks
Export the four video decoder clocks so they can be used by the video
decoder driver:
- VDEC_1
- VDEC_HCODEC
- VDEC_2
- VDEC_HEVC
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Acked-by: Jerome Brunet <jbrunet@baylibre.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Link: https://lkml.kernel.org/r/20190324151423.19063-2-martin.blumenstingl@googlemail.com
-rw-r--r-- | include/dt-bindings/clock/meson8b-clkc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/meson8b-clkc.h b/include/dt-bindings/clock/meson8b-clkc.h index 2ac9469a1c27..47556539f0ee 100644 --- a/include/dt-bindings/clock/meson8b-clkc.h +++ b/include/dt-bindings/clock/meson8b-clkc.h | |||
@@ -108,5 +108,9 @@ | |||
108 | #define CLKID_AXI 128 | 108 | #define CLKID_AXI 128 |
109 | #define CLKID_L2_DRAM 130 | 109 | #define CLKID_L2_DRAM 130 |
110 | #define CLKID_VPU 190 | 110 | #define CLKID_VPU 190 |
111 | #define CLKID_VDEC_1 196 | ||
112 | #define CLKID_VDEC_HCODEC 199 | ||
113 | #define CLKID_VDEC_2 202 | ||
114 | #define CLKID_VDEC_HEVC 206 | ||
111 | 115 | ||
112 | #endif /* __MESON8B_CLKC_H */ | 116 | #endif /* __MESON8B_CLKC_H */ |