From: Martin Blumenstingl Date: Sun, 24 Mar 2019 15:11:01 +0000 (+0100) Subject: dt-bindings: clock: meson8b: export the VPU clock X-Git-Tag: v5.4-rc1~946^2~6^4~1^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ba1ce88efa3af0c4b437c5d6aa3b1cae6bc42855;p=platform%2Fkernel%2Flinux-rpi.git dt-bindings: clock: meson8b: export the VPU clock The VPU clock is an input the the "VPU" (Video Processing Unit), which is one of the components of the display controller. Signed-off-by: Martin Blumenstingl Reviewed-by: Rob Herring Acked-by: Jerome Brunet Signed-off-by: Neil Armstrong Link: https://lkml.kernel.org/r/20190324151104.18397-2-martin.blumenstingl@googlemail.com --- diff --git a/include/dt-bindings/clock/meson8b-clkc.h b/include/dt-bindings/clock/meson8b-clkc.h index cd11628..2ac9469 100644 --- a/include/dt-bindings/clock/meson8b-clkc.h +++ b/include/dt-bindings/clock/meson8b-clkc.h @@ -107,5 +107,6 @@ #define CLKID_PERIPH 126 #define CLKID_AXI 128 #define CLKID_L2_DRAM 130 +#define CLKID_VPU 190 #endif /* __MESON8B_CLKC_H */