Re: [PATCH 4/4] regulator/of_get_regulator: add child path to find the regulator supplier

2018-11-13 Thread Mark Brown
On Mon, Nov 12, 2018 at 01:53:07PM +0800, zoro wrote: > when the VIR_LDO1 regulator supplier is it's brother, > we can't find the supplier. I don't have the rest of this series or a cover letter, what's going on with dependencies here? signature.asc Description: PGP signature

Re: [PATCH 4/4] regulator/of_get_regulator: add child path to find the regulator supplier

2018-11-13 Thread Mark Brown
On Mon, Nov 12, 2018 at 01:53:07PM +0800, zoro wrote: > when the VIR_LDO1 regulator supplier is it's brother, > we can't find the supplier. I don't have the rest of this series or a cover letter, what's going on with dependencies here? signature.asc Description: PGP signature

[PATCH 4/4] regulator/of_get_regulator: add child path to find the regulator supplier

2018-11-11 Thread zoro
when the VIR_LDO1 regulator supplier is it's brother, we can't find the supplier. example code : _regulator { ldo0_vir: ldo0-virtual { regulator-compatible = "VIR_LDO0"; regulator-name= "VIR_LDO0"; regulator-min-microvolt = <100>;

[PATCH 4/4] regulator/of_get_regulator: add child path to find the regulator supplier

2018-11-11 Thread zoro
when the VIR_LDO1 regulator supplier is it's brother, we can't find the supplier. example code : _regulator { ldo0_vir: ldo0-virtual { regulator-compatible = "VIR_LDO0"; regulator-name= "VIR_LDO0"; regulator-min-microvolt = <100>;