Skip to content

Commit

Permalink
dt-bindings: clock: meson8b: export the video decoder clocks
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Martin Blumenstingl authored and Neil Armstrong committed Apr 1, 2019
1 parent ba1ce88 commit 77a725f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/dt-bindings/clock/meson8b-clkc.h
Original file line number Diff line number Diff line change
@@ -108,5 +108,9 @@
#define CLKID_AXI 128
#define CLKID_L2_DRAM 130
#define CLKID_VPU 190
#define CLKID_VDEC_1 196
#define CLKID_VDEC_HCODEC 199
#define CLKID_VDEC_2 202
#define CLKID_VDEC_HEVC 206

#endif /* __MESON8B_CLKC_H */

0 comments on commit 77a725f

Please sign in to comment.