mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-24 23:45:34 +00:00
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:
parent
6cebf3764f
commit
7aaa2074d5
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user