From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 94B03C433F5 for ; Tue, 18 Jan 2022 10:15:16 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id CC65E83854; Tue, 18 Jan 2022 11:14:26 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=baylibre.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=baylibre-com.20210112.gappssmtp.com header.i=@baylibre-com.20210112.gappssmtp.com header.b="goGLUQxy"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id E52FE837FB; Tue, 18 Jan 2022 11:13:59 +0100 (CET) Received: from mail-wm1-x32a.google.com (mail-wm1-x32a.google.com [IPv6:2a00:1450:4864:20::32a]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 22CE983830 for ; Tue, 18 Jan 2022 11:13:48 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=baylibre.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=aouledameur@baylibre.com Received: by mail-wm1-x32a.google.com with SMTP id d18-20020a05600c251200b0034974323cfaso4439635wma.4 for ; Tue, 18 Jan 2022 02:13:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=nJB+0aFpohHSngfTK4oRal/mZTL554zcBg85UYkNpTQ=; b=goGLUQxyoxAHna3CNbUc6cGhlJYDcyhG5ZSclKI7pkapu8nmLKS+1XmbpG2fr0YAVe bKlM6zwz56XWLTwLwDs4kouifoWmIx9j9lhox8uGffzyvWk+W65vZL36s5VxHRB/5O97 cvxJACP3UzX2MFH1MMTXViMx4Q/8xp7pXrg6MzLAFxTupx6echh4jECOY6HsthDsiMoZ bqElctnWXUfV/kL1wVuJEf5kHiuz5jtGiIp3jyW9OJqdo06dwo9ubaCM559dDHy4LFyd LThBxgCsjVTARBbyoPvEKLHsH5/KU1yfi4pJqRvbtM/WyN4CGMosW/QwYpMBTRqlgJcv 3LGg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=nJB+0aFpohHSngfTK4oRal/mZTL554zcBg85UYkNpTQ=; b=mT9BdThi+cGIO7DS/7VeQvR1u1GCgMaKPqjmBpLxzgfy/Tni+EgsVf5bWljQOrDBYe yRSDBhKD7FPgxvLQ09UpG0GJlY34X82wXJBxxdnwbItbBZ6ktPVyu2Raf4cemJ378fJV LmFjNNK4Ad3kr9BOU+rPDzZ+JuL/bQ9/to0CT2ykF/uqMrtL1Qy47D/NaPZEwDgm9jfr f4vKGFxANNPtC0gFtEBsXXbVUIw+ips0jmWSvEkuPF6MqF0/ybHJK/phDrCqGHie82jb umgjBzBgNi8ZcgRBHDwJOyW9We3001DEB6xoKMBq4HRtfZNaCukEiCpXzyPBVBdT7AOn V7gg== X-Gm-Message-State: AOAM531kx00Xp+jqQWkUJw1PQUfBXHm2xZca7lCpLannhPIzTiP3IK2M LECsSsnEWR+e5D6ziNLyGXRL6/JAX16PIg== X-Google-Smtp-Source: ABdhPJxSwMXPzzny8E1ZvbtnK1JpikZwfJvrKYoOBPTBHXj7kek4gKUXueNPtWo9JzyhRPY0Plp6Ng== X-Received: by 2002:a5d:5009:: with SMTP id e9mr23150217wrt.554.1642500827750; Tue, 18 Jan 2022 02:13:47 -0800 (PST) Received: from localhost.localdomain (203.247.120.78.rev.sfr.net. [78.120.247.203]) by smtp.googlemail.com with ESMTPSA id f16sm2213622wmg.48.2022.01.18.02.13.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 18 Jan 2022 02:13:47 -0800 (PST) From: Amjad Ouled-Ameur To: u-boot@lists.denx.de Cc: khilman@baylibre.com, Keerthy , Amjad Ouled-Ameur , Tom Rini Subject: [PATCH v3 10/11] arm: dts: dra7*/am57xx-idk-evm-u-boot: Add ipu early boot DT changes Date: Tue, 18 Jan 2022 11:12:48 +0100 Message-Id: <20220118101249.87031-11-aouledameur@baylibre.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220118101249.87031-1-aouledameur@baylibre.com> References: <20220118101249.87031-1-aouledameur@baylibre.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 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.103.2 at phobos.denx.de X-Virus-Status: Clean From: Keerthy Add support for ipu early boot. Signed-off-by: Keerthy Signed-off-by: Amjad Ouled-Ameur --- (no changes since v1) arch/arm/dts/am57xx-idk-common-u-boot.dtsi | 1 + arch/arm/dts/dra7-evm-u-boot.dtsi | 1 + arch/arm/dts/dra71-evm-u-boot.dtsi | 1 + arch/arm/dts/dra72-evm-revc-u-boot.dtsi | 1 + arch/arm/dts/dra76-evm-u-boot.dtsi | 1 + 5 files changed, 5 insertions(+) diff --git a/arch/arm/dts/am57xx-idk-common-u-boot.dtsi b/arch/arm/dts/am57xx-idk-common-u-boot.dtsi index b07aea0048d5..d0ce469f9189 100644 --- a/arch/arm/dts/am57xx-idk-common-u-boot.dtsi +++ b/arch/arm/dts/am57xx-idk-common-u-boot.dtsi @@ -3,6 +3,7 @@ * Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com/ */ #include "omap5-u-boot.dtsi" +#include "dra7-ipu-common-early-boot.dtsi" / { xtal25mhz: xtal25mhz { diff --git a/arch/arm/dts/dra7-evm-u-boot.dtsi b/arch/arm/dts/dra7-evm-u-boot.dtsi index f06c701dbd1f..5622512b2401 100644 --- a/arch/arm/dts/dra7-evm-u-boot.dtsi +++ b/arch/arm/dts/dra7-evm-u-boot.dtsi @@ -4,6 +4,7 @@ */ #include "omap5-u-boot.dtsi" +#include "dra7-ipu-common-early-boot.dtsi" &pcf_gpio_21{ u-boot,i2c-offset-len = <0>; diff --git a/arch/arm/dts/dra71-evm-u-boot.dtsi b/arch/arm/dts/dra71-evm-u-boot.dtsi index b56d4fc9d896..40443da5c855 100644 --- a/arch/arm/dts/dra71-evm-u-boot.dtsi +++ b/arch/arm/dts/dra71-evm-u-boot.dtsi @@ -4,6 +4,7 @@ */ #include "omap5-u-boot.dtsi" +#include "dra7-ipu-common-early-boot.dtsi" &pcf_gpio_21{ u-boot,i2c-offset-len = <0>; diff --git a/arch/arm/dts/dra72-evm-revc-u-boot.dtsi b/arch/arm/dts/dra72-evm-revc-u-boot.dtsi index b56d4fc9d896..40443da5c855 100644 --- a/arch/arm/dts/dra72-evm-revc-u-boot.dtsi +++ b/arch/arm/dts/dra72-evm-revc-u-boot.dtsi @@ -4,6 +4,7 @@ */ #include "omap5-u-boot.dtsi" +#include "dra7-ipu-common-early-boot.dtsi" &pcf_gpio_21{ u-boot,i2c-offset-len = <0>; diff --git a/arch/arm/dts/dra76-evm-u-boot.dtsi b/arch/arm/dts/dra76-evm-u-boot.dtsi index a4dfbe7e601a..5fae6ba91936 100644 --- a/arch/arm/dts/dra76-evm-u-boot.dtsi +++ b/arch/arm/dts/dra76-evm-u-boot.dtsi @@ -4,6 +4,7 @@ */ #include "omap5-u-boot.dtsi" +#include "dra7-ipu-common-early-boot.dtsi" &cpsw_emac0 { phy-handle = <&dp83867_0>; -- 2.25.1