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 X-Spam-Level: X-Spam-Status: No, score=-8.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0C5D4C433E1 for ; Mon, 20 Jul 2020 03:19:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DA9472177B for ; Mon, 20 Jul 2020 03:19:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595215149; bh=U4xZaTXPavwGjE6wjx6abzQrdFTPKV9Q1lnbcwX5aQ4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Be+FIUF/cLwPsnAA177aNMv49S5rQBbrkKj5oNDFEzBVgW5AtdRY09+F3AI7+K+6u mcsTRYGg+ps7dkbCndnWLAMQjDAAI0Kbam7eExfkiOLr4CWiNLkufF/aFfVdw5fHCr 5y22lHCgpq8UrQ0oQOoQ6XNfQvkRGsiiMqHsHAVI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726510AbgGTDTJ (ORCPT ); Sun, 19 Jul 2020 23:19:09 -0400 Received: from mail.kernel.org ([198.145.29.99]:43580 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726312AbgGTDTJ (ORCPT ); Sun, 19 Jul 2020 23:19:09 -0400 Received: from dragon (80.251.214.228.16clouds.com [80.251.214.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5BA832080D; Mon, 20 Jul 2020 03:19:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595215148; bh=U4xZaTXPavwGjE6wjx6abzQrdFTPKV9Q1lnbcwX5aQ4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=SC8+13t9DW8+6+LqNG30/oWMv3xC6Rkq4Fv6+to44/1jeuYiGYsuWm9lRIn77tEmg Eq7j3dcIQw4p05g79arhiUvKs1ughB9Qy66Pr65Yj4jEgEWWbRwMF2RdiWrwztcDcb DTsWz4pH9EIM5TwNBIkCKWuMjP62C1d0D97gq0iI= Date: Mon, 20 Jul 2020 11:18:58 +0800 From: Shawn Guo To: Chris Healy Cc: s.hauer@pengutronix.de, stefan@agner.ch, robh+dt@kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, andrew.smirnov@gmail.com, Fabio Estevam Subject: Re: [PATCH v2] ARM: dts: vf610-zii-ssmb-dtu: Add no-sdio/no-sd properties Message-ID: <20200720031734.GK11560@dragon> References: <20200715213148.26905-1-cphealy@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200715213148.26905-1-cphealy@gmail.com> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, Jul 15, 2020 at 02:31:48PM -0700, Chris Healy wrote: > esdhc0 is connected to an eMMC, so it is safe to pass the "no-sdio"/"no-sd" > properties. > > esdhc1 is wired to a standard SD socket, so pass the "no-sdio" property. > > Signed-off-by: Chris Healy > Reviewed-by: Fabio Estevam Applied, thanks.