Re: [U-Boot] OF_PLATDATA questions on rk3399 platfrom

2017-06-20 Thread Simon Glass
Hi Kever, On 23 May 2017 at 02:36, Kever Yang wrote: > Hi Ziyuan, Simon, > > > On 05/20/2017 10:29 AM, Simon Glass wrote: >> >> Hi Ziyuan, >> >> On 8 May 2017 at 01:01, Ziyuan wrote: >>> >>> hi simon, >>> >>> I need to achieve emmc_phy physical address in driver, so that I can >>> configure phy

Re: [U-Boot] OF_PLATDATA questions on rk3399 platfrom

2017-05-23 Thread Kever Yang
Hi Ziyuan, Simon, On 05/20/2017 10:29 AM, Simon Glass wrote: Hi Ziyuan, On 8 May 2017 at 01:01, Ziyuan wrote: hi simon, I need to achieve emmc_phy physical address in driver, so that I can configure phy in different scenarios (phy register address should be 0xff77f780). see below: sdhc

Re: [U-Boot] OF_PLATDATA questions on rk3399 platfrom

2017-05-19 Thread Simon Glass
Hi Ziyuan, On 8 May 2017 at 01:01, Ziyuan wrote: > hi simon, > > I need to achieve emmc_phy physical address in driver, so that I can > configure phy in different scenarios (phy register address should be > 0xff77f780). see below: > sdhci: sdhci@fe33 { > > phys = <&emmc_phy>; >

[U-Boot] OF_PLATDATA questions on rk3399 platfrom

2017-05-08 Thread Ziyuan
hi simon, I need to achieve emmc_phy physical address in driver, so that I can configure phy in different scenarios (phy register address should be 0xff77f780). see below: sdhci: sdhci@fe33 { phys = <&emmc_phy>; phy-names = "phy_arasan"; }; grf: syscon@ff7700