From patchwork Sat Jun 23 19:37:45 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Mack X-Patchwork-Id: 10483833 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 2D0C760380 for ; Sat, 23 Jun 2018 19:38:18 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0A1D128A26 for ; Sat, 23 Jun 2018 19:38:18 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id EEF37286A3; Sat, 23 Jun 2018 19:38:17 +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=-2.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 8FBF5286A3 for ; Sat, 23 Jun 2018 19:38:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=/vaetzyyVlFqmg6mKoCBiG+muYREv0fRAJe+Yr43YJ8=; b=vCY b/NdsZDEATJeNnoWrwRV2GhBSwmaWmlcqKt/+LOk+zg18m1cyW5X+DQUO8ecPO/Aa54EWc3KK7o0e hAcEIt9i3xWn3Q5jpNwY2wqqEJMlve00tZ1dmKJhj3Xd+SgZCBIVLICxpvoLyKClhi83DAD+sObH9 1m+taeAU/avjqtZzl8wGkke+RNZG6vbPSskrmCfZhIwpyCH+0tvejmkTz6su/RsVpRkybGjOT516q Bwwqwm91INZEnEEBbIuOBnIDqiQ+kblPgOO36Lf9UXpV7afQRWQpOztRqIX0k0+vHRGLgJ8P9Mg+g M8BjQWPLr8UKtP5yf9ogw7+boPlTlRg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fWoMK-0004aV-Tk; Sat, 23 Jun 2018 19:38:08 +0000 Received: from mail.bugwerft.de ([2a03:6000:1011::59]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fWoMH-0004Zc-MR for linux-arm-kernel@lists.infradead.org; Sat, 23 Jun 2018 19:38:07 +0000 Received: from localhost.localdomain (p57BC9007.dip0.t-ipconnect.de [87.188.144.7]) by mail.bugwerft.de (Postfix) with ESMTPSA id AC7C028B06A; Sat, 23 Jun 2018 19:34:42 +0000 (UTC) From: Daniel Mack To: robert.jarzmik@free.fr Subject: [PATCH] ARM: dts: pxa: add label to lcd controller node Date: Sat, 23 Jun 2018 21:37:45 +0200 Message-Id: <20180623193745.12605-1-daniel@zonque.org> X-Mailer: git-send-email 2.17.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180623_123805_864548_B2B2B264 X-CRM114-Status: UNSURE ( 8.69 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Daniel Mack , 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 So it can be referenced and filled with more details from board files. Signed-off-by: Daniel Mack --- arch/arm/boot/dts/pxa2xx.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/pxa2xx.dtsi b/arch/arm/boot/dts/pxa2xx.dtsi index e4ebcde17837..a520b4c14ea9 100644 --- a/arch/arm/boot/dts/pxa2xx.dtsi +++ b/arch/arm/boot/dts/pxa2xx.dtsi @@ -141,7 +141,7 @@ interrupts = <30 31>; }; - lcd-controller@40500000 { + lcdc: lcd-controller@40500000 { compatible = "marvell,pxa2xx-lcdc"; reg = <0x44000000 0x10000>; interrupts = <17>;