Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1541968

[PATCH v2] ARM: dts: sunxi: Change node name for pwrseq pin on Olinuxino-lime2-emmc

Path csiph.com!news.mixmin.net!news.unit0.net!news.panservice.it!bofh.it!news.nic.it!robomod
From Emmanuel Vadot <manu@bidouilliste.com>
Newsgroups linux.kernel
Subject [PATCH v2] ARM: dts: sunxi: Change node name for pwrseq pin on Olinuxino-lime2-emmc
Date Wed, 14 Dec 2016 16:00:01 +0100
Message-ID <sOjcd-7GR-15@gated-at.bofh.it> (permalink)
X-Original-To robh+dt@kernel.org, mark.rutland@arm.com, linux@armlinux.org.uk, maxime.ripard@free-electrons.com, wens@csie.org
Dkim-Signature v=1; a=rsa-sha1; c=relaxed; d=bidouilliste.com; h=from :to:cc:subject:date:message-id; s=mail; bh=nmXjDMdrrc8l7emhfclDE umCZZg=; b=FW9jf0fpK9nO86TlM6KCCcKl+YvDeoIwrlsPY+gPPliXUozvFIrLL ahrWLXJdjCib8K0BYoVB0yTa62wAk4mNTwXI1w8xl6+YNQgvYvRR/J+DhU0VpN3h YSm8iSlZzTm+uTai5EYsb2mFOM6oUIDWn11/XoCM8BQrai6Cw1xaus=
Domainkey-Signature a=rsa-sha1; c=nofws; d=bidouilliste.com; h=from:to :cc:subject:date:message-id; q=dns; s=mail; b=in9/2k31il3W1FiZdR jVGOskRIRzfIdZSPP+DK16IsuJ3Nflwt626QTVB7pyAMxRkuAqJx72rlXkvwb1BZ plTxJrB7sHbWA6nmlJ3MeV7cBE7TxTf0rUVb3R8IPZPjnzWlIiBW4WsSpIHjnmos vOeGiF4P0QOt1jwW6xDxi0ztM=
X-Mailer git-send-email 2.9.2
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 28
Organization linux.* mail to news gateway
X-Original-Cc devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Emmanuel Vadot <manu@bidouilliste.com>
X-Original-Date Wed, 14 Dec 2016 15:57:24 +0100
X-Original-Message-ID <20161214145724.42745-1-manu@bidouilliste.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1541968

Show key headers only | View raw


The node name for the power seq pin is mmc2@0 like the mmc2_pins_a one.
This makes the original node (mmc2_pins_a) scrapped out of the dtb and
result in a unusable eMMC if U-Boot didn't configured the pins to the
correct functions.

Changes since v1:
 * Rename the node mmc2-rst-pin

Signed-off-by: Emmanuel Vadot <manu@bidouilliste.com>
---
 arch/arm/boot/dts/sun7i-a20-olinuxino-lime2-emmc.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/sun7i-a20-olinuxino-lime2-emmc.dts b/arch/arm/boot/dts/sun7i-a20-olinuxino-lime2-emmc.dts
index 5ea4915..10d3074 100644
--- a/arch/arm/boot/dts/sun7i-a20-olinuxino-lime2-emmc.dts
+++ b/arch/arm/boot/dts/sun7i-a20-olinuxino-lime2-emmc.dts
@@ -56,7 +56,7 @@
 };
 
 &pio {
-	mmc2_pins_nrst: mmc2@0 {
+	mmc2_pins_nrst: mmc2-rst-pin {
 		allwinner,pins = "PC16";
 		allwinner,function = "gpio_out";
 		allwinner,drive = <SUN4I_PINCTRL_10_MA>;
-- 
2.9.2

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2] ARM: dts: sunxi: Change node name for pwrseq pin on Olinuxino-lime2-emmc Emmanuel Vadot <manu@bidouilliste.com> - 2016-12-14 16:00 +0100
  Re: [PATCH v2] ARM: dts: sunxi: Change node name for pwrseq pin on  Olinuxino-lime2-emmc Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-12-14 16:40 +0100
    Re: [PATCH v2] ARM: dts: sunxi: Change node name for pwrseq pin on  Olinuxino-lime2-emmc Emmanuel Vadot <manu@bidouilliste.com> - 2016-12-15 12:40 +0100
      Re: [PATCH v2] ARM: dts: sunxi: Change node name for pwrseq pin on  Olinuxino-lime2-emmc Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-12-15 13:20 +0100

csiph-web