]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging: omap-thermal: add DT example for OMAP54xx devices
authorEduardo Valentin <eduardo.valentin@ti.com>
Tue, 26 Feb 2013 22:53:35 +0000 (18:53 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 11 Mar 2013 16:48:53 +0000 (09:48 -0700)
Update documentation with DT example for OMAP54xx devices.

Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/omap-thermal/omap_bandgap.txt

index e30dc1c017c1a9211346f8049cb7560222ace783..a4a33d1a07464a75b0b00e31adcb1b5c159144ce 100644 (file)
@@ -49,3 +49,12 @@ bandgap {
        interrupts = <0 126 4>; /* talert */
        ti,tshut-gpio = <86>;
 };
+
+OMAP5430:
+bandgap {
+       reg = <0x4a0021e0 0xc
+               0x4a00232c 0xc
+               0x4a002380 0x2c
+               0x4a0023C0 0x3c>;
+       compatible = "ti,omap5430-bandgap";
+};