From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko =?ISO-8859-1?Q?St=FCbner?= Subject: Re: [PATCH v3 1/3] arm: dts: rk3288-tinker.dtsi: Fix SD card detection Date: Wed, 13 Mar 2019 11:40:45 +0100 Message-ID: <3123627.puci4abFsC@diego> References: <20190217121513.22965-1-beagleboard@davidjohnsummers.uk> <20190309153923.22806-1-beagleboard@davidjohnsummers.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20190309153923.22806-1-beagleboard-8lkWs+DogrrqRUWtDFdff/XRex20P6io@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+glpar-linux-rockchip=m.gmane.org-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org To: David Summers Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, ulf.hansson-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, jh80.chung-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org, linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, frowand.list-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org Am Samstag, 9. M=E4rz 2019, 16:39:21 CET schrieb David Summers: > The Problem: > = > On ASUS Tinker Board S, when booting from the eMMC, and there is card > in the sd slot, there are constant errors. > = > Also when warm reboot, uboot can not access the sd slot > = > Cause: > = > Identified by Robin Murphy @ ARM. The Card Detect on rk3288 > devices is pulled up by vccio-sd; so when the regulator powers this > off, card detect gives spurious errors. A second problem, is during > power down, vccio-sd apprears to be powered down. This causes a > problem when warm rebooting from the sd card. This was identified by > Jonas Karlman. > = > History: > = > A common fault on these rk3288 board, which impliment the reference > design. > = > When this arose before: > = > http://lists.infradead.org/pipermail/linux-arm-kernel/2014-August/281153.= htm > l > = > And Ulf and Jaehoon clearly said this was a broken card detect design, > which should be solved via polling > = > Solution: > = > Hence broken-cd is set as a property. This cures the errors. The > powering down of vccio-sd during reboot is cured by adding > regulator-boot-on. > = > This solutions has been fairly widely reviewed and tested. > = > Signed-off-by: David Summers > Reviewed by: Robin Murphy > Reviewed by: Jonas Karlman > Test by: TheSaint @ ArchLinux Arm applied as fix for 5.1 with the following modifications: - new subject: "ARM: dts: rockchip: Fix SD card detection on rk3288-tinker" to match the subsystem - adapted Reviewed and Tested tags as collected from involved parties - added Fixes and Cc-stable tags (pointing to the dtsi-split only to ease load of stable maintainers, as hopefully most people will use somewhat recent kernels on sbcs] Heiko