Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp2443793ybl; Mon, 20 Jan 2020 03:06:38 -0800 (PST) X-Google-Smtp-Source: APXvYqwvVqFggFLLyy2YlUmxLdjuw0hVnFKszINxzby2rYdmpjdWpYoBOIugGEFpUhowpLx4wYFG X-Received: by 2002:aca:2112:: with SMTP id 18mr11858043oiz.155.1579518398062; Mon, 20 Jan 2020 03:06:38 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1579518398; cv=none; d=google.com; s=arc-20160816; b=ZKnjrxQ63/H2tdaEsxXuf9mbeg2LloMkzE2Q2SL0M0PFUU7W8M1HX1Eqtj3fP7l04N qHWTRRenqbkMD8b8J+TYQwJE2/ckj/L3gs/C0grVxEX5EwbbQdjfkKyGSC7xseNW4c+w +9Y7SYrclc9CbDjqueA21mAlDtkZ7x62sp1OJoBeqycfcOUECnJkdqpxFxMuK00zGujL kKc2iJHT9bZoSgjCZbuVPl5SQjJHNCRNUjiOiS03TnoxWqEFf6p/z6ats6d0TDe2nTM2 v4GLe2RvgqSzQ9IHhgfGdnq+CebZ91HwU9FQDxh9xsjyzaHlRuHG5I9mGTK9xHS5pzq2 PyoA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:date:cc:to:from:subject:message-id; bh=1C6W/XTqjKBZUnv77k5D2Xkvkra69dAc3+PfedFt6D0=; b=EaWY5hyAxa5HU8DjwaJmgk9FKMqWrqz3m4WAbPDeSgFqEXtgVpAjb/toP6QpNZk+5P EIlrtKHGidljtWCFCcH4awRwtCjkNj1bqG+EfUXiAPnw99TvQSVVREiSRZlyPHyyflDV mcWtbneFYHnEVsna+ZqZ3C3c0l+fOs+JdQE9nNdkRewSOrnt3b1/Mo+1DDcz4nX9rCOp RnL1GZUbNbV2Bce59MVznVlqhpir4PRRWNeoVz4Hu28H3CPJI1QHXlq7kAKzjsyzpC0T 7Juo3ptZYwZtZlFBX1Rk9C7EqHMgXppk5frrXsYgja5RM9N210patc9lpOTtso4ziXYP B52A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f15si17948708oib.61.2020.01.20.03.06.25; Mon, 20 Jan 2020 03:06:38 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726897AbgATLEB (ORCPT + 99 others); Mon, 20 Jan 2020 06:04:01 -0500 Received: from mx2.suse.de ([195.135.220.15]:35194 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726148AbgATLEB (ORCPT ); Mon, 20 Jan 2020 06:04:01 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 5AAEEAB98; Mon, 20 Jan 2020 11:03:59 +0000 (UTC) Message-ID: <936f10bbeca467ea8ebc669280a50c688730689d.camel@suse.de> Subject: Re: [PATCH] ARM: dts: bcm2711: Use bcm2711 compatible for sdhci From: Nicolas Saenz Julienne To: Stephen Brennan Cc: Mark Rutland , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Rob Herring , bcm-kernel-feedback-list@broadcom.com, linux-arm-kernel@lists.infradead.org, linux-rpi-kernel@lists.infradead.org Date: Mon, 20 Jan 2020 12:03:51 +0100 In-Reply-To: <20200120041740.193485-1-stephen@brennan.io> References: <20200120041740.193485-1-stephen@brennan.io> Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="=-1hEev43/tJ9sBH/p5ozK" User-Agent: Evolution 3.34.3 MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --=-1hEev43/tJ9sBH/p5ozK Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi Stephen, On Sun, 2020-01-19 at 20:17 -0800, Stephen Brennan wrote: > When booting Raspberry Pi 4B using a micro SDHC UHS class 1 card, the SD > card partitions never appear in /dev. According to the device tree > bindings for Broadcom IPROC SDHCI controller, we should use > "brcm,bcm2711-emmc2" compatible string on BCM2711. Set this compatible > string, which allows these cards to be mounted. >=20 > Signed-off-by: Stephen Brennan Your UHS class 1 card should work out of the box using the current kernel version. Note that the device node is defined here: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arc= h/arm/boot/dts/bcm2711.dtsi?h=3Dv5.5-rc7#n255 and enabled here: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arc= h/arm/boot/dts/bcm2711-rpi-4-b.dts?h=3Dv5.5-rc7#n98 Regards, Nicolas --=-1hEev43/tJ9sBH/p5ozK Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEErOkkGDHCg2EbPcGjlfZmHno8x/4FAl4liRcACgkQlfZmHno8 x/4HgAf+NZ4dXRnz4viAUpt3yt45XQkO90pfw8tprx62Kg/wpWACbrlLmpQFPAN1 J+TyaIUKBbYtLbEnpt2uXERW80/KfLJYTdoRf5cxFA9GUzGgMNQwr8Oy+L9VPXRm sdYrsAZYC9DsSyHdUsxiDlOAGTDoWGvoogcpXML1xj9M/SDrNM2zUGLM2tIBJNGf YN3/iq25yumk1zFVJ9Jp3zWEjGxUIUGenWgzVw/2G2GGyYByHM99lNa/M9dDPnrW l8O8RaDq/S+qBeEPdRsInN4ZKIv/adIASRHbuM4ExTpJ+ecvOmVotfdNBZCBLE4K fdGlhkO0iOwNtO0KiYA6IUdBjGNzMQ== =Inmb -----END PGP SIGNATURE----- --=-1hEev43/tJ9sBH/p5ozK--