lantiq: dts: add missing size and address cells

Add size and address cells where missing to fix the following devicetree
compiler warning:

  Warning (avoid_default_addr_size): Relying on default #address-cells value
  Warning (avoid_default_addr_size): Relying on default #size-cells value

Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
Mathias Kresin 2019-01-27 13:48:03 +01:00
parent e55827b7a5
commit 7685ed59c5
4 changed files with 8 additions and 0 deletions

View File

@ -83,6 +83,8 @@
};
rcu0: rcu@203000 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "lantiq,ase-rcu", "simple-mfd", "syscon";
reg = <0x203000 0x1000>;
ranges = <0x0 0x203000 0x100>;

View File

@ -85,6 +85,8 @@
};
rcu0: rcu@203000 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "lantiq,xrx100-rcu", "simple-mfd", "syscon";
reg = <0x203000 0x1000>;
ranges = <0x0 0x203000 0x100>;

View File

@ -91,6 +91,8 @@
};
rcu0: rcu@203000 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "lantiq,danube-rcu", "simple-mfd", "syscon";
reg = <0x203000 0x1000>;
ranges = <0x0 0x203000 0x100>;

View File

@ -101,6 +101,8 @@
};
rcu0: rcu@203000 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "lantiq,xrx200-rcu", "simple-mfd", "syscon";
reg = <0x203000 0x100>;
ranges = <0x0 0x203000 0x100>;