ARM: dts: omap: add missing unit names to bandgap nodes
authorJavier Martinez Canillas <javier@osg.samsung.com>
Fri, 1 Apr 2016 20:20:22 +0000 (16:20 -0400)
committerTony Lindgren <tony@atomide.com>
Mon, 11 Apr 2016 18:57:07 +0000 (11:57 -0700)
This patch fixes the following DTC warnings:

"bandgap has a reg or ranges property, but no unit name"

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap34xx.dtsi
arch/arm/boot/dts/omap36xx.dtsi
arch/arm/boot/dts/omap443x.dtsi
arch/arm/boot/dts/omap4460.dtsi

index 387dc31..5cdba1f 100644 (file)
@@ -55,7 +55,7 @@
                        };
                };
 
-               bandgap {
+               bandgap@48002524 {
                        reg = <0x48002524 0x4>;
                        compatible = "ti,omap34xx-bandgap";
                        #thermal-sensor-cells = <0>;
index f19c87b..ce1e242 100644 (file)
@@ -87,7 +87,7 @@
                        };
                };
 
-               bandgap {
+               bandgap@48002524 {
                        reg = <0x48002524 0x4>;
                        compatible = "ti,omap36xx-bandgap";
                        #thermal-sensor-cells = <0>;
index 0adfa1d..fc6a861 100644 (file)
@@ -35,7 +35,7 @@
        };
 
        ocp {
-               bandgap: bandgap {
+               bandgap: bandgap@4a002260 {
                        reg = <0x4a002260 0x4
                               0x4a00232C 0x4>;
                        compatible = "ti,omap4430-bandgap";
index 5fa68f1..ef66e12 100644 (file)
@@ -40,7 +40,7 @@
        };
 
        ocp {
-               bandgap: bandgap {
+               bandgap: bandgap@4a002260 {
                        reg = <0x4a002260 0x4
                               0x4a00232C 0x4
                               0x4a002378 0x18>;