All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] of-platdata address map decode for 64-bits
@ 2017-01-18  6:37 Kever Yang
  2017-01-26 14:22 ` Simon Glass
  0 siblings, 1 reply; 8+ messages in thread
From: Kever Yang @ 2017-01-18  6:37 UTC (permalink / raw)
  To: u-boot

Hi Simon,

     For my rk3399(64bit) dts, the address is described as below:
#address-cells = <2>;
reg = <0x0 0xfe320000 0x0 0x4000>;

not like 32-bit soc which reg address describe like:
reg = <0xfe320000 0x4000>;

     There should have some update for this dts decode, right?
like:
map_sysmem()
regmap_init_mem_platdata()

     Do you have a idea to update all these kind of function call?
It will be very great if you can send a patch for it.

Thanks,
- Kever

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

end of thread, other threads:[~2017-02-22  4:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-18  6:37 [U-Boot] of-platdata address map decode for 64-bits Kever Yang
2017-01-26 14:22 ` Simon Glass
2017-02-05  0:30   ` Kever Yang
2017-02-08  5:10     ` Simon Glass
2017-02-13  8:13       ` Kever Yang
2017-02-14  5:31         ` Simon Glass
2017-02-21 13:08           ` Kever Yang
2017-02-22  4:00             ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.