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

ARM: dts: sun4i: Add VE (Video Engine) module clock node

The video engine has its own module clock, which also includes a
reset control for it.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>

authored by

Chen-Yu Tsai and committed by
Maxime Ripard
1ccc4939 dfcf8196

+9
+9
arch/arm/boot/dts/sun4i-a10.dtsi
··· 520 520 "dram_de_mp", "dram_ace"; 521 521 }; 522 522 523 + ve_clk: clk@01c2013c { 524 + #clock-cells = <0>; 525 + #reset-cells = <0>; 526 + compatible = "allwinner,sun4i-a10-ve-clk"; 527 + reg = <0x01c2013c 0x4>; 528 + clocks = <&pll4>; 529 + clock-output-names = "ve"; 530 + }; 531 + 523 532 codec_clk: clk@01c20140 { 524 533 #clock-cells = <0>; 525 534 compatible = "allwinner,sun4i-a10-codec-clk";