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

ARM: dts: omap3: Include missing bandgap data for ti-soc-thermal driver

Driver for omap3 with documentation is there since v4.4-rc1.

Signed-off-by: Pali Rohár <pali.rohar@gmail.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Tested-by: Pavel Machek <pavel@ucw.cz>
[tony@atomide.com: added thermal-sensor-cells as suggested by Roger]
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Pali Rohár and committed by
Tony Lindgren
12e47442 14628e44

+12
+6
arch/arm/boot/dts/omap34xx.dtsi
··· 54 54 #size-cells = <0>; 55 55 }; 56 56 }; 57 + 58 + bandgap { 59 + reg = <0x48002524 0x4>; 60 + compatible = "ti,omap34xx-bandgap"; 61 + #thermal-sensor-cells = <0>; 62 + }; 57 63 }; 58 64 }; 59 65
+6
arch/arm/boot/dts/omap36xx.dtsi
··· 86 86 #size-cells = <0>; 87 87 }; 88 88 }; 89 + 90 + bandgap { 91 + reg = <0x48002524 0x4>; 92 + compatible = "ti,omap36xx-bandgap"; 93 + #thermal-sensor-cells = <0>; 94 + }; 89 95 }; 90 96 }; 91 97