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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 63CD5C433EF for ; Sat, 9 Oct 2021 15:06:22 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 7FEE360F6C for ; Sat, 9 Oct 2021 15:06:21 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 7FEE360F6C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=rock-chips.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id C49A98366C; Sat, 9 Oct 2021 17:06:19 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=rock-chips.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id F37A68364A; Sat, 9 Oct 2021 17:06:17 +0200 (CEST) Received: from regular1.263xmail.com (regular1.263xmail.com [211.150.70.205]) (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 8B13683681 for ; Sat, 9 Oct 2021 17:06:14 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=rock-chips.com Authentication-Results: phobos.denx.de; spf=fail smtp.mailfrom=kever.yang@rock-chips.com Received: from localhost (unknown [192.168.167.16]) by regular1.263xmail.com (Postfix) with ESMTP id 6CAED7FD; Sat, 9 Oct 2021 23:06:09 +0800 (CST) X-MAIL-GRAY: 0 X-MAIL-DELIVERY: 1 X-ADDR-CHECKED4: 1 X-SKE-CHECKED: 1 X-ABS-CHECKED: 1 X-ANTISPAM-LEVEL: 2 Received: from [192.168.0.110] (unknown [112.49.233.219]) by smtp.263.net (postfix) whith ESMTP id P16456T140480585131776S1633791969615803_; Sat, 09 Oct 2021 23:06:10 +0800 (CST) X-IP-DOMAINF: 1 X-RL-SENDER: kever.yang@rock-chips.com X-SENDER: yk@rock-chips.com X-LOGIN-NAME: kever.yang@rock-chips.com X-FST-TO: u-boot@lists.denx.de X-RCPT-COUNT: 9 X-LOCAL-RCPT-COUNT: 4 X-SENDER-IP: 112.49.233.219 X-ATTACHMENT-NUM: 0 X-UNIQUE-TAG: <0eea0fb052ebc2c65c69a0ba4851ab87> X-System-Flag: 0 Subject: Re: [PATCH v1 2/3] arm: dts: rockchip: rk3568: Enable sdhci and sdmmc0 node To: Nico Cheng , sjg@chromium.org, philipp.tomsich@vrull.eu Cc: yamada.masahiro@socionext.com, chenjh@rock-chips.com, jason.zhu@rock-chips.com, trini@konsulko.com, yifeng.zhao@rock-chips.com, u-boot@lists.denx.de References: <20210930112616.v1.2.If86492d4e7080db8d8c1a2e641b8947644cbb305@changeid> From: Kever Yang Message-ID: <7bb58562-eab5-f0ac-aa1a-21f90de71882@rock-chips.com> Date: Sat, 9 Oct 2021 23:06:08 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <20210930112616.v1.2.If86492d4e7080db8d8c1a2e641b8947644cbb305@changeid> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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 2021/10/8 上午10:20, Nico Cheng wrote: > Enable sdhci and sdmmc0 node in rk3568-u-boot.dtsi > > Signed-off-by: Nico Cheng Reviewed-by: Kever Yang Thanks, - Kever > --- > > arch/arm/dts/rk3568-u-boot.dtsi | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) > > diff --git a/arch/arm/dts/rk3568-u-boot.dtsi b/arch/arm/dts/rk3568-u-boot.dtsi > index 1570f13fc7..5a80dda275 100644 > --- a/arch/arm/dts/rk3568-u-boot.dtsi > +++ b/arch/arm/dts/rk3568-u-boot.dtsi > @@ -9,6 +9,10 @@ > mmc1 = &sdmmc0; > }; > > + chosen { > + u-boot,spl-boot-order = &sdhci, &sdmmc0; > + }; > + > dmc: dmc { > compatible = "rockchip,rk3568-dmc"; > u-boot,dm-pre-reloc; > @@ -35,3 +39,16 @@ > u-boot,dm-pre-reloc; > status = "okay"; > }; > + > +&sdmmc0 { > + u-boot,dm-spl; > + status = "okay"; > +}; > + > +&sdhci { > + bus-width = <8>; > + u-boot,dm-spl; > + mmc-hs200-1_8v; > + status = "okay"; > +}; > +