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>
This commit is contained in:
Joel Stanley 2021-04-08 10:48:17 +09:30
parent 6cebf3764f
commit 7aaa2074d5

View file

@ -872,6 +872,8 @@ i2c14mux0chn3: i2c@3 {
max31785@52 {
compatible = "maxim,max31785a";
#address-cells = <1>;
#size-cells = <0>;
reg = <0x52>;
fan@0 {
@ -901,6 +903,8 @@ fan@3 {
pca0: pca9552@61 {
compatible = "nxp,pca9552";
#address-cells = <1>;
#size-cells = <0>;
reg = <0x61>;
gpio-controller;