[PATCH] ARM: dts: duovero-parlor: Add HDMI output

Joachim Eastwood manabian at gmail.com
Tue May 20 11:09:06 PDT 2014


On 20 May 2014 16:25, Florian Vaussard <florian.vaussard at epfl.ch> wrote:
> Add the necessary DTS nodes to enable the micro-HDMI output on Parlor
> board.
>
> Signed-off-by: Florian Vaussard <florian.vaussard at epfl.ch>
> ---
>  arch/arm/boot/dts/omap4-duovero-parlor.dts | 42 ++++++++++++++++++++++++++++++
>  1 file changed, 42 insertions(+)
>
> diff --git a/arch/arm/boot/dts/omap4-duovero-parlor.dts b/arch/arm/boot/dts/omap4-duovero-parlor.dts
> index 96f51d8..3b234b8 100644
> --- a/arch/arm/boot/dts/omap4-duovero-parlor.dts
> +++ b/arch/arm/boot/dts/omap4-duovero-parlor.dts
> @@ -15,6 +15,10 @@
>         model = "OMAP4430 Gumstix Duovero on Parlor";
>         compatible = "gumstix,omap4-duovero-parlor", "gumstix,omap4-duovero", "ti,omap4430", "ti,omap4";
>
> +       aliases {
> +               display0 = &hdmi0;
> +       };
> +
>         leds {
>                 compatible = "gpio-leds";
>                 led0 {
> @@ -35,6 +39,19 @@
>                         gpio-key,wakeup;
>                 };
>         };
> +
> +       hdmi0: connector at 0 {
> +               compatible = "hdmi-connector";
> +               label = "hdmi";
> +
> +               type = "d";
> +
> +               port {
> +                       hdmi_connector_in: endpoint {
> +                               remote-endpoint = <&hdmi_out>;
> +                       };
> +               };
> +       };
>  };

No, HPD (hotplug) pin?

I think Parlor has one and the "hdmi-connector" binding now supports
it. See Tomi's 3.16/fbdev-omap branch.

regards
Joachim Eastwood



More information about the linux-arm-kernel mailing list