Re: [U-Boot] [PATCH] ARM: dts: fsl-imx8qxp-mek: Move regulator outside "simple-bus"

2018-10-25 Thread Peng Fan
> -Original Message- > From: Fabio Estevam [mailto:feste...@gmail.com] > Sent: 2018年10月26日 8:57 > To: Peng Fan > Cc: Stefano Babic ; U-Boot-Denx > Subject: Re: [PATCH] ARM: dts: fsl-imx8qxp-mek: Move regulator outside > "simple-bus" > > Hi Peng, > > On Thu, Oct 25, 2018 at 9:54 PM

Re: [U-Boot] [PATCH] ARM: dts: fsl-imx8qxp-mek: Move regulator outside "simple-bus"

2018-10-25 Thread Fabio Estevam
Hi Peng, On Thu, Oct 25, 2018 at 9:54 PM Peng Fan wrote: > > - regulators { > > Will it be better to keep regulators node? Currently it only has the usdhc2, > but in future, > the usb regulator will also be added. When USB regulator gets added it will stay below the usdhc2 regulator. No

Re: [U-Boot] [PATCH] ARM: dts: fsl-imx8qxp-mek: Move regulator outside "simple-bus"

2018-10-25 Thread Peng Fan
Hi Fabio, > -Original Message- > From: Fabio Estevam [mailto:feste...@gmail.com] > Sent: 2018年10月26日 8:50 > To: sba...@denx.de > Cc: Peng Fan ; u-boot@lists.denx.de; Fabio Estevam > > Subject: [PATCH] ARM: dts: fsl-imx8qxp-mek: Move regulator outside > "simple-bus" > > Commit

[U-Boot] [PATCH] ARM: dts: fsl-imx8qxp-mek: Move regulator outside "simple-bus"

2018-10-25 Thread Fabio Estevam
Commit 3c28576bb0f0 ("arm: dts: imx8qxp: fix build warining") fixed the dts warning by removing the unnecessary #address-cells/#size-cells, but the recommendation for regulators is not to place them under "simple-bus", so move the reg_usdhc2_vmmc regulator accordingly. Signed-off-by: Fabio