Skip to content

Commit

Permalink
staging: omap-thermal: add DT example for OMAP54xx devices
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Eduardo Valentin authored and Greg Kroah-Hartman committed Mar 11, 2013
1 parent 18da635 commit efba119
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions drivers/staging/omap-thermal/omap_bandgap.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};

0 comments on commit efba119

Please sign in to comment.