From: markz@nvidia.com (Mark Zhang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V2] ARM: dt: tegra: cardhu: Add drm components
Date: Tue, 20 Nov 2012 15:27:52 +0800 [thread overview]
Message-ID: <1353396472-24167-1-git-send-email-markz@nvidia.com> (raw)
This patch adds the rgb node which is needed by
tegra drm driver.
Signed-off-by: Mark Zhang <markz@nvidia.com>
---
Changes in V2:
- Remove HDMI node in dts. Currently tegra drm driver doesn't
work while RGB and HDMI are enabled simultaneously
arch/arm/boot/dts/tegra30-cardhu.dtsi | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/tegra30-cardhu.dtsi b/arch/arm/boot/dts/tegra30-cardhu.dtsi
index bdb2a66..20af79e 100644
--- a/arch/arm/boot/dts/tegra30-cardhu.dtsi
+++ b/arch/arm/boot/dts/tegra30-cardhu.dtsi
@@ -27,6 +27,15 @@
model = "NVIDIA Tegra30 Cardhu evaluation board";
compatible = "nvidia,cardhu", "nvidia,tegra30";
+ host1x {
+ dc at 54200000 {
+ rgb {
+ status = "okay";
+ nvidia,ddc-i2c-bus = <&rgbddc>;
+ };
+ };
+ };
+
memory {
reg = <0x80000000 0x40000000>;
};
@@ -114,7 +123,7 @@
clock-frequency = <408000000>;
};
- i2c at 7000c000 {
+ rgbddc: i2c at 7000c000 {
status = "okay";
clock-frequency = <100000>;
};
--
1.7.9.5
next reply other threads:[~2012-11-20 7:27 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-20 7:27 Mark Zhang [this message]
2012-11-26 23:17 ` [PATCH V2] ARM: dt: tegra: cardhu: Add drm components Stephen Warren
2012-11-27 3:22 ` Mark Zhang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1353396472-24167-1-git-send-email-markz@nvidia.com \
--to=markz@nvidia.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).