Commit 7aaa2074 authored by Joel Stanley's avatar Joel Stanley

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: default avatarJoel Stanley <joel@jms.id.au>
parent 6cebf376
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment