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 1B15BC25B5C for ; Tue, 7 May 2024 03:33:46 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 7A49E8874D; Tue, 7 May 2024 05:33:44 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=rock-chips.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=rock-chips.com header.i=@rock-chips.com header.b="ioiqL6QQ"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 739F88874D; Tue, 7 May 2024 05:33:43 +0200 (CEST) Received: from mail-m1035.netease.com (mail-m1035.netease.com [154.81.10.35]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id CD3AC8873B for ; Tue, 7 May 2024 05:33:40 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=rock-chips.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=kever.yang@rock-chips.com DKIM-Signature: a=rsa-sha256; b=ioiqL6QQhu1L5ICsLgcHMaIzNU8/YF765Q3GJBeM2/zkzh6n2SooZ/qGMbvlBPrku9jEcef0HTY5F1SFuwDOvvWE4heT3CL2iC2//1DmvsQelzpqG000kbUcU+Ts27CR08HcMiTz7udhwlETugXYV3gqVUWS9MO9hjGvAXbOGAY=; s=default; c=relaxed/relaxed; d=rock-chips.com; v=1; bh=IUQzZU3KyvikcobQhi96ZckqtRfmgWhr3VuJqe5qzgQ=; h=date:mime-version:subject:message-id:from; Received: from [172.16.12.77] (unknown [58.22.7.114]) by smtp.qiye.163.com (Hmail) with ESMTPA id A71D4900285; Tue, 7 May 2024 11:33:31 +0800 (CST) Message-ID: <371011d9-4963-47c1-bec8-e0255bd36a71@rock-chips.com> Date: Tue, 7 May 2024 11:33:31 +0800 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 07/16] rockchip: rk356x: Add rk3568-u-boot.dtsi To: Jonas Karlman , Simon Glass , Philipp Tomsich , Tom Rini Cc: u-boot@lists.denx.de References: <20240504194346.2462489-1-jonas@kwiboo.se> <20240504194346.2462489-8-jonas@kwiboo.se> Content-Language: en-US From: Kever Yang In-Reply-To: <20240504194346.2462489-8-jonas@kwiboo.se> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-HM-Spam-Status: e1kfGhgUHx5ZQUpXWQgPGg8OCBgUHx5ZQUlOS1dZFg8aDwILHllBWSg2Ly tZV1koWUFDSUNOT01LS0k3V1ktWUFJV1kPCRoVCBIfWUFZGU9DTFZLGkJLShoaGRlMQ0pVEwETFh oSFyQUDg9ZV1kYEgtZQVlOQ1VJSVVMVUpKT1lXWRYaDxIVHRRZQVlPS0hVSk1PSUxOVUpLS1VKQk tLWQY+ X-HM-Tid: 0a8f511d169a03a9kunma71d4900285 X-HM-MType: 1 X-HM-Sender-Digest: e1kMHhlZQR0aFwgeV1kSHx4VD1lBWUc6Oio6Pxw5QzNNURQ4FU0OCkoe TR8wCRRVSlVKTEpOS05JQ0pJSEtKVTMWGhIXVRAeDR4JVQIaFRw7CRQYEFYYExILCFUYFBZFWVdZ EgtZQVlOQ1VJSVVMVUpKT1lXWQgBWUFJS0lPNwY+ 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.8 at phobos.denx.de X-Virus-Status: Clean On 2024/5/5 03:42, Jonas Karlman wrote: > Add a -u-boot.dtsi file that gets included by default > for RK356x boards when a board specific u-boot.dtsi file dont exists. > > Signed-off-by: Jonas Karlman Reviewed-by: Kever Yang Thanks, - Kever > --- > arch/arm/dts/rk3568-u-boot.dtsi | 3 +++ > 1 file changed, 3 insertions(+) > create mode 100644 arch/arm/dts/rk3568-u-boot.dtsi > > diff --git a/arch/arm/dts/rk3568-u-boot.dtsi b/arch/arm/dts/rk3568-u-boot.dtsi > new file mode 100644 > index 000000000000..6e8307e3bdf6 > --- /dev/null > +++ b/arch/arm/dts/rk3568-u-boot.dtsi > @@ -0,0 +1,3 @@ > +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) > + > +#include "rk356x-u-boot.dtsi"