diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-04-01 16:20:22 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-04-11 11:57:07 -0700 |
commit | 6905e94d4a100c6883849408e8e13acea98f5563 (patch) | |
tree | 7fe0bfa878e976f3a2164f2949a916e8211f5f57 /arch/arm/boot/dts/omap443x.dtsi | |
parent | 4e8603eff519a946d6596ab92c380654cf72fedf (diff) |
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: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap443x.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap443x.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap443x.dtsi b/arch/arm/boot/dts/omap443x.dtsi index 0adfa1d1ef20..fc6a8610c24c 100644 --- a/arch/arm/boot/dts/omap443x.dtsi +++ b/arch/arm/boot/dts/omap443x.dtsi @@ -35,7 +35,7 @@ }; ocp { - bandgap: bandgap { + bandgap: bandgap@4a002260 { reg = <0x4a002260 0x4 0x4a00232C 0x4>; compatible = "ti,omap4430-bandgap"; |