* [PATCH] enable HQVDP for stih410 platform @ 2015-08-11 15:12 Benjamin Gaignard [not found] ` <1439305964-15641-1-git-send-email-benjamin.gaignard-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> 0 siblings, 1 reply; 3+ messages in thread From: Benjamin Gaignard @ 2015-08-11 15:12 UTC (permalink / raw) To: devicetree-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, arnd-r2nGTMty4D4, olof-nZhT3qVonbNeoWH0uzbU5w, maxime.coquelin-qxv4g6HH51o, vincent.abriou-qxv4g6HH51o From: Vincent Abriou <vincent.abriou-qxv4g6HH51o@public.gmane.org> 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-qxv4g6HH51o@public.gmane.org> --- arch/arm/boot/dts/stih410.dtsi | 10 ++++++++++ 1 file changed, 10 insertions(+) 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>; -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply related [flat|nested] 3+ messages in thread
[parent not found: <1439305964-15641-1-git-send-email-benjamin.gaignard-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>]
* Re: [PATCH] enable HQVDP for stih410 platform [not found] ` <1439305964-15641-1-git-send-email-benjamin.gaignard-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> @ 2015-08-14 8:34 ` Maxime Coquelin [not found] ` <55CDA81C.6040307-qxv4g6HH51o@public.gmane.org> 0 siblings, 1 reply; 3+ messages in thread From: Maxime Coquelin @ 2015-08-14 8:34 UTC (permalink / raw) To: Benjamin Gaignard, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, arnd-r2nGTMty4D4, olof-nZhT3qVonbNeoWH0uzbU5w, vincent.abriou-qxv4g6HH51o 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-qxv4g6HH51o@public.gmane.org> > > 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-qxv4g6HH51o@public.gmane.org> 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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <55CDA81C.6040307-qxv4g6HH51o@public.gmane.org>]
* Re: [PATCH] enable HQVDP for stih410 platform [not found] ` <55CDA81C.6040307-qxv4g6HH51o@public.gmane.org> @ 2015-08-14 8:50 ` Benjamin Gaignard 0 siblings, 0 replies; 3+ messages in thread From: Benjamin Gaignard @ 2015-08-14 8:50 UTC (permalink / raw) To: Maxime Coquelin Cc: devicetree-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Arnd Bergmann, olof-nZhT3qVonbNeoWH0uzbU5w, Vincent Abriou It is fine for me, Thanks, Benjamin 2015-08-14 10:34 GMT+02:00 Maxime Coquelin <maxime.coquelin-qxv4g6HH51o@public.gmane.org>: > 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-qxv4g6HH51o@public.gmane.org> >> >> 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-qxv4g6HH51o@public.gmane.org> > > 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 -- Benjamin Gaignard Graphic Working Group Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-08-14 8:50 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-08-11 15:12 [PATCH] enable HQVDP for stih410 platform Benjamin Gaignard [not found] ` <1439305964-15641-1-git-send-email-benjamin.gaignard-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> 2015-08-14 8:34 ` Maxime Coquelin [not found] ` <55CDA81C.6040307-qxv4g6HH51o@public.gmane.org> 2015-08-14 8:50 ` Benjamin Gaignard
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).