On 20 May 2014 16:25, Florian Vaussard <florian.vauss...@epfl.ch> wrote: > Add the necessary DTS nodes to enable the micro-HDMI output on Parlor > board. > > Signed-off-by: Florian Vaussard <florian.vauss...@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@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 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html