[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140322064653.GC5938@dragon>
Date: Sat, 22 Mar 2014 14:46:54 +0800
From: Shawn Guo <shawn.guo@...escale.com>
To: Lothar Waßmann <LW@...O-electronics.de>
CC: Ian Campbell <ijc+devicetree@...lion.org.uk>,
Kumar Gala <galak@...eaurora.org>,
Mark Rutland <mark.rutland@....com>,
Pawel Moll <pawel.moll@....com>,
Rob Herring <robh+dt@...nel.org>,
Russell King <linux@....linux.org.uk>,
Sascha Hauer <kernel@...gutronix.de>,
<devicetree@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 4/5] ARM: dts: tx53: add simple-panel support
On Wed, Mar 19, 2014 at 02:28:40PM +0100, Lothar Waßmann wrote:
>
> Signed-off-by: Lothar Waßmann <LW@...O-electronics.de>
> ---
> arch/arm/boot/dts/imx53-tx53-x13x.dts | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> diff --git a/arch/arm/boot/dts/imx53-tx53-x13x.dts b/arch/arm/boot/dts/imx53-tx53-x13x.dts
> index 26b918e..86a964d 100644
> --- a/arch/arm/boot/dts/imx53-tx53-x13x.dts
> +++ b/arch/arm/boot/dts/imx53-tx53-x13x.dts
> @@ -63,6 +63,18 @@
> default-brightness-level = <50>;
> };
>
> + panel0 {
> + compatible = "simple-panel";
>From what I can see, "simple-panel" is not a documented compatible.
Shawn
> + power-supply = <®_lcd_pwr0>;
> + backlight = <&backlight0>;
> + };
> +
> + panel1 {
> + compatible = "simple-panel";
> + power-supply = <®_lcd_pwr1>;
> + backlight = <&backlight1>;
> + };
> +
> regulators {
> reg_lcd_pwr0: regulator@5 {
> compatible = "regulator-fixed";
> --
> 1.7.10.4
>
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists