From: Joel Stanley Date: Thu, 8 Apr 2021 01:18:17 +0000 (+0930) Subject: ARM: dts: aspeed: everest: Add size/address cells X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7aaa2074d582f8e44e1b2a66d3b96fec40cfae7a;p=linux.git ARM: dts: aspeed: everest: Add size/address cells The gpio and fan nodes reg properties cause dtc to emit a noisy warning about relying on default sizes. Signed-off-by: Joel Stanley --- diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts index 5f8dd3cf4a3d9..3295c8c7c05c8 100644 --- a/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts +++ b/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts @@ -872,6 +872,8 @@ max31785@52 { compatible = "maxim,max31785a"; + #address-cells = <1>; + #size-cells = <0>; reg = <0x52>; fan@0 { @@ -901,6 +903,8 @@ pca0: pca9552@61 { compatible = "nxp,pca9552"; + #address-cells = <1>; + #size-cells = <0>; reg = <0x61>; gpio-controller;