Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: clk: mediatek: Add MT8195 DPI clocks

Expand dt-bindings slot for VDOSYS1 of MT8195.
This clock is required by the DPI1 hardware
and is a downstream of the HDMI pixel clock.

Signed-off-by: Pablo Sun <pablo.sun@mediatek.com>
Signed-off-by: Guillaume Ranquet <granquet@baylibre.com>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220919-v1-1-4844816c9808@baylibre.com
Signed-off-by: Chen-Yu Tsai <wenst@chromium.org>

authored by

Pablo Sun and committed by
Chen-Yu Tsai
879b752b 43eb33c6

+3 -1
+3 -1
include/dt-bindings/clock/mt8195-clk.h
··· 859 859 #define CLK_VDO1_DPINTF 47 860 860 #define CLK_VDO1_DISP_MONITOR_DPINTF 48 861 861 #define CLK_VDO1_26M_SLOW 49 862 - #define CLK_VDO1_NR_CLK 50 862 + #define CLK_VDO1_DPI1_HDMI 50 863 + #define CLK_VDO1_NR_CLK 51 864 + 863 865 864 866 #endif /* _DT_BINDINGS_CLK_MT8195_H */