Commit 6905e94d authored by Javier Martinez Canillas's avatar Javier Martinez Canillas Committed by Tony Lindgren

ARM: dts: omap: add missing unit names to bandgap nodes

This patch fixes the following DTC warnings:

"bandgap has a reg or ranges property, but no unit name"
Signed-off-by: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 4e8603ef
...@@ -55,7 +55,7 @@ ports { ...@@ -55,7 +55,7 @@ ports {
}; };
}; };
bandgap { bandgap@48002524 {
reg = <0x48002524 0x4>; reg = <0x48002524 0x4>;
compatible = "ti,omap34xx-bandgap"; compatible = "ti,omap34xx-bandgap";
#thermal-sensor-cells = <0>; #thermal-sensor-cells = <0>;
......
...@@ -87,7 +87,7 @@ ports { ...@@ -87,7 +87,7 @@ ports {
}; };
}; };
bandgap { bandgap@48002524 {
reg = <0x48002524 0x4>; reg = <0x48002524 0x4>;
compatible = "ti,omap36xx-bandgap"; compatible = "ti,omap36xx-bandgap";
#thermal-sensor-cells = <0>; #thermal-sensor-cells = <0>;
......
...@@ -35,7 +35,7 @@ thermal-zones { ...@@ -35,7 +35,7 @@ thermal-zones {
}; };
ocp { ocp {
bandgap: bandgap { bandgap: bandgap@4a002260 {
reg = <0x4a002260 0x4 reg = <0x4a002260 0x4
0x4a00232C 0x4>; 0x4a00232C 0x4>;
compatible = "ti,omap4430-bandgap"; compatible = "ti,omap4430-bandgap";
......
...@@ -40,7 +40,7 @@ thermal-zones { ...@@ -40,7 +40,7 @@ thermal-zones {
}; };
ocp { ocp {
bandgap: bandgap { bandgap: bandgap@4a002260 {
reg = <0x4a002260 0x4 reg = <0x4a002260 0x4
0x4a00232C 0x4 0x4a00232C 0x4
0x4a002378 0x18>; 0x4a002378 0x18>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment