* [U-Boot] [PATCH] sunxi:Correct the LDO settings for sinovoip-bpi-m3 board
@ 2016-03-21 14:28 Vishnu Patekar
2016-03-21 14:28 ` [U-Boot] [PATCH] sunxi: sinovoip-bpi-m3: drop LDO settings from defconfig Vishnu Patekar
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Vishnu Patekar @ 2016-03-21 14:28 UTC (permalink / raw)
To: u-boot
Hello,
I forgot to post this patch, Thanks to Kevin Chua Soon Jia <k526816@hotmail.com>
who reported that latest mainline u-boot fail to boot and reminded me to post it.
For Banana-pi m3, ALDO must not be set to zero, default settings are same as
mentioned Sinovoip Bpi-m3 schematic.
Vishnu Patekar (1):
sunxi: sinovoip-bpi-m3: drop LDO settings from defconfig
configs/Sinovoip_BPI_M3_defconfig | 3 ---
1 file changed, 3 deletions(-)
--
1.9.1
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] [PATCH] sunxi: sinovoip-bpi-m3: drop LDO settings from defconfig
2016-03-21 14:28 [U-Boot] [PATCH] sunxi:Correct the LDO settings for sinovoip-bpi-m3 board Vishnu Patekar
@ 2016-03-21 14:28 ` Vishnu Patekar
2016-03-22 3:03 ` [U-Boot] [PATCH] sunxi:Correct the LDO settings for sinovoip-bpi-m3 board Vishnu Patekar
2016-03-22 21:47 ` Hans de Goede
2 siblings, 0 replies; 6+ messages in thread
From: Vishnu Patekar @ 2016-03-21 14:28 UTC (permalink / raw)
To: u-boot
Kconfig default settings are same as mentioned Sinovoip
Bpi-m3 schematic.
As axp818 ALDO support is enabled, it causes bpi-m3 fail to boot
if ALDOs are set to 0.
Signed-off-by: Vishnu Patekar <vishnupatekar0510@gmail.com>
---
configs/Sinovoip_BPI_M3_defconfig | 3 ---
1 file changed, 3 deletions(-)
diff --git a/configs/Sinovoip_BPI_M3_defconfig b/configs/Sinovoip_BPI_M3_defconfig
index b96be50..eae7191 100644
--- a/configs/Sinovoip_BPI_M3_defconfig
+++ b/configs/Sinovoip_BPI_M3_defconfig
@@ -21,6 +21,3 @@ CONFIG_AXP_DCDC2_VOLT=900
CONFIG_AXP_DCDC3_VOLT=900
CONFIG_AXP_DCDC4_VOLT=0
CONFIG_AXP_DCDC5_VOLT=1200
-CONFIG_AXP_ALDO2_VOLT=0
-CONFIG_AXP_ALDO3_VOLT=0
-CONFIG_AXP_DLDO4_VOLT=0
--
1.9.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [U-Boot] [PATCH] sunxi:Correct the LDO settings for sinovoip-bpi-m3 board
2016-03-21 14:28 [U-Boot] [PATCH] sunxi:Correct the LDO settings for sinovoip-bpi-m3 board Vishnu Patekar
2016-03-21 14:28 ` [U-Boot] [PATCH] sunxi: sinovoip-bpi-m3: drop LDO settings from defconfig Vishnu Patekar
@ 2016-03-22 3:03 ` Vishnu Patekar
2016-03-22 8:19 ` Hans de Goede
2016-03-22 21:47 ` Hans de Goede
2 siblings, 1 reply; 6+ messages in thread
From: Vishnu Patekar @ 2016-03-22 3:03 UTC (permalink / raw)
To: u-boot
Hello Hans,
This patch is base on u-boot-sunxi next.
I see it's far behind the u-boot master.
Aren't we using u-boot-sunxi next ?(
http://git.denx.de/?p=u-boot/u-boot-sunxi.git;a=shortlog;h=refs/heads/next)
Regards,
Vishnu
On Mon, Mar 21, 2016 at 10:28 PM, Vishnu Patekar
<vishnupatekar0510@gmail.com> wrote:
> Hello,
>
> I forgot to post this patch, Thanks to Kevin Chua Soon Jia <k526816@hotmail.com>
> who reported that latest mainline u-boot fail to boot and reminded me to post it.
>
> For Banana-pi m3, ALDO must not be set to zero, default settings are same as
> mentioned Sinovoip Bpi-m3 schematic.
>
> Vishnu Patekar (1):
> sunxi: sinovoip-bpi-m3: drop LDO settings from defconfig
>
> configs/Sinovoip_BPI_M3_defconfig | 3 ---
> 1 file changed, 3 deletions(-)
>
> --
> 1.9.1
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] [PATCH] sunxi:Correct the LDO settings for sinovoip-bpi-m3 board
2016-03-22 3:03 ` [U-Boot] [PATCH] sunxi:Correct the LDO settings for sinovoip-bpi-m3 board Vishnu Patekar
@ 2016-03-22 8:19 ` Hans de Goede
2016-03-22 8:20 ` Hans de Goede
0 siblings, 1 reply; 6+ messages in thread
From: Hans de Goede @ 2016-03-22 8:19 UTC (permalink / raw)
To: u-boot
Hi,
On 22-03-16 04:03, Vishnu Patekar wrote:
> Hello Hans,
> This patch is base on u-boot-sunxi next.
>
> I see it's far behind the u-boot master.
> Aren't we using u-boot-sunxi next ?(
> http://git.denx.de/?p=u-boot/u-boot-sunxi.git;a=shortlog;h=refs/heads/next)
I usually push to next when preparing a pull-req, and
I've not submitted a pull-req in a while (I will do so soon).
About your patch, the initial mail only had a cover letter and seems to
missing the actual patch, can you please resend it ?
Regards,
Hans
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] [PATCH] sunxi:Correct the LDO settings for sinovoip-bpi-m3 board
2016-03-22 8:19 ` Hans de Goede
@ 2016-03-22 8:20 ` Hans de Goede
0 siblings, 0 replies; 6+ messages in thread
From: Hans de Goede @ 2016-03-22 8:20 UTC (permalink / raw)
To: u-boot
Hi,
On 22-03-16 09:19, Hans de Goede wrote:
<snip>
> About your patch, the initial mail only had a cover letter and seems to
> missing the actual patch, can you please resend it ?
Never mind, my bad I've found it.
Regards,
Hans
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] [PATCH] sunxi:Correct the LDO settings for sinovoip-bpi-m3 board
2016-03-21 14:28 [U-Boot] [PATCH] sunxi:Correct the LDO settings for sinovoip-bpi-m3 board Vishnu Patekar
2016-03-21 14:28 ` [U-Boot] [PATCH] sunxi: sinovoip-bpi-m3: drop LDO settings from defconfig Vishnu Patekar
2016-03-22 3:03 ` [U-Boot] [PATCH] sunxi:Correct the LDO settings for sinovoip-bpi-m3 board Vishnu Patekar
@ 2016-03-22 21:47 ` Hans de Goede
2 siblings, 0 replies; 6+ messages in thread
From: Hans de Goede @ 2016-03-22 21:47 UTC (permalink / raw)
To: u-boot
Hi,
On 21-03-16 15:28, Vishnu Patekar wrote:
> Hello,
>
> I forgot to post this patch, Thanks to Kevin Chua Soon Jia <k526816@hotmail.com>
> who reported that latest mainline u-boot fail to boot and reminded me to post it.
>
> For Banana-pi m3, ALDO must not be set to zero, default settings are same as
> mentioned Sinovoip Bpi-m3 schematic.
Thanks, applied.
Regards,
Hans
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-03-22 21:47 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-21 14:28 [U-Boot] [PATCH] sunxi:Correct the LDO settings for sinovoip-bpi-m3 board Vishnu Patekar
2016-03-21 14:28 ` [U-Boot] [PATCH] sunxi: sinovoip-bpi-m3: drop LDO settings from defconfig Vishnu Patekar
2016-03-22 3:03 ` [U-Boot] [PATCH] sunxi:Correct the LDO settings for sinovoip-bpi-m3 board Vishnu Patekar
2016-03-22 8:19 ` Hans de Goede
2016-03-22 8:20 ` Hans de Goede
2016-03-22 21:47 ` Hans de Goede
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox