From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752367AbcBCJYd (ORCPT ); Wed, 3 Feb 2016 04:24:33 -0500 Received: from metis.ext.4.pengutronix.de ([92.198.50.35]:47332 "EHLO metis.ext.4.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751682AbcBCJYc (ORCPT ); Wed, 3 Feb 2016 04:24:32 -0500 Message-ID: <1454491459.3415.6.camel@pengutronix.de> Subject: Re: [PATCH v2] ARM: dts: Add dts for Uniwest evi From: Philipp Zabel To: Joshua Clayton Cc: Shawn Guo , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Sascha Hauer , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Date: Wed, 03 Feb 2016 10:24:19 +0100 In-Reply-To: <1454451202-1687-1-git-send-email-stillcompiling@gmail.com> References: <1454451202-1687-1-git-send-email-stillcompiling@gmail.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.9-1+b1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 2001:67c:670:100:96de:80ff:fec2:9969 X-SA-Exim-Mail-From: p.zabel@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Joshua, Am Dienstag, den 02.02.2016, 14:13 -0800 schrieb Joshua Clayton: > Uniwest evi is a portable electrical eddy current non-destructive > testing device. > > Signed-off-by: Joshua Clayton > --- > arch/arm/boot/dts/Makefile | 1 + > arch/arm/boot/dts/imx6q-evi.dts | 506 ++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 507 insertions(+) > create mode 100644 arch/arm/boot/dts/imx6q-evi.dts > > diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile > index c4f42a78..4a4ef29 100644 > --- a/arch/arm/boot/dts/Makefile > +++ b/arch/arm/boot/dts/Makefile > @@ -326,6 +326,7 @@ dtb-$(CONFIG_SOC_IMX6Q) += \ > imx6q-cubox-i.dtb \ > imx6q-dfi-fs700-m60.dtb \ > imx6q-dmo-edmqmx6.dtb \ > + imx6q-evi.dtb \ > imx6q-gk802.dtb \ > imx6q-gw51xx.dtb \ > imx6q-gw52xx.dtb \ > diff --git a/arch/arm/boot/dts/imx6q-evi.dts b/arch/arm/boot/dts/imx6q-evi.dts > new file mode 100644 > index 0000000..10f566e > --- /dev/null > +++ b/arch/arm/boot/dts/imx6q-evi.dts > @@ -0,0 +1,506 @@ [...] > +/dts-v1/; > +#include "imx6q.dtsi" > +#include > +#include > + > +/ { > + model = "Uniwest Evi"; > + compatible = "uniwest,imx6q-evi", "fsl,imx6q"; [...] > + panel { > + compatible = "sharp,lq101k1ly04"; > + > + port { > + panel_in: endpoint { > + remote-endpoint = <&lvds0_out>; > + }; > + }; > + }; > +}; [...] > +&ldb { > + status = "okay"; > + > + lvds0: lvds-channel@0 { > + fsl,data-mapping = "jeida"; > + fsl,data-width = <24>; The "sharp,lq101k1ly04" panel compatible already specifies the bus format (it is set to MEDIA_BUS_FMT_RGB888_1X7X4_JEIDA in the simple-panel entry), these two properties can be removed. > + status = "okay"; > + > + port@4 { > + reg = <4>; > + lvds0_out: endpoint { > + remote-endpoint = <&panel_in>; > + }; > + }; > + }; > +}; [...] regards Philipp From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Zabel Subject: Re: [PATCH v2] ARM: dts: Add dts for Uniwest evi Date: Wed, 03 Feb 2016 10:24:19 +0100 Message-ID: <1454491459.3415.6.camel@pengutronix.de> References: <1454451202-1687-1-git-send-email-stillcompiling@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1454451202-1687-1-git-send-email-stillcompiling-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Joshua Clayton Cc: Shawn Guo , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Sascha Hauer , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org Hi Joshua, Am Dienstag, den 02.02.2016, 14:13 -0800 schrieb Joshua Clayton: > Uniwest evi is a portable electrical eddy current non-destructive > testing device. > > Signed-off-by: Joshua Clayton > --- > arch/arm/boot/dts/Makefile | 1 + > arch/arm/boot/dts/imx6q-evi.dts | 506 ++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 507 insertions(+) > create mode 100644 arch/arm/boot/dts/imx6q-evi.dts > > diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile > index c4f42a78..4a4ef29 100644 > --- a/arch/arm/boot/dts/Makefile > +++ b/arch/arm/boot/dts/Makefile > @@ -326,6 +326,7 @@ dtb-$(CONFIG_SOC_IMX6Q) += \ > imx6q-cubox-i.dtb \ > imx6q-dfi-fs700-m60.dtb \ > imx6q-dmo-edmqmx6.dtb \ > + imx6q-evi.dtb \ > imx6q-gk802.dtb \ > imx6q-gw51xx.dtb \ > imx6q-gw52xx.dtb \ > diff --git a/arch/arm/boot/dts/imx6q-evi.dts b/arch/arm/boot/dts/imx6q-evi.dts > new file mode 100644 > index 0000000..10f566e > --- /dev/null > +++ b/arch/arm/boot/dts/imx6q-evi.dts > @@ -0,0 +1,506 @@ [...] > +/dts-v1/; > +#include "imx6q.dtsi" > +#include > +#include > + > +/ { > + model = "Uniwest Evi"; > + compatible = "uniwest,imx6q-evi", "fsl,imx6q"; [...] > + panel { > + compatible = "sharp,lq101k1ly04"; > + > + port { > + panel_in: endpoint { > + remote-endpoint = <&lvds0_out>; > + }; > + }; > + }; > +}; [...] > +&ldb { > + status = "okay"; > + > + lvds0: lvds-channel@0 { > + fsl,data-mapping = "jeida"; > + fsl,data-width = <24>; The "sharp,lq101k1ly04" panel compatible already specifies the bus format (it is set to MEDIA_BUS_FMT_RGB888_1X7X4_JEIDA in the simple-panel entry), these two properties can be removed. > + status = "okay"; > + > + port@4 { > + reg = <4>; > + lvds0_out: endpoint { > + remote-endpoint = <&panel_in>; > + }; > + }; > + }; > +}; [...] regards Philipp -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: p.zabel@pengutronix.de (Philipp Zabel) Date: Wed, 03 Feb 2016 10:24:19 +0100 Subject: [PATCH v2] ARM: dts: Add dts for Uniwest evi In-Reply-To: <1454451202-1687-1-git-send-email-stillcompiling@gmail.com> References: <1454451202-1687-1-git-send-email-stillcompiling@gmail.com> Message-ID: <1454491459.3415.6.camel@pengutronix.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Joshua, Am Dienstag, den 02.02.2016, 14:13 -0800 schrieb Joshua Clayton: > Uniwest evi is a portable electrical eddy current non-destructive > testing device. > > Signed-off-by: Joshua Clayton > --- > arch/arm/boot/dts/Makefile | 1 + > arch/arm/boot/dts/imx6q-evi.dts | 506 ++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 507 insertions(+) > create mode 100644 arch/arm/boot/dts/imx6q-evi.dts > > diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile > index c4f42a78..4a4ef29 100644 > --- a/arch/arm/boot/dts/Makefile > +++ b/arch/arm/boot/dts/Makefile > @@ -326,6 +326,7 @@ dtb-$(CONFIG_SOC_IMX6Q) += \ > imx6q-cubox-i.dtb \ > imx6q-dfi-fs700-m60.dtb \ > imx6q-dmo-edmqmx6.dtb \ > + imx6q-evi.dtb \ > imx6q-gk802.dtb \ > imx6q-gw51xx.dtb \ > imx6q-gw52xx.dtb \ > diff --git a/arch/arm/boot/dts/imx6q-evi.dts b/arch/arm/boot/dts/imx6q-evi.dts > new file mode 100644 > index 0000000..10f566e > --- /dev/null > +++ b/arch/arm/boot/dts/imx6q-evi.dts > @@ -0,0 +1,506 @@ [...] > +/dts-v1/; > +#include "imx6q.dtsi" > +#include > +#include > + > +/ { > + model = "Uniwest Evi"; > + compatible = "uniwest,imx6q-evi", "fsl,imx6q"; [...] > + panel { > + compatible = "sharp,lq101k1ly04"; > + > + port { > + panel_in: endpoint { > + remote-endpoint = <&lvds0_out>; > + }; > + }; > + }; > +}; [...] > +&ldb { > + status = "okay"; > + > + lvds0: lvds-channel at 0 { > + fsl,data-mapping = "jeida"; > + fsl,data-width = <24>; The "sharp,lq101k1ly04" panel compatible already specifies the bus format (it is set to MEDIA_BUS_FMT_RGB888_1X7X4_JEIDA in the simple-panel entry), these two properties can be removed. > + status = "okay"; > + > + port at 4 { > + reg = <4>; > + lvds0_out: endpoint { > + remote-endpoint = <&panel_in>; > + }; > + }; > + }; > +}; [...] regards Philipp