Hi Peng,

On Thu, Oct 25, 2018 at 5:37 AM Peng Fan <peng....@nxp.com> wrote:
>
> Fix below build warning.
>
> arch/arm/dts/fsl-imx8qxp-mek.dtb: Warning (avoid_unnecessary_addr_size):
> /regulators: unnecessary #address-cells/#size-cells without "ranges"
> or child "reg" property
>
> Signed-off-by: Peng Fan <peng....@nxp.com>
> ---
>  arch/arm/dts/fsl-imx8qxp-mek.dts | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/arch/arm/dts/fsl-imx8qxp-mek.dts 
> b/arch/arm/dts/fsl-imx8qxp-mek.dts
> index 09ea3b4a3a..c14e1845a1 100644
> --- a/arch/arm/dts/fsl-imx8qxp-mek.dts
> +++ b/arch/arm/dts/fsl-imx8qxp-mek.dts
> @@ -18,8 +18,6 @@
>
>         regulators {
>                 compatible = "simple-bus";
> -               #address-cells = <1>;
> -               #size-cells = <0>;

The correct fix would be to move the regulators outside simple-bus.

I will send a follow up patch.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to