From: Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: [PATCH 08/10] ARM: tegra: Enable DSI support on Dalmore
Date: Thu, 19 Dec 2013 16:59:32 +0100 [thread overview]
Message-ID: <1387468774-14216-9-git-send-email-treding@nvidia.com> (raw)
In-Reply-To: <1387468774-14216-1-git-send-email-treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
Dalmore has a 10.1" WUXGA panel connected to one of the DSI outputs of
the Tegra114.
Signed-off-by: Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
---
Changes in v3:
- make panel a peripheral on the DSI bus
Changes in v2:
- remove backlight-boot-off property for now
- don't renumber all regulators
arch/arm/boot/dts/tegra114-dalmore.dts | 44 ++++++++++++++++++++++++----------
1 file changed, 32 insertions(+), 12 deletions(-)
diff --git a/arch/arm/boot/dts/tegra114-dalmore.dts b/arch/arm/boot/dts/tegra114-dalmore.dts
index ca4485903b9d..512922f049c3 100644
--- a/arch/arm/boot/dts/tegra114-dalmore.dts
+++ b/arch/arm/boot/dts/tegra114-dalmore.dts
@@ -16,6 +16,21 @@
reg = <0x80000000 0x40000000>;
};
+ host1x@50000000 {
+ dsi@54300000 {
+ status = "okay";
+
+ panel@0 {
+ compatible = "panasonic,vvx10f004b00",
+ "simple-panel";
+ reg = <0>;
+
+ power-supply = <&avdd_lcd_reg>;
+ backlight = <&backlight>;
+ };
+ };
+ };
+
pinmux@70000868 {
pinctrl-names = "default";
pinctrl-0 = <&state_default>;
@@ -723,6 +738,10 @@
status = "okay";
};
+ pwm@7000a000 {
+ status = "okay";
+ };
+
i2c@7000c000 {
status = "okay";
clock-frequency = <100000>;
@@ -811,7 +830,7 @@
regulator-boot-on;
};
- fet1 {
+ vdd_bl_reg: fet1 {
regulator-name = "vdd-lcd-bl";
};
@@ -819,7 +838,7 @@
regulator-name = "vdd-modem-3v3";
};
- fet4 {
+ avdd_lcd_reg: fet4 {
regulator-name = "avdd-lcd";
};
@@ -1089,6 +1108,17 @@
vbus-supply = <&usb3_vbus_reg>;
};
+ backlight: backlight {
+ compatible = "pwm-backlight";
+
+ enable-gpios = <&gpio TEGRA_GPIO(H, 2) GPIO_ACTIVE_HIGH>;
+ power-supply = <&vdd_bl_reg>;
+ pwms = <&pwm 1 1000000>;
+
+ brightness-levels = <0 4 8 16 32 64 128 255>;
+ default-brightness-level = <6>;
+ };
+
clocks {
compatible = "simple-bus";
#address-cells = <1>;
@@ -1155,16 +1185,6 @@
gpio = <&gpio TEGRA_GPIO(H, 5) GPIO_ACTIVE_HIGH>;
};
- lcd_bl_en_reg: regulator@2 {
- compatible = "regulator-fixed";
- reg = <2>;
- regulator-name = "lcd_bl_en";
- regulator-min-microvolt = <5000000>;
- regulator-max-microvolt = <5000000>;
- enable-active-high;
- gpio = <&gpio TEGRA_GPIO(H, 2) GPIO_ACTIVE_HIGH>;
- };
-
usb1_vbus_reg: regulator@3 {
compatible = "regulator-fixed";
reg = <3>;
--
1.8.4.2
next prev parent reply other threads:[~2013-12-19 15:59 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-19 15:59 [PATCH 00/10] ARM: tegra: DSI and panel support Thierry Reding
[not found] ` <1387468774-14216-1-git-send-email-treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-12-19 15:59 ` [PATCH 01/10] ARM: tegra: Enable LVDS on Harmony Thierry Reding
2013-12-19 15:59 ` [PATCH 02/10] ARM: tegra: Enable LVDS on Cardhu Thierry Reding
2013-12-19 15:59 ` [PATCH 03/10] ARM: tegra: Add MIPI calibration DT entries for Tegra114 Thierry Reding
[not found] ` <1387468774-14216-4-git-send-email-treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-12-20 0:11 ` Stephen Warren
[not found] ` <52B38B14.8080605-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-12-20 11:56 ` Thierry Reding
2013-12-19 15:59 ` [PATCH 04/10] ARM: tegra: Add host1x, DC and HDMI to Tegra114 device tree Thierry Reding
2013-12-19 15:59 ` [PATCH 05/10] ARM: tegra: Add Tegra114 DSI support Thierry Reding
[not found] ` <1387468774-14216-6-git-send-email-treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-12-19 19:57 ` Stephen Warren
[not found] ` <52B34FC2.5010409-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-12-20 11:54 ` Thierry Reding
2013-12-19 15:59 ` [PATCH 06/10] ARM: tegra: Add Tegra114 gr2d support Thierry Reding
2013-12-19 15:59 ` [PATCH 07/10] ARM: tegra: Add Tegra114 gr3d support Thierry Reding
2013-12-19 15:59 ` Thierry Reding [this message]
2013-12-19 15:59 ` [PATCH 09/10] ARM: tegra: Enable HDMI support on Dalmore Thierry Reding
2013-12-19 15:59 ` [PATCH 10/10] ARM: tegra: Enable DRM panel support Thierry Reding
2013-12-19 20:12 ` [PATCH 00/10] ARM: tegra: DSI and " Stephen Warren
[not found] ` <52B35346.1070202-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-12-20 10:16 ` Marc Dietrich
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=1387468774-14216-9-git-send-email-treding@nvidia.com \
--to=thierry.reding-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.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).