Skip to content
Snippets Groups Projects
Commit 19271138 authored by Stefan Agner's avatar Stefan Agner Committed by Stefano Babic
Browse files

ARM: dts: vf: Fix warning about missing reg property


Add proper reg values for the two AIPS bus nodes. This avoids this
two warnings:
Node /soc/aips-bus@40000000 has a unit name, but no reg property
Node /soc/aips-bus@40080000 has a unit name, but no reg property

Signed-off-by: default avatarStefan Agner <stefan.agner@toradex.com>
parent 0eba4c41
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
compatible = "fsl,aips-bus", "simple-bus"; compatible = "fsl,aips-bus", "simple-bus";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
reg = <0x40000000 0x00070000>;
ranges; ranges;
uart0: serial@40027000 { uart0: serial@40027000 {
...@@ -130,6 +131,7 @@ ...@@ -130,6 +131,7 @@
compatible = "fsl,aips-bus", "simple-bus"; compatible = "fsl,aips-bus", "simple-bus";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
reg = <0x40080000 0x0007f000>;
ranges; ranges;
uart4: serial@400a9000 { uart4: serial@400a9000 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment