Re: [U-Boot] [PATCH 3/3] configs: odroid-xu3: enable the configs relevant to regulator

2018-01-23 Thread Jaehoon Chung
On 01/24/2018 01:04 AM, Anand Moon wrote: > Hi Jaehoon Chung, > > On 16 January 2018 at 12:03, Jaehoon Chung wrote: >> Enable the CONFIG_CMD_REGULATOR and CONFIG_DM_REGULATOR_S2MPS11. >> >> Signed-off-by: Jaehoon Chung >> --- >>

Re: [U-Boot] [PATCH 3/3] configs: odroid-xu3: enable the configs relevant to regulator

2018-01-23 Thread Anand Moon
Hi Jaehoon Chung, On 16 January 2018 at 12:03, Jaehoon Chung wrote: > Enable the CONFIG_CMD_REGULATOR and CONFIG_DM_REGULATOR_S2MPS11. > > Signed-off-by: Jaehoon Chung > --- > configs/odroid-xu3_defconfig | 2 ++ > 1 file changed, 2 insertions(+)

Re: [U-Boot] [PATCH 3/3] configs: odroid-xu3: enable the configs relevant to regulator

2018-01-17 Thread Simon Glass
On 15 January 2018 at 22:33, Jaehoon Chung wrote: > Enable the CONFIG_CMD_REGULATOR and CONFIG_DM_REGULATOR_S2MPS11. > > Signed-off-by: Jaehoon Chung > --- > configs/odroid-xu3_defconfig | 2 ++ > 1 file changed, 2 insertions(+) Reviewed-by:

[U-Boot] [PATCH 3/3] configs: odroid-xu3: enable the configs relevant to regulator

2018-01-15 Thread Jaehoon Chung
Enable the CONFIG_CMD_REGULATOR and CONFIG_DM_REGULATOR_S2MPS11. Signed-off-by: Jaehoon Chung --- configs/odroid-xu3_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/odroid-xu3_defconfig b/configs/odroid-xu3_defconfig index 976c06a29d..11b1c8bf11