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 94D81C433F5 for ; Mon, 27 Dec 2021 12:21:11 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 69CAE8382F; Mon, 27 Dec 2021 13:21:09 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.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=gmail.com header.i=@gmail.com header.b="O3rhsulx"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 9541B83830; Mon, 27 Dec 2021 13:21:07 +0100 (CET) Received: from mail-pg1-x533.google.com (mail-pg1-x533.google.com [IPv6:2607:f8b0:4864:20::533]) (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 0A8D38302C for ; Mon, 27 Dec 2021 13:21:01 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=jh80.chung@gmail.com Received: by mail-pg1-x533.google.com with SMTP id g22so13432906pgn.1 for ; Mon, 27 Dec 2021 04:21:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding:content-language; bh=VVic6SQOnpEuxodw/n5DGXaWNbTayOTzP6VMkT9BKqk=; b=O3rhsulxu4+TQAd3FtsI1Dj8E+6qvSvNL7wZBgVKeQCeW0H42Q+exCOl63yV2HmXPu t8laUCPhLrziQ7T788uhavA7gntGPOEt3efezNZ+72iWI1p34qjdvRA9ptUlB5sU8AUv 7T5jIlmLCB8Hei1cj7rRezmnSkDi0Rc3+2elA7YJiCpjcqMBUsgWbRXT6PLI0ECqNOhH VpUzB22dHng96vPT9/qVwKSPAu4QndzsESJSxENxl7UUUirtH6v4ucrZh0r0v5E9xn+8 tEm4+JuwLpWkQhgvniSWorXX380aRCiWKAPz26ywgRWy4c2rznd6kSO1eAn1FGzSfDCH RdwA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=VVic6SQOnpEuxodw/n5DGXaWNbTayOTzP6VMkT9BKqk=; b=oPFganVT4JII0BgrOjYcreLcKRgKkl1krF/EkGAoJaAO5horEVtVnGPTTEhoh7+K6r wsdiuAcNW7PzJUJ98STw1KWsDV16Mo3csZeVdYT3OkEFH/VdZ6ttKqvRaLJutkz5b7Jz MEPpZJs1NhElXPhvEkAJITwpxS23veNr6gcT9xjuytk40NGMagTQho4PGaLAUFDb1FxL MdrBXBfeezI0u2zRWARQmR3U2Lc6q2plyyMBPjeMq5OV/vOOam1z/IhKLvcQiWFtsnSZ LuM6cq+EhZxmLBVgZ7+MGZNBKpzwu46uDkm0f5NspELUEBd4vh/m/Rmew4m+hXKyF3xP KaLg== X-Gm-Message-State: AOAM533oU3b0oyvanzF+U5nhSFZwsyYqH/wEy7ZdDSJXr7o8aW6la6wx I9RmfT0c/CQDaX20fQVo5dk= X-Google-Smtp-Source: ABdhPJz2fKQGCcw9iZSw7i1PViekNxXU9i+Vc8ShC99hlUjB6uWaqw16MxoOFHS9FNtnbzMnCJMnaw== X-Received: by 2002:a63:618d:: with SMTP id v135mr15399047pgb.502.1640607659320; Mon, 27 Dec 2021 04:20:59 -0800 (PST) Received: from [192.168.0.52] ([183.99.112.216]) by smtp.gmail.com with ESMTPSA id y21sm14313002pge.41.2021.12.27.04.20.57 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 27 Dec 2021 04:20:58 -0800 (PST) Subject: Re: [PATCH v2 2/3] arm: dts: apple: Add u-boot,dm-pre-reloc properties To: Mark Kettenis , u-boot@lists.denx.de Cc: sjg@chromium.org, jh80.chung@samsung.com References: <20211223213418.68994-1-kettenis@openbsd.org> <20211223213418.68994-3-kettenis@openbsd.org> From: Jaehoon Chung Message-ID: <8dd609b5-a93d-24b7-b019-84161f776eea@gmail.com> Date: Mon, 27 Dec 2021 21:20:56 +0900 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <20211223213418.68994-3-kettenis@openbsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.38 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 On 12/24/21 6:34 AM, Mark Kettenis wrote: > These are necessary to make sure the power domains needed for the > serial console are availble in the pre-relocation phase. > > Signed-off-by: Mark Kettenis Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > arch/arm/dts/t8103-j274-u-boot.dtsi | 1 + > arch/arm/dts/t8103-j293-u-boot.dtsi | 1 + > arch/arm/dts/t8103-j313-u-boot.dtsi | 1 + > arch/arm/dts/t8103-j456-u-boot.dtsi | 1 + > arch/arm/dts/t8103-j457-u-boot.dtsi | 1 + > arch/arm/dts/t8103-u-boot.dtsi | 25 +++++++++++++++++++++++++ > 6 files changed, 30 insertions(+) > create mode 100644 arch/arm/dts/t8103-j274-u-boot.dtsi > create mode 100644 arch/arm/dts/t8103-j293-u-boot.dtsi > create mode 100644 arch/arm/dts/t8103-j313-u-boot.dtsi > create mode 100644 arch/arm/dts/t8103-j456-u-boot.dtsi > create mode 100644 arch/arm/dts/t8103-j457-u-boot.dtsi > create mode 100644 arch/arm/dts/t8103-u-boot.dtsi > > diff --git a/arch/arm/dts/t8103-j274-u-boot.dtsi b/arch/arm/dts/t8103-j274-u-boot.dtsi > new file mode 100644 > index 0000000000..6c8dd5a56f > --- /dev/null > +++ b/arch/arm/dts/t8103-j274-u-boot.dtsi > @@ -0,0 +1 @@ > +#include "t8103-u-boot.dtsi" > diff --git a/arch/arm/dts/t8103-j293-u-boot.dtsi b/arch/arm/dts/t8103-j293-u-boot.dtsi > new file mode 100644 > index 0000000000..6c8dd5a56f > --- /dev/null > +++ b/arch/arm/dts/t8103-j293-u-boot.dtsi > @@ -0,0 +1 @@ > +#include "t8103-u-boot.dtsi" > diff --git a/arch/arm/dts/t8103-j313-u-boot.dtsi b/arch/arm/dts/t8103-j313-u-boot.dtsi > new file mode 100644 > index 0000000000..6c8dd5a56f > --- /dev/null > +++ b/arch/arm/dts/t8103-j313-u-boot.dtsi > @@ -0,0 +1 @@ > +#include "t8103-u-boot.dtsi" > diff --git a/arch/arm/dts/t8103-j456-u-boot.dtsi b/arch/arm/dts/t8103-j456-u-boot.dtsi > new file mode 100644 > index 0000000000..6c8dd5a56f > --- /dev/null > +++ b/arch/arm/dts/t8103-j456-u-boot.dtsi > @@ -0,0 +1 @@ > +#include "t8103-u-boot.dtsi" > diff --git a/arch/arm/dts/t8103-j457-u-boot.dtsi b/arch/arm/dts/t8103-j457-u-boot.dtsi > new file mode 100644 > index 0000000000..6c8dd5a56f > --- /dev/null > +++ b/arch/arm/dts/t8103-j457-u-boot.dtsi > @@ -0,0 +1 @@ > +#include "t8103-u-boot.dtsi" > diff --git a/arch/arm/dts/t8103-u-boot.dtsi b/arch/arm/dts/t8103-u-boot.dtsi > new file mode 100644 > index 0000000000..43f552979d > --- /dev/null > +++ b/arch/arm/dts/t8103-u-boot.dtsi > @@ -0,0 +1,25 @@ > +// SPDX-License-Identifier: GPL-2.0+ OR MIT > + > +&serial0 { > + u-boot,dm-pre-reloc; > +}; > + > +&pmgr { > + u-boot,dm-pre-reloc; > +}; > + > +&ps_sio_busif { > + u-boot,dm-pre-reloc; > +}; > + > +&ps_sio { > + u-boot,dm-pre-reloc; > +}; > + > +&ps_uart_p { > + u-boot,dm-pre-reloc; > +}; > + > +&ps_uart0 { > + u-boot,dm-pre-reloc; > +};