
26 Oct
2018
26 Oct
'18
2:40 a.m.
Hi Peng,
On Thu, Oct 25, 2018 at 5:37 AM Peng Fan peng.fan@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@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.