diff mbox

enable HQVDP for stih410 platform

Message ID 1439305964-15641-1-git-send-email-benjamin.gaignard@linaro.org
State New
Headers show

Commit Message

Benjamin Gaignard Aug. 11, 2015, 3:12 p.m. UTC
From: Vincent Abriou <vincent.abriou@st.com>

Add HQVDP in stih410 devicetree to enable it.
HQVDP bindings have been describe in
Documentation/devicetree/bindings/gpu/st,stih4xx.txt file.

Signed-off-by: Vincent Abriou <vincent.abriou@st.com>
---
 arch/arm/boot/dts/stih410.dtsi | 10 ++++++++++
 1 file changed, 10 insertions(+)

Comments

Benjamin Gaignard Aug. 14, 2015, 8:50 a.m. UTC | #1
It is fine for me,

Thanks,
Benjamin

2015-08-14 10:34 GMT+02:00 Maxime Coquelin <maxime.coquelin@st.com>:
> Hi Benjamin,
>
>     The title needs to be appended with "ARM: dts:".
>
>     If you agree, I can fix this when applying it.
>
>
> On 08/11/2015 05:12 PM, Benjamin Gaignard wrote:
>>
>> From: Vincent Abriou <vincent.abriou@st.com>
>>
>> Add HQVDP in stih410 devicetree to enable it.
>> HQVDP bindings have been describe in
>> Documentation/devicetree/bindings/gpu/st,stih4xx.txt file.
>>
>> Signed-off-by: Vincent Abriou <vincent.abriou@st.com>
>
> You need also your sign-off here. I will add it too.
>>
>> ---
>>   arch/arm/boot/dts/stih410.dtsi | 10 ++++++++++
>>   1 file changed, 10 insertions(+)
>>
>>
>
> Regards,
> Maxime
diff mbox

Patch

diff --git a/arch/arm/boot/dts/stih410.dtsi b/arch/arm/boot/dts/stih410.dtsi
index 6620bba..33cc933 100644
--- a/arch/arm/boot/dts/stih410.dtsi
+++ b/arch/arm/boot/dts/stih410.dtsi
@@ -163,6 +163,16 @@ 
 				st,vtg = <&vtg_main>, <&vtg_aux>;
 			};
 
+			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>;
+			};
+
 			sti-tvout@8d08000 {
 				compatible = "st,stih407-tvout";
 				reg = <0x8d08000 0x1000>;