Re: [U-Boot] [PATCH 16/17] imx: add dtsi for i.MX8MN

2019-12-04 Thread Troy Kisky
On 12/3/2019 6:13 PM, Peng Fan wrote: Troy >> >> So, is this code buggy ? > > Yes, please use devfdt_get_addr_size_index > > Regards, > Peng. > Thanks, that was my problem. BR Troy

RE: [U-Boot] [PATCH 16/17] imx: add dtsi for i.MX8MN

2019-12-03 Thread Peng Fan
> Subject: Re: [U-Boot] [PATCH 16/17] imx: add dtsi for i.MX8MN > > On 12/3/2019 5:07 PM, Peng Fan wrote: > > > > > >> -Original Message- > >> From: Troy Kisky > >> Sent: 2019年12月4日 6:54 > >> To: Peng Fan ; Stefano Babic ; > >

Re: [U-Boot] [PATCH 16/17] imx: add dtsi for i.MX8MN

2019-12-03 Thread Troy Kisky
On 12/3/2019 5:07 PM, Peng Fan wrote: > > >> -Original Message- >> From: Troy Kisky >> Sent: 2019年12月4日 6:54 >> To: Peng Fan ; Stefano Babic ; >> u-boot@lists.denx.de >> Subject: re: [U-Boot] [PATCH 16/17] imx: add dtsi for i.MX8MN >>

RE: [U-Boot] [PATCH 16/17] imx: add dtsi for i.MX8MN

2019-12-03 Thread Peng Fan
> -Original Message- > From: Troy Kisky > Sent: 2019年12月4日 6:54 > To: Peng Fan ; Stefano Babic ; > u-boot@lists.denx.de > Subject: re: [U-Boot] [PATCH 16/17] imx: add dtsi for i.MX8MN > > |+ gpio1: gpio@3020 { > |+

re: [U-Boot] [PATCH 16/17] imx: add dtsi for i.MX8MN

2019-12-03 Thread Troy Kisky
|+ gpio1: gpio@3020 { |+ compatible = "fsl,imx8mn-gpio", |"fsl,imx35-gpio"; |+ reg = <0x3020 0x1>; Should these be 64 bit addresses ? tkisky@OS2:~/u-boot$ make imx8mn_ddr4_evk_defconfig # #

[U-Boot] [PATCH 16/17] imx: add dtsi for i.MX8MN

2019-09-15 Thread Peng Fan
Add dtsi for i.MX8MN Signed-off-by: Peng Fan --- arch/arm/dts/imx8mn-pinfunc.h| 646 arch/arm/dts/imx8mn.dtsi | 712 +++ include/dt-bindings/clock/imx8mn-clock.h | 215 ++ 3 files changed, 1573