Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp7805002ybc; Fri, 29 Nov 2019 01:15:50 -0800 (PST) X-Google-Smtp-Source: APXvYqxwRWH4ZXbI0nocVjIt5OLIf2y9Pep8F/6mUy+WIN0VSEDj9OtaJFes/C2sZ0WBuPH6GZsW X-Received: by 2002:a17:906:9458:: with SMTP id z24mr58903319ejx.289.1575018950690; Fri, 29 Nov 2019 01:15:50 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1575018950; cv=none; d=google.com; s=arc-20160816; b=Ph9AuwW1BwXtxTpTPDlXIYlOU+m8kksv8X7knQEZ6UcHso6AREaYZIH1ymENesBPef gqwGjJ7beU/8R1UO8johKwe6bjIQe2ZF3RyI2mTIhi6J+eNkGeZwoWcDatg7MPy5k8LX Id+1wksJrdw+MeiVAJwSquSg9+e4YXi1deDa1mWblc5nxFYjLep5COJ/R65pRfbxL9G6 Y9Bg0lYTdMGaXEKyeYCbqYWGV5FzXkYxvHVDyu8htd7/q794Zp+BE4Xx/L01VTc28utS 8ljCdbWVFKYmV/JCjTJOxSwtmz3eXetoF/mxKuSJ6FYC93WjXNrAPzW2Z13uT+GQFp98 o+NQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=YB5y0wX7S0HiD0zo8Q60X/seXrx3QKokWqzmFZpylXw=; b=kJKUysa46PGFDFPqllafyjyy8YasReBz9Az0Wl6DcAvoPTgIJmzL204supV3STs09L PLFE0WTLnajZCkPIOWsXKRRWjcEEYyaPYEr6vNyZmsqKH/dPA7E29Of4FwfL4AsdbbTC OrzeyAWdA/RyyX3LXXKZ1lTH1FLsLIp1TZ4Wzi5JdQXUpEdje5TJc7OkLcO5Xh81kbfP vxDe6XknPpsush00facc7DerZJv1uVovXEv+lkG7twqQWNDDgizM5s3FiqYuvI0c2La9 8yWYMmXfIUZZVporwlwBLDhyXg+eGb/BfbadWU8YMwnHDqrt43BUvsUSLRkGH3lb1H3Q u57Q== 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 n11si2903870ejs.314.2019.11.29.01.15.26; Fri, 29 Nov 2019 01:15:50 -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 S1726889AbfK2JOM (ORCPT + 99 others); Fri, 29 Nov 2019 04:14:12 -0500 Received: from olimex.com ([184.105.72.32]:37231 "EHLO olimex.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725892AbfK2JOJ (ORCPT ); Fri, 29 Nov 2019 04:14:09 -0500 Received: from localhost.localdomain ([94.155.250.134]) by olimex.com with ESMTPSA (ECDHE-RSA-AES128-GCM-SHA256:TLSv1.2:Kx=ECDH:Au=RSA:Enc=AESGCM(128):Mac=AEAD) (SMTP-AUTH username stefan@olimex.com, mechanism PLAIN) for ; Fri, 29 Nov 2019 01:13:59 -0800 From: Stefan Mavrodiev To: Maxime Ripard , Chen-Yu Tsai , Rob Herring , Mark Rutland , linux-arm-kernel@lists.infradead.org (moderated list:ARM/Allwinner sunXi SoC support), devicetree@vger.kernel.org (open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS), linux-kernel@vger.kernel.org (open list) Cc: linux-sunxi@googlegroups.com, Stefan Mavrodiev Subject: [PATCH 1/3] arm64: dts: allwinner: a64: olinuxino: Fix eMMC supply regulator Date: Fri, 29 Nov 2019 11:13:34 +0200 Message-Id: <20191129091336.13104-2-stefan@olimex.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20191129091336.13104-1-stefan@olimex.com> References: <20191129091336.13104-1-stefan@olimex.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org A64-OLinuXino-eMMC uses 1.8V for eMMC supply. This is done via a triple jumper, which sets VCC-PL to either 1.8V or 3.3V. This setting is different for boards with and without eMMC. This is not a big issue for DDR52 mode, however the eMMC will not work in HS200/HS400, since these modes explicitly requires 1.8V. Signed-off-by: Stefan Mavrodiev --- arch/arm64/boot/dts/allwinner/sun50i-a64-olinuxino-emmc.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-olinuxino-emmc.dts b/arch/arm64/boot/dts/allwinner/sun50i-a64-olinuxino-emmc.dts index 96ab0227e82d..7d135decbd53 100644 --- a/arch/arm64/boot/dts/allwinner/sun50i-a64-olinuxino-emmc.dts +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-olinuxino-emmc.dts @@ -14,8 +14,8 @@ &mmc2 { pinctrl-names = "default"; pinctrl-0 = <&mmc2_pins>; - vmmc-supply = <®_dcdc1>; - vqmmc-supply = <®_dcdc1>; + vmmc-supply = <®_eldo1>; + vqmmc-supply = <®_eldo1>; bus-width = <8>; non-removable; cap-mmc-hw-reset; -- 2.17.1