linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: imx6qdl-sabreauto: Add HDMI support
@ 2015-06-02 20:41 Fabio Estevam
  2015-06-29 11:47 ` Shawn Guo
  0 siblings, 1 reply; 7+ messages in thread
From: Fabio Estevam @ 2015-06-02 20:41 UTC (permalink / raw)
  To: linux-arm-kernel

From: Fabio Estevam <fabio.estevam@freescale.com>

Add HDMI support. As the DDC I2C pins are not connected due to
pin conflicts, we do not pass the 'ddc-i2c-bus' property in 
this case.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 arch/arm/boot/dts/imx6qdl-sabreauto.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi b/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi
index 46b2fed..48ccfee 100644
--- a/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi
@@ -76,6 +76,10 @@
 	status = "okay";
 };
 
+&hdmi {
+	status = "okay";
+};
+
 &i2c2 {
 	clock-frequency = <100000>;
 	pinctrl-names = "default";
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH] ARM: dts: imx6qdl-sabreauto: Add HDMI support
  2015-06-02 20:41 [PATCH] ARM: dts: imx6qdl-sabreauto: Add HDMI support Fabio Estevam
@ 2015-06-29 11:47 ` Shawn Guo
  2015-06-29 11:55   ` Fabio Estevam
  0 siblings, 1 reply; 7+ messages in thread
From: Shawn Guo @ 2015-06-29 11:47 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jun 02, 2015 at 05:41:33PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
> 
> Add HDMI support. As the DDC I2C pins are not connected due to
> pin conflicts, we do not pass the 'ddc-i2c-bus' property in 
> this case.

HDMI works without 'ddc-i2c-bus' property and I2C pins?  If not, what's
point of this patch.

Shawn

> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
>  arch/arm/boot/dts/imx6qdl-sabreauto.dtsi | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi b/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi
> index 46b2fed..48ccfee 100644
> --- a/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi
> @@ -76,6 +76,10 @@
>  	status = "okay";
>  };
>  
> +&hdmi {
> +	status = "okay";
> +};
> +
>  &i2c2 {
>  	clock-frequency = <100000>;
>  	pinctrl-names = "default";
> -- 
> 1.9.1
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH] ARM: dts: imx6qdl-sabreauto: Add HDMI support
  2015-06-29 11:47 ` Shawn Guo
@ 2015-06-29 11:55   ` Fabio Estevam
  2015-06-29 12:16     ` Fabio Estevam
  2015-06-29 12:54     ` Shawn Guo
  0 siblings, 2 replies; 7+ messages in thread
From: Fabio Estevam @ 2015-06-29 11:55 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jun 29, 2015 at 8:47 AM, Shawn Guo <shawnguo@kernel.org> wrote:
> On Tue, Jun 02, 2015 at 05:41:33PM -0300, Fabio Estevam wrote:
>> From: Fabio Estevam <fabio.estevam@freescale.com>
>>
>> Add HDMI support. As the DDC I2C pins are not connected due to
>> pin conflicts, we do not pass the 'ddc-i2c-bus' property in
>> this case.
>
> HDMI works without 'ddc-i2c-bus' property and I2C pins?  If not, what's
> point of this patch.

Yes, HDMI works fine without 'ddc-i2c-bus' property.

'ddc-i2c-bus' property is not mandatory to get HDMI functional.

Regards,

Fabio Estevam

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH] ARM: dts: imx6qdl-sabreauto: Add HDMI support
  2015-06-29 11:55   ` Fabio Estevam
@ 2015-06-29 12:16     ` Fabio Estevam
  2015-06-29 12:54     ` Shawn Guo
  1 sibling, 0 replies; 7+ messages in thread
From: Fabio Estevam @ 2015-06-29 12:16 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jun 29, 2015 at 8:55 AM, Fabio Estevam <festevam@gmail.com> wrote:
> On Mon, Jun 29, 2015 at 8:47 AM, Shawn Guo <shawnguo@kernel.org> wrote:
>> On Tue, Jun 02, 2015 at 05:41:33PM -0300, Fabio Estevam wrote:
>>> From: Fabio Estevam <fabio.estevam@freescale.com>
>>>
>>> Add HDMI support. As the DDC I2C pins are not connected due to
>>> pin conflicts, we do not pass the 'ddc-i2c-bus' property in
>>> this case.
>>
>> HDMI works without 'ddc-i2c-bus' property and I2C pins?  If not, what's
>> point of this patch.
>
> Yes, HDMI works fine without 'ddc-i2c-bus' property.
>
> 'ddc-i2c-bus' property is not mandatory to get HDMI functional.

You can also refer to
Documentation/devicetree/bindings/drm/imx/hdmi.txt, which states that
ddc-i2c-bus is an optional property.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH] ARM: dts: imx6qdl-sabreauto: Add HDMI support
  2015-06-29 11:55   ` Fabio Estevam
  2015-06-29 12:16     ` Fabio Estevam
@ 2015-06-29 12:54     ` Shawn Guo
  2015-07-07  1:05       ` Fabio Estevam
  1 sibling, 1 reply; 7+ messages in thread
From: Shawn Guo @ 2015-06-29 12:54 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jun 29, 2015 at 08:55:57AM -0300, Fabio Estevam wrote:
> On Mon, Jun 29, 2015 at 8:47 AM, Shawn Guo <shawnguo@kernel.org> wrote:
> > On Tue, Jun 02, 2015 at 05:41:33PM -0300, Fabio Estevam wrote:
> >> From: Fabio Estevam <fabio.estevam@freescale.com>
> >>
> >> Add HDMI support. As the DDC I2C pins are not connected due to
> >> pin conflicts, we do not pass the 'ddc-i2c-bus' property in
> >> this case.
> >
> > HDMI works without 'ddc-i2c-bus' property and I2C pins?  If not, what's
> > point of this patch.
> 
> Yes, HDMI works fine without 'ddc-i2c-bus' property.
> 
> 'ddc-i2c-bus' property is not mandatory to get HDMI functional.

Okay.  Patch applied.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH] ARM: dts: imx6qdl-sabreauto: Add HDMI support
  2015-06-29 12:54     ` Shawn Guo
@ 2015-07-07  1:05       ` Fabio Estevam
  2015-07-08  9:34         ` Shawn Guo
  0 siblings, 1 reply; 7+ messages in thread
From: Fabio Estevam @ 2015-07-07  1:05 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jun 29, 2015 at 9:54 AM, Shawn Guo <shawnguo@kernel.org> wrote:

>> 'ddc-i2c-bus' property is not mandatory to get HDMI functional.
>
> Okay.  Patch applied.

Applied into which tree, please?

Can't find it at:
https://git.kernel.org/cgit/linux/kernel/git/shawnguo/linux.git/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH] ARM: dts: imx6qdl-sabreauto: Add HDMI support
  2015-07-07  1:05       ` Fabio Estevam
@ 2015-07-08  9:34         ` Shawn Guo
  0 siblings, 0 replies; 7+ messages in thread
From: Shawn Guo @ 2015-07-08  9:34 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jul 06, 2015 at 10:05:02PM -0300, Fabio Estevam wrote:
> On Mon, Jun 29, 2015 at 9:54 AM, Shawn Guo <shawnguo@kernel.org> wrote:
> 
> >> 'ddc-i2c-bus' property is not mandatory to get HDMI functional.
> >
> > Okay.  Patch applied.
> 
> Applied into which tree, please?
> 
> Can't find it at:
> https://git.kernel.org/cgit/linux/kernel/git/shawnguo/linux.git/

I'm rebasing the branches to v4.2-rc1, and will push them out soon.

Shawn

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-07-08  9:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-02 20:41 [PATCH] ARM: dts: imx6qdl-sabreauto: Add HDMI support Fabio Estevam
2015-06-29 11:47 ` Shawn Guo
2015-06-29 11:55   ` Fabio Estevam
2015-06-29 12:16     ` Fabio Estevam
2015-06-29 12:54     ` Shawn Guo
2015-07-07  1:05       ` Fabio Estevam
2015-07-08  9:34         ` Shawn Guo

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).