Re: [PATCH] arm64: dts: qcom: qcs404-evb: fix vdd_apc supply

2019-06-20 Thread Niklas Cassel
On Wed, Jun 19, 2019 at 08:16:53PM +0200, Jorge Ramirez-Ortiz wrote: > The invalid definition in the supply causes the Qualcomm's EVB-1000 > and EVB-4000 not to boot. > > Fix the boot issue by correctly defining the supply: vdd_s3 (namely > "vdd_apc") is actually connected to vph_pwr. > > Reporte

Re: [PATCH] arm64: dts: qcom: qcs404-evb: fix vdd_apc supply

2019-06-19 Thread Bjorn Andersson
On Wed 19 Jun 11:16 PDT 2019, Jorge Ramirez-Ortiz wrote: > The invalid definition in the supply causes the Qualcomm's EVB-1000 > and EVB-4000 not to boot. > > Fix the boot issue by correctly defining the supply: vdd_s3 (namely > "vdd_apc") is actually connected to vph_pwr. > Reviewed-by: Bjorn

[PATCH] arm64: dts: qcom: qcs404-evb: fix vdd_apc supply

2019-06-19 Thread Jorge Ramirez-Ortiz
The invalid definition in the supply causes the Qualcomm's EVB-1000 and EVB-4000 not to boot. Fix the boot issue by correctly defining the supply: vdd_s3 (namely "vdd_apc") is actually connected to vph_pwr. Reported-by: Niklas Cassel Tested-by: Jorge Ramirez-Ortiz Signed-off-by: Jorge Ramirez-O