[U-Boot] [PATCH v2 6/6] ARM: dts: vf: Fix warning about missing reg property
Stefan Agner
stefan at agner.ch
Wed Nov 30 22:41:57 CET 2016
From: Stefan Agner <stefan.agner at toradex.com>
Add proper reg values for the two AIPS bus nodes. This avoids this
two warnings:
Node /soc/aips-bus at 40000000 has a unit name, but no reg property
Node /soc/aips-bus at 40080000 has a unit name, but no reg property
Signed-off-by: Stefan Agner <stefan.agner at toradex.com>
---
Changes in v2:
- Rebased ontop of master (after config block support merged)
- Add patch which uses proper config to guard g_dnl_bind_fixup
- Add patch to fix device tree warning
arch/arm/dts/vf.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/dts/vf.dtsi b/arch/arm/dts/vf.dtsi
index 000aff2..477d8de 100644
--- a/arch/arm/dts/vf.dtsi
+++ b/arch/arm/dts/vf.dtsi
@@ -35,6 +35,7 @@
compatible = "fsl,aips-bus", "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
+ reg = <0x40000000 0x00070000>;
ranges;
uart0: serial at 40027000 {
@@ -130,6 +131,7 @@
compatible = "fsl,aips-bus", "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
+ reg = <0x40080000 0x0007f000>;
ranges;
uart4: serial at 400a9000 {
--
2.10.2
More information about the U-Boot
mailing list