Commit 241a6878 authored by Patrice Chotard's avatar Patrice Chotard

ARM: dts: STiH410: add hqvdp node

Enable High Quality Video Data Plane which is
an hardware IP dedicated to video rendering.
Signed-off-by: default avatarPatrice Chotard <patrice.chotard@st.com>
parent 9d65f902
...@@ -233,6 +233,17 @@ sti-hda@8d02000 { ...@@ -233,6 +233,17 @@ sti-hda@8d02000 {
<&clk_s_d2_quadfs 0>, <&clk_s_d2_quadfs 0>,
<&clk_s_d2_quadfs 1>; <&clk_s_d2_quadfs 1>;
}; };
sti-hqvdp@9c000000 {
compatible = "st,stih407-hqvdp";
reg = <0x9C00000 0x100000>;
clock-names = "hqvdp", "pix_main";
clocks = <&clk_s_c0_flexgen CLK_MAIN_DISP>,
<&clk_s_d2_flexgen CLK_PIX_MAIN_DISP>;
reset-names = "hqvdp";
resets = <&softreset STIH407_HDQVDP_SOFTRESET>;
st,vtg = <&vtg_main>;
};
}; };
bdisp0:bdisp@9f10000 { bdisp0:bdisp@9f10000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment