diff mbox

[U-Boot,PATCHv3,1/2] ARM: dts: sunxi: Change node name for pwrseq pin on Olinuxino-lime2-emmc

Message ID 20170504095707.15807-2-oliver@schinagl.nl
State Superseded
Delegated to: Jagannadha Sutradharudu Teki
Headers show

Commit Message

Olliver Schinagl May 4, 2017, 9:57 a.m. UTC
From: Emmanuel Vadot <manu@bidouilliste.com>

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.

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

Comments

Maxime Ripard May 5, 2017, 8:02 a.m. UTC | #1
On Thu, May 04, 2017 at 11:57:06AM +0200, Olliver Schinagl wrote:
> From: Emmanuel Vadot <manu@bidouilliste.com>
> 
> 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.
> 
> Signed-off-by: Emmanuel Vadot <manu@bidouilliste.com>
> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>

This needs your Signed-off-by too.

Maxime
Olliver Schinagl May 5, 2017, 10:06 a.m. UTC | #2
I can resend it if everything else is okay

On 05-05-17 10:02, Maxime Ripard wrote:
> On Thu, May 04, 2017 at 11:57:06AM +0200, Olliver Schinagl wrote:
>> From: Emmanuel Vadot <manu@bidouilliste.com>
>>
>> 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.
>>
>> Signed-off-by: Emmanuel Vadot <manu@bidouilliste.com>
>> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
>
> This needs your Signed-off-by too.
>
> Maxime
>
diff mbox

Patch

diff --git a/arch/arm/dts/sun7i-a20-olinuxino-lime2-emmc.dts b/arch/arm/dts/sun7i-a20-olinuxino-lime2-emmc.dts
index 5ea4915f6d..10d307408f 100644
--- a/arch/arm/dts/sun7i-a20-olinuxino-lime2-emmc.dts
+++ b/arch/arm/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>;