[U-Boot] [PATCH] arm: dts: imx8qxp: fix build warining
Fabio Estevam
festevam at gmail.com
Fri Oct 26 00:40:32 UTC 2018
Hi Peng,
On Thu, Oct 25, 2018 at 5:37 AM Peng Fan <peng.fan at 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.fan at 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.
More information about the U-Boot
mailing list