From: s.hauer@pengutronix.de (Sascha Hauer)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 8/8] ARM: mx5: Add support for DENX M53EVK
Date: Mon, 22 Apr 2013 08:41:23 +0200 [thread overview]
Message-ID: <20130422064123.GG10373@pengutronix.de> (raw)
In-Reply-To: <1366579808-12067-8-git-send-email-marex@denx.de>
On Sun, Apr 21, 2013 at 11:30:08PM +0200, Marek Vasut wrote:
> This patch adds support for the DENX M53EVK board. The board currently supports
> NAND, Ethernet, UART, CAN, I2C.
>
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Fabio Estevam <fabio.estevam@freescale.com>
> Cc: Shawn Guo <shawn.guo@linaro.org>
> ---
> +/ {
> + model = "DENX M53EVK";
> + compatible = "denx,imx53-m53evk", "fsl,imx53";
> +
> + memory {
> + reg = <0x70000000 0x20000000>;
> + };
> +
> + soc {
> + display at di0 {
> + compatible = "fsl,imx-parallel-display";
> + crtcs = <&ipu 0>;
> + interface-pix-fmt = "rgb24";
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_ipu_disp1_1>;
> +
> + display-timings {
> + 800x480p60 {
> + native-mode;
> + clock-frequency = <31500000>;
> + hactive = <800>;
> + vactive = <480>;
> + hfront-porch = <40>;
> + hback-porch = <88>;
> + hsync-len = <128>;
> + vback-porch = <33>;
> + vfront-porch = <9>;
> + vsync-len = <3>;
> + vsync-active = <1>;
> + };
> + };
> + };
> +
> + display at di1 {
> + compatible = "fsl,imx-parallel-display";
> + crtcs = <&ipu 1>;
> + interface-pix-fmt = "rgb24";
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_ipu_disp2_1>;
> +
> + display-timings {
> + 800x480p60 {
> + native-mode;
> + clock-frequency = <31500000>;
> + hactive = <800>;
> + vactive = <480>;
> + hfront-porch = <40>;
> + hback-porch = <88>;
> + hsync-len = <128>;
> + vback-porch = <33>;
> + vfront-porch = <9>;
> + vsync-len = <3>;
> + vsync-active = <1>;
> + };
> + };
> + };
This board has two identical displays?
> + };
> +
> + leds {
> + compatible = "gpio-leds";
> + pinctrl-names = "default";
> + pinctrl-0 = <&led_pin_gpio>;
> +
> + user1 {
> + label = "user1";
> + gpios = <&gpio2 8 0>;
> + linux,default-trigger = "heartbeat";
> + };
> +
> + user2 {
> + label = "user2";
> + gpios = <&gpio2 9 0>;
> + linux,default-trigger = "heartbeat";
> + };
> + };
Two heartbeat LEDs? Why not use one for something else?
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
next prev parent reply other threads:[~2013-04-22 6:41 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-21 21:30 [PATCH 1/8] ARM: mx5: Add AUDMUX4 pinctrl data Marek Vasut
2013-04-21 21:30 ` [PATCH 2/8] ARM: mx5: Add CAN1 " Marek Vasut
2013-04-21 21:30 ` [PATCH 3/8] ARM: mx5: Add I2C1 " Marek Vasut
2013-04-21 21:30 ` [PATCH 4/8] ARM: mx5: Add I2C2 " Marek Vasut
2013-04-21 21:30 ` [PATCH 5/8] ARM: mx5: Add NAND " Marek Vasut
2013-04-22 5:02 ` Shawn Guo
2013-04-21 21:30 ` [PATCH 6/8] ARM: mx5: Add LCD IPU " Marek Vasut
2013-04-22 5:05 ` Shawn Guo
2013-04-21 21:30 ` [PATCH 7/8] ARM: mx5: Add PWM1 " Marek Vasut
2013-04-22 5:05 ` Shawn Guo
2013-04-21 21:30 ` [PATCH 8/8] ARM: mx5: Add support for DENX M53EVK Marek Vasut
2013-04-22 5:19 ` Shawn Guo
2013-04-22 6:41 ` Sascha Hauer [this message]
2013-04-22 5:00 ` [PATCH 1/8] ARM: mx5: Add AUDMUX4 pinctrl data Shawn Guo
2013-04-22 8:47 ` Marek Vasut
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=20130422064123.GG10373@pengutronix.de \
--to=s.hauer@pengutronix.de \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.