aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Stanley <[email protected]>2021-04-08 10:48:17 +0930
committerJoel Stanley <[email protected]>2021-04-08 11:13:56 +0930
commit7aaa2074d582f8e44e1b2a66d3b96fec40cfae7a (patch)
tree8f23e001347ed968d6c7ea4cabe8c652946c1837
parent6cebf3764fea1cd4afae7a0b6f1274469c3de857 (diff)
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 <[email protected]>
-rw-r--r--arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts4
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;