[U-Boot] [PATCH] sunxi:Correct the LDO settings for sinovoip-bpi-m3 board

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(-)

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

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

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

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

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
participants (2)
-
Hans de Goede
-
Vishnu Patekar