From patchwork Fri Dec 2 09:08:39 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gary Bisson X-Patchwork-Id: 9458067 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id F3CF760236 for ; Fri, 2 Dec 2016 09:11:16 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E7BDF28540 for ; Fri, 2 Dec 2016 09:11:16 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id DC22428543; Fri, 2 Dec 2016 09:11:16 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 7F5F828540 for ; Fri, 2 Dec 2016 09:11:16 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1cCjqc-0001It-F5; Fri, 02 Dec 2016 09:09:38 +0000 Received: from mail-wj0-x234.google.com ([2a00:1450:400c:c01::234]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1cCjqC-0000u7-2C for linux-arm-kernel@lists.infradead.org; Fri, 02 Dec 2016 09:09:13 +0000 Received: by mail-wj0-x234.google.com with SMTP id xy5so226330693wjc.0 for ; Fri, 02 Dec 2016 01:08:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=boundarydevices-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=NK/ssfrEn6yGqPne9Zn4pW2nAtgpo2ADnu9B8CxtuHU=; b=a+w6tjZnYMexVb8Nz8MgJ3pYJUgZLv87qWGC+8LE2QJl5hJXiljMDIDqULHiwFH7pz z3RCKuyky41+ao61waOkAG/lLYNURW8I2dBIsuZntwaBQa5i797u546h5V+EMVQgGV30 ASxJN64GP+SnBr0f94869XEvjGxz17c1u86G+6SCweKuQaVvmy+Yo76nHkhueXyEuN55 fnYUqgbSJsrW24ajQtHhnaZhcVt7g9jUZEiI90PkvZrPhWbsVuijKuQMNGL8Avj3VlfP RdIlFjHiqLwkpCZM0sC0eylVMEnLgyA63PxJRzUDrdTqzV4a4o7+5Nt2rd1wn0jBJrPz O4VA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=NK/ssfrEn6yGqPne9Zn4pW2nAtgpo2ADnu9B8CxtuHU=; b=CpQEax09yNOOjAJlb0fABAC/KRDa6K85YmfyNf0UDRTb9UxffiJzcWyE9T2bcB8CzI LbHhpAdUm6i5pobQBrlYG7GDaDae+5DLLnZ7JvqvdrVvWDQ1Ldmf3K1axkkSQ8T6+boI RBaHjQ4oTGAZCBJs1Mw74PMZ1Par+JWBuMqVx70pAUSl+mrMWILoFXVwUoDkJtSieqCZ 1aVaYl61qlDBu7oJ5a6tIpPuAozWqPNiM07Zr8TB+4/cQ5AGfj2A0M1wtOcr4iW7iBPF VTF4OTPz5puJj8bjh38IjdQpsKIalwoWpvmkD34AcGQ83vtHFvrCKf3a91SJVIQmSn9C z4Jg== X-Gm-Message-State: AKaTC03DsCg6GULeiNc1tgfsrf3xsF11gUUK/GgQ/sHVf4hOCYyzQLMm91KF4Rf72V/6Yg== X-Received: by 10.194.91.148 with SMTP id ce20mr43521320wjb.59.1480669730065; Fri, 02 Dec 2016 01:08:50 -0800 (PST) Received: from t450s.lan (89-92-98-28.hfc.dyn.abo.bbox.fr. [89.92.98.28]) by smtp.googlemail.com with ESMTPSA id n5sm2153964wmf.0.2016.12.02.01.08.49 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 02 Dec 2016 01:08:49 -0800 (PST) From: Gary Bisson To: shawnguo@kernel.org Subject: [PATCH 1/5] ARM: dts: imx6qdl-nit6xlite: remove hardcoded LVDS bus format Date: Fri, 2 Dec 2016 10:08:39 +0100 Message-Id: <20161202090843.22613-2-gary.bisson@boundarydevices.com> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20161202090843.22613-1-gary.bisson@boundarydevices.com> References: <20161202090843.22613-1-gary.bisson@boundarydevices.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20161202_010912_346981_EE1DD86A X-CRM114-Status: UNSURE ( 8.22 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: fabio.estevam@nxp.com, devicetree@vger.kernel.org, Gary Bisson , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP The bus format is therefore retrieved from the connected panel information. Signed-off-by: Gary Bisson --- arch/arm/boot/dts/imx6qdl-nit6xlite.dtsi | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/boot/dts/imx6qdl-nit6xlite.dtsi b/arch/arm/boot/dts/imx6qdl-nit6xlite.dtsi index 63acd54..a784593 100644 --- a/arch/arm/boot/dts/imx6qdl-nit6xlite.dtsi +++ b/arch/arm/boot/dts/imx6qdl-nit6xlite.dtsi @@ -515,8 +515,6 @@ status = "okay"; lvds-channel@0 { - fsl,data-mapping = "spwg"; - fsl,data-width = <18>; status = "okay"; port@4 {