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 0E816C19F28 for ; Wed, 3 Aug 2022 11:01:52 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 9C36984513; Wed, 3 Aug 2022 13:01:37 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="aWj6W7jB"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 4A4448449C; Wed, 3 Aug 2022 13:01:34 +0200 (CEST) Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 7A3FB84514 for ; Wed, 3 Aug 2022 13:01:28 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=pali@kernel.org Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 8A32561032; Wed, 3 Aug 2022 11:01:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C4712C433B5; Wed, 3 Aug 2022 11:01:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1659524486; bh=/KYlxRPJeIE+EMFlrVnvQT2px7HvRNl+jwBv1Q09hU0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=aWj6W7jBlJhP2bSO7ZNH96gxSDOqGbmd8mWEE9ATckKAjYYjVGt8Xyg838x3bCBb2 1Z/HqWYl0U8u9igQ3E7V8beDvHPKeefRq6mmUF/vRq0mhvs2k5W7Gn9z5NGmDLKjFX TxdjBbJ4eGm1DLpL+7Z2iVMJmh0LFoV+3EU0Yk/VWvdYeyFCsexU6iCihBbU5ICMzp FYxPdPwbU48Du+K0UqvSRRRlqNpVLBJAmHK0gFMuBWFMuynUIg+l2Uqr4O2q1H8o5E 5kOVmZ5bk6tViSB/j6pS+mmHh/rOlYmQnoiGYrmlPjXi0KqnZ/IeA1w0exqbVhuFV/ LzRk+OtnXlTsQ== Received: by pali.im (Postfix) id 7D9E182E; Wed, 3 Aug 2022 13:01:26 +0200 (CEST) From: =?UTF-8?q?Pali=20Roh=C3=A1r?= To: Stefan Roese , Tony Dinh Cc: =?UTF-8?q?Marek=20Beh=C3=BAn?= , Luka Kovacic , Luka Perkov , Robert Marko , Michael Trimarchi , Mark Kettenis , Simon Glass , Jaehoon Chung , u-boot@lists.denx.de Subject: [PATCH 4/5] arm: mvebu: armada-xp-theadorable.dts: Move u-boot, dm-pre-reloc to -u-boot.dtsi Date: Wed, 3 Aug 2022 13:00:52 +0200 Message-Id: <20220803110053.22598-5-pali@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220803110053.22598-1-pali@kernel.org> References: <20220803110053.22598-1-pali@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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.6 at phobos.denx.de X-Virus-Status: Clean Move U-Boot specific device tree property u-boot,dm-pre-reloc into U-Boot specific device tree include file armada-xp-theadorable-u-boot.dtsi. Signed-off-by: Pali Rohár --- arch/arm/dts/armada-xp-theadorable-u-boot.dtsi | 5 +++++ arch/arm/dts/armada-xp-theadorable.dts | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 arch/arm/dts/armada-xp-theadorable-u-boot.dtsi diff --git a/arch/arm/dts/armada-xp-theadorable-u-boot.dtsi b/arch/arm/dts/armada-xp-theadorable-u-boot.dtsi new file mode 100644 index 000000000000..c98bfa1e18da --- /dev/null +++ b/arch/arm/dts/armada-xp-theadorable-u-boot.dtsi @@ -0,0 +1,5 @@ +&lcd0 { + u-boot,dm-pre-reloc; +}; + +#include "mvebu-u-boot.dtsi" diff --git a/arch/arm/dts/armada-xp-theadorable.dts b/arch/arm/dts/armada-xp-theadorable.dts index 2f6aa194cf0f..ba73386d4f0a 100644 --- a/arch/arm/dts/armada-xp-theadorable.dts +++ b/arch/arm/dts/armada-xp-theadorable.dts @@ -134,7 +134,6 @@ compatible = "marvell,armada-xp-lcd"; reg = <0xe0000 0x10000>; status = "okay"; - u-boot,dm-pre-reloc; display-timings { native-mode = <&timing0>; -- 2.20.1