mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 23:42:43 +00:00
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:
parent
e55827b7a5
commit
7685ed59c5
@ -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>;
|
||||
|
@ -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>;
|
||||
|
@ -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>;
|
||||
|
@ -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>;
|
||||
|
Loading…
Reference in New Issue
Block a user