Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Javier Martinez Canillas and committed by
Tony Lindgren
6905e94d 4e8603ef

+4 -4
+1 -1
arch/arm/boot/dts/omap34xx.dtsi
··· 55 55 }; 56 56 }; 57 57 58 - bandgap { 58 + bandgap@48002524 { 59 59 reg = <0x48002524 0x4>; 60 60 compatible = "ti,omap34xx-bandgap"; 61 61 #thermal-sensor-cells = <0>;
+1 -1
arch/arm/boot/dts/omap36xx.dtsi
··· 87 87 }; 88 88 }; 89 89 90 - bandgap { 90 + bandgap@48002524 { 91 91 reg = <0x48002524 0x4>; 92 92 compatible = "ti,omap36xx-bandgap"; 93 93 #thermal-sensor-cells = <0>;
+1 -1
arch/arm/boot/dts/omap443x.dtsi
··· 35 35 }; 36 36 37 37 ocp { 38 - bandgap: bandgap { 38 + bandgap: bandgap@4a002260 { 39 39 reg = <0x4a002260 0x4 40 40 0x4a00232C 0x4>; 41 41 compatible = "ti,omap4430-bandgap";
+1 -1
arch/arm/boot/dts/omap4460.dtsi
··· 40 40 }; 41 41 42 42 ocp { 43 - bandgap: bandgap { 43 + bandgap: bandgap@4a002260 { 44 44 reg = <0x4a002260 0x4 45 45 0x4a00232C 0x4 46 46 0x4a002378 0x18>;