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>
This commit is contained in:
Pali Rohár 2015-12-26 00:32:25 +01:00 committed by Tony Lindgren
parent 14628e4444
commit 12e47442c2
2 changed files with 12 additions and 0 deletions

View file

@ -54,6 +54,12 @@ ports {
#size-cells = <0>;
};
};
bandgap {
reg = <0x48002524 0x4>;
compatible = "ti,omap34xx-bandgap";
#thermal-sensor-cells = <0>;
};
};
};

View file

@ -86,6 +86,12 @@ ports {
#size-cells = <0>;
};
};
bandgap {
reg = <0x48002524 0x4>;
compatible = "ti,omap36xx-bandgap";
#thermal-sensor-cells = <0>;
};
};
};