mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 03:24:19 +02: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 @@ 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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user