diff options
author | Joel Stanley <joel@jms.id.au> | 2021-04-08 04:18:17 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2021-04-08 04:43:56 +0300 |
commit | 7aaa2074d582f8e44e1b2a66d3b96fec40cfae7a (patch) | |
tree | 8f23e001347ed968d6c7ea4cabe8c652946c1837 /arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts | |
parent | 6cebf3764fea1cd4afae7a0b6f1274469c3de857 (diff) | |
download | linux-7aaa2074d582f8e44e1b2a66d3b96fec40cfae7a.tar.xz |
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 <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts')
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts index 5f8dd3cf4a3d..3295c8c7c05c 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; |