Re: [PATCH] ARM: dt: tegra: cardhu: Add drm components

2012-12-02 Thread Mark Zhang
On 12/01/2012 03:28 AM, Stephen Warren wrote: > On 11/29/2012 10:44 PM, Mark Zhang wrote: >> This patch adds the RGB & HDMI nodes in Tegra 30 cardhu's dts. >> This makes the LVDS & HDMI working. > > This still doesn't add any of the backlight/panel GPIO programming, > which I believe is required

Re: [PATCH] ARM: dt: tegra: cardhu: Add drm components

2012-12-02 Thread Mark Zhang
On 12/01/2012 03:28 AM, Stephen Warren wrote: On 11/29/2012 10:44 PM, Mark Zhang wrote: This patch adds the RGB HDMI nodes in Tegra 30 cardhu's dts. This makes the LVDS HDMI working. This still doesn't add any of the backlight/panel GPIO programming, which I believe is required before we

Re: [PATCH] ARM: dt: tegra: cardhu: Add drm components

2012-11-30 Thread Stephen Warren
On 11/29/2012 10:44 PM, Mark Zhang wrote: > This patch adds the RGB & HDMI nodes in Tegra 30 cardhu's dts. > This makes the LVDS & HDMI working. This still doesn't add any of the backlight/panel GPIO programming, which I believe is required before we enable any LCDs. We could add the HDMI node

Re: [PATCH] ARM: dt: tegra: cardhu: Add drm components

2012-11-30 Thread Stephen Warren
On 11/29/2012 10:44 PM, Mark Zhang wrote: This patch adds the RGB HDMI nodes in Tegra 30 cardhu's dts. This makes the LVDS HDMI working. This still doesn't add any of the backlight/panel GPIO programming, which I believe is required before we enable any LCDs. We could add the HDMI node

[PATCH] ARM: dt: tegra: cardhu: Add drm components

2012-11-29 Thread Mark Zhang
This patch adds the RGB & HDMI nodes in Tegra 30 cardhu's dts. This makes the LVDS & HDMI working. Signed-off-by: Mark Zhang --- Changes: - This patch depcrates the patch: "[PATCH V2] ARM: dt: tegra: cardhu: Add drm components" Because the issue that LCD and HDMI can't work at the same time

[PATCH] ARM: dt: tegra: cardhu: Add drm components

2012-11-29 Thread Mark Zhang
This patch adds the RGB HDMI nodes in Tegra 30 cardhu's dts. This makes the LVDS HDMI working. Signed-off-by: Mark Zhang ma...@nvidia.com --- Changes: - This patch depcrates the patch: [PATCH V2] ARM: dt: tegra: cardhu: Add drm components Because the issue that LCD and HDMI can't work at

Re: [PATCH] ARM: dt: tegra: cardhu: Add drm components

2012-11-16 Thread Stephen Warren
On 11/15/2012 10:00 PM, Mark Zhang wrote: > This patch adds the rgb and hdmi nodes which are necessary for > tegra drm driver. > diff --git a/arch/arm/boot/dts/tegra30-cardhu.dtsi > b/arch/arm/boot/dts/tegra30-cardhu.dtsi > + host1x { > + dc@5420 { > +

Re: [PATCH] ARM: dt: tegra: cardhu: Add drm components

2012-11-16 Thread Stephen Warren
On 11/15/2012 10:00 PM, Mark Zhang wrote: This patch adds the rgb and hdmi nodes which are necessary for tegra drm driver. diff --git a/arch/arm/boot/dts/tegra30-cardhu.dtsi b/arch/arm/boot/dts/tegra30-cardhu.dtsi + host1x { + dc@5420 { + rgb { +

[PATCH] ARM: dt: tegra: cardhu: Add drm components

2012-11-15 Thread Mark Zhang
This patch adds the rgb and hdmi nodes which are necessary for tegra drm driver. Signed-off-by: Mark Zhang --- arch/arm/boot/dts/tegra30-cardhu.dtsi | 23 +-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/tegra30-cardhu.dtsi

[PATCH] ARM: dt: tegra: cardhu: Add drm components

2012-11-15 Thread Mark Zhang
This patch adds the rgb and hdmi nodes which are necessary for tegra drm driver. Signed-off-by: Mark Zhang ma...@nvidia.com --- arch/arm/boot/dts/tegra30-cardhu.dtsi | 23 +-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git