From patchwork Sun Mar 22 22:44:31 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Giulio Benetti X-Patchwork-Id: 1259797 X-Patchwork-Delegate: sbabic@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=85.214.62.61; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=benettiengineering.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=aruba.it header.i=@aruba.it header.a=rsa-sha256 header.s=a1 header.b=Y+FNYXCy; dkim-atps=neutral Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 48lt2x4qQgz9sPJ for ; Mon, 23 Mar 2020 09:48:25 +1100 (AEDT) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id A5AA381831; Sun, 22 Mar 2020 23:46:08 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=benettiengineering.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=aruba.it header.i=@aruba.it header.b="Y+FNYXCy"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id A2A8E81829; Sun, 22 Mar 2020 23:44:57 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,DKIMWL_WL_MED, DKIM_SIGNED,DKIM_VALID,SPF_HELO_NONE,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from smtpcmd0877.aruba.it (smtpcmd0877.aruba.it [62.149.156.77]) by phobos.denx.de (Postfix) with ESMTP id E06D281776 for ; Sun, 22 Mar 2020 23:44:41 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=benettiengineering.com Authentication-Results: phobos.denx.de; spf=none smtp.mailfrom=giulio.benetti@benettiengineering.com Received: from ubuntu.localdomain ([146.241.70.103]) by smtpcmd08.ad.aruba.it with bizsmtp id Hakc220082DhmGq01akhCY; Sun, 22 Mar 2020 23:44:41 +0100 From: Giulio Benetti To: Stefano Babic Cc: Fabio Estevam , uboot-imx@nxp.com, Lukasz Majewski , Anatolij Gustschin , Simon Glass , Daniel Schwierzeck , u-boot@lists.denx.de, Giulio Benetti Subject: [PATCH v2 15/19] ARM: dts: i.mxrt1050: add lcdif node Date: Sun, 22 Mar 2020 23:44:31 +0100 Message-Id: <20200322224435.114512-16-giulio.benetti@benettiengineering.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200322224435.114512-1-giulio.benetti@benettiengineering.com> References: <20200322224435.114512-1-giulio.benetti@benettiengineering.com> MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aruba.it; s=a1; t=1584917081; bh=fLEEDpAToQ3sVoLR3duh5HtpfCIS2UMVl8mGsV446oc=; h=From:To:Subject:Date:MIME-Version; b=Y+FNYXCyRMX/v746vi2biWztpYtYBl0AmYA6EeJp+nZIfdUi9TtqkHFCdUsWnQxhm G6pB/HUgXUp6huGjRkckXo+O3BwgxLpUPkuLBP4EV4PGSSQZ+IPRZZbFNBjYluTYab WGB6rNPzk4xZileMsLkNrob/0wi1h/Kagtbhr4lloWux/Ug68rEiS3NowPcOGDyO1I 2+ZiyXFV1rD1K99OeTvB84QpFtUrYrxuSoe7PgtaAJ9VRD3wXcPT/BMZ3KpcQ5d8ow pr+lpZk8v5PaF0rbIW0wv9/AIFyKGoUcneN6dCsxwIc/p3s8ZnaDpnuGoTa/UFzWux m1xaO/+h4zBcw== X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.30rc1 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.102.2 at phobos.denx.de X-Virus-Status: Clean Add lcdif node to SoC. Signed-off-by: Giulio Benetti --- arch/arm/dts/imxrt1050.dtsi | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/dts/imxrt1050.dtsi b/arch/arm/dts/imxrt1050.dtsi index b1d98e6feb..0123f4788c 100644 --- a/arch/arm/dts/imxrt1050.dtsi +++ b/arch/arm/dts/imxrt1050.dtsi @@ -13,6 +13,7 @@ / { aliases { + display0 = &lcdif; gpio0 = &gpio1; gpio1 = &gpio2; gpio2 = &gpio3; @@ -142,5 +143,14 @@ interrupt-controller; #interrupt-cells = <2>; }; + + lcdif: lcdif@402b8000 { + compatible = "fsl,imxrt-lcdif"; + reg = <0x402b8000 0x10000>; + interrupts = ; + clocks = <&clks IMXRT1050_CLK_LCDIF>; + clock-names = "per"; + status = "disabled"; + }; }; };