public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] OF_PLATDATA questions on rk3399 platfrom
@ 2017-05-08  7:01 Ziyuan
  2017-05-20  2:29 ` Simon Glass
  0 siblings, 1 reply; 4+ messages in thread
From: Ziyuan @ 2017-05-08  7:01 UTC (permalink / raw)
  To: u-boot

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 at fe330000 {

         phys = <&emmc_phy>;
         phy-names = "phy_arasan";

     };

     grf: syscon at ff770000 {
         reg = <0x0 0xff770000 0x0 0x10000>;

         emmc_phy: phy at f780 {
             compatible = "rockchip,rk3399-emmc-phy";
             reg = <0xf780 0x24>;
             #phy-cells = <0>;
             status = "disabled";
         };
     };

  AKA, I can't use libfdt if OF_PLATDATA is enabled,  so how to get it?

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-06-21  3:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-08  7:01 [U-Boot] OF_PLATDATA questions on rk3399 platfrom Ziyuan
2017-05-20  2:29 ` Simon Glass
2017-05-23  8:36   ` Kever Yang
2017-06-21  3:29     ` Simon Glass

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox