Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp28976imm; Wed, 25 Jul 2018 21:49:54 -0700 (PDT) X-Google-Smtp-Source: AAOMgpeEOyy5e6pia6J1zYRItV47Q4GTDFk71PNprpJIKg4JBEL6pgxENYgdQeHVpl1dOLR7kr33 X-Received: by 2002:a17:902:5582:: with SMTP id g2-v6mr485754pli.328.1532580594084; Wed, 25 Jul 2018 21:49:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1532580594; cv=none; d=google.com; s=arc-20160816; b=nrVPxBGu+FjOrnn+bHFuSoDUQpBVX9NlTJY5cSIqyPkEbnyiFCgslJknzx+NdDeGoO NEt9ij3l4Fwt/luznCrpV7mFF3TXycnpIaKJ2J9Ja6peevP2L7LIBFwiYL8av5aH2iPe 0oLNzU2wiEE9INjmsZ5V3enFuelB+M4j86VnRnQ816Z+zXvZDaHk4J5MAcrCF2rVEQJU B9YJUVLEdEqGOza2bXxtv5op3wnct5eztiyM8K0cPa6ZbRWPx18NgN5ZnFjJnQz7mXew 3lf8iVDvWL1scm4WfCXSeulr5kjS6OonGPbNcujfS7UfNH/7ynyco2HaOkMBUviqPE2M i3iw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=0nKpjcrK7ExXkYQ0P/LjSLydCjNIZUF4zNOzmP/oaLA=; b=XbhJmpXwqk9bWbO51FtN58DHGFaH0MY2FGOR3tZbaeVE3E0h55MbzL+S8Ni8GPMgyF LG/oDqONQImskpN2E0ucfH7Ct+2qZ11rQb1nVvBuHDlN0INy4jUIXkg/5b8GRntugi2v kJgWxlury6bS8p8967FaADlMm2DwzQoORsjWz3H3NikLbP248hm9CJ41koGJ9ISJURFx l758RxLCHxFjCU+MxLqgOnS2ofoc5bjrD8L5qn39dH/5EFxYgyDsUQ8+8rW2wa55uwZt zmYythI0w2r+iNLNlOWJ128lGb+6a3hxT4rcLamtfRK0cLHig6QGXBHf7YQNwBl61qDB jUpQ== 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 s13-v6si394258pgo.505.2018.07.25.21.49.37; Wed, 25 Jul 2018 21:49:54 -0700 (PDT) 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 S1728800AbeGZGDi (ORCPT + 99 others); Thu, 26 Jul 2018 02:03:38 -0400 Received: from hermes.aosc.io ([199.195.250.187]:58106 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728675AbeGZGDh (ORCPT ); Thu, 26 Jul 2018 02:03:37 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id BA0349F59A; Thu, 26 Jul 2018 04:48:35 +0000 (UTC) From: Icenowy Zheng To: Maxime Ripard , Chen-Yu Tsai Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com, Icenowy Zheng Subject: [PATCH] arm64: allwinner: dts: h6: fix Pine H64 MMC bus width Date: Thu, 26 Jul 2018 12:48:05 +0800 Message-Id: <20180726044805.55888-1-icenowy@aosc.io> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Currently the enabled MMC controllers on Pine H64 do not have bus-width set, which make them fall back to 1-bit mode and become quite slow. Fix this by add the corresponding bus-width properties. Fixes: ecbd611882a1 ("arm64: allwinner: h6: enable MMC0/2 on Pine H64") Signed-off-by: Icenowy Zheng --- arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts b/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts index ceffc40810ee..48daec7f78ba 100644 --- a/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts +++ b/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts @@ -46,6 +46,7 @@ pinctrl-0 = <&mmc0_pins>; vmmc-supply = <®_cldo1>; cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>; + bus-width = <4>; status = "okay"; }; @@ -56,6 +57,7 @@ vqmmc-supply = <®_bldo2>; non-removable; cap-mmc-hw-reset; + bus-width = <8>; status = "okay"; }; -- 2.18.0