Re: [U-Boot] Rockchip RK3288 regulator device table problem

2017-01-14 Thread Simon Glass
Hi Rick, On 3 January 2017 at 11:21, Rick Bronson wrote: > Hi Simon, > > I'm not sure what to do about (in drivers/power/regulator/rk808.c): > > static const struct rk808_reg_info rk808_ldo[] = { > { 100, 10, LDO1_ON_VSEL, 5, }, > ... > > I had to change this

Re: [U-Boot] Rockchip RK3288 regulator device table problem

2017-01-03 Thread Rick Bronson
Hi Simon, I'm not sure what to do about (in drivers/power/regulator/rk808.c): static const struct rk808_reg_info rk808_ldo[] = { { 100, 10, LDO1_ON_VSEL, 5, }, ... I had to change this table as my LDO values are different for this board. I'd like to fix it to take values

Re: [U-Boot] Rockchip RK3288 regulator device table problem

2016-12-17 Thread Simon Glass
Hi Rick, On 12 December 2016 at 09:57, Rick Bronson wrote: > Hi Simon, > >> >> On 9 December 2016 at 18:12, Rick Bronson wrote: >> > Hi All, >> > >> > How do I enable a particular regulator upon boot? I have two >> > identically set LDO entries: >> > >> >

Re: [U-Boot] Rockchip RK3288 regulator device table problem

2016-12-15 Thread Jaehoon Chung
On 12/13/2016 01:57 AM, Rick Bronson wrote: > Hi Simon, > >> >> On 9 December 2016 at 18:12, Rick Bronson wrote: >>> Hi All, >>> >>> How do I enable a particular regulator upon boot? I have two >>> identically set LDO entries: >>> >>> vccio_en: LDO_REG1 {

Re: [U-Boot] Rockchip RK3288 regulator device table problem

2016-12-12 Thread Rick Bronson
Hi Simon, > > On 9 December 2016 at 18:12, Rick Bronson wrote: > > Hi All, > > > > How do I enable a particular regulator upon boot? I have two > > identically set LDO entries: > > > > vccio_en: LDO_REG1 { > >

Re: [U-Boot] Rockchip RK3288 regulator device table problem

2016-12-11 Thread Simon Glass
Hi Rick, On 9 December 2016 at 18:12, Rick Bronson wrote: > Hi All, > > How do I enable a particular regulator upon boot? I have two > identically set LDO entries: > > vccio_en: LDO_REG1 { > regulator-always-on; >

[U-Boot] Rockchip RK3288 regulator device table problem

2016-12-09 Thread Rick Bronson
Hi All, How do I enable a particular regulator upon boot? I have two identically set LDO entries: vccio_en: LDO_REG1 { regulator-always-on; regulator-boot-on;