mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-25 20:14:25 +08:00
ARM: dts: r8a7792: add VSP1V clocks
Describe the VSP1V clocks in the R8A7792 device tree. Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
a66f74f464
commit
5c2312ba05
@ -757,10 +757,15 @@
|
||||
compatible = "renesas,r8a7792-mstp-clocks",
|
||||
"renesas,cpg-mstp-clocks";
|
||||
reg = <0 0xe6150134 0 4>, <0 0xe6150038 0 4>;
|
||||
clocks = <&m2_clk>;
|
||||
clocks = <&m2_clk>, <&zs_clk>, <&zs_clk>, <&zs_clk>;
|
||||
#clock-cells = <1>;
|
||||
clock-indices = <R8A7792_CLK_JPU>;
|
||||
clock-output-names = "jpu";
|
||||
clock-indices = <
|
||||
R8A7792_CLK_JPU
|
||||
R8A7792_CLK_VSP1DU1 R8A7792_CLK_VSP1DU0
|
||||
R8A7792_CLK_VSP1_SY
|
||||
>;
|
||||
clock-output-names = "jpu", "vsp1du1", "vsp1du0",
|
||||
"vsp1-sy";
|
||||
};
|
||||
mstp2_clks: mstp2_clks@e6150138 {
|
||||
compatible = "renesas,r8a7792-mstp-clocks",
|
||||
|
Loading…
Reference in New Issue
Block a user