From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kever Yang Date: Wed, 18 Jan 2017 14:37:41 +0800 Subject: [U-Boot] of-platdata address map decode for 64-bits Message-ID: <587F0D35.6070608@rock-chips.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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