diff options
author | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-08-25 18:48:36 +0200 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2009-08-25 18:48:36 +0200 |
commit | 728dd524726daf2810bb383b89a17d035cda45e7 (patch) | |
tree | fb0205ce999a783f5f6a5f7d9488595b7009686e /recipes/linux/linux-2.6.29/boc01/boc01.dts | |
parent | 2ec03e65ddc5d3c50e0020808577815cb1fd51a4 (diff) |
linux-2.6.29: update lm73 driver for boc01
Diffstat (limited to 'recipes/linux/linux-2.6.29/boc01/boc01.dts')
-rw-r--r-- | recipes/linux/linux-2.6.29/boc01/boc01.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/linux/linux-2.6.29/boc01/boc01.dts b/recipes/linux/linux-2.6.29/boc01/boc01.dts index 710ef8fec0..2066652695 100644 --- a/recipes/linux/linux-2.6.29/boc01/boc01.dts +++ b/recipes/linux/linux-2.6.29/boc01/boc01.dts @@ -128,6 +128,10 @@ compatible = "isl12024"; reg = <0x6f>; }; + dtt@49 { + compatible = "national,lm73"; + reg = <0x49>; + }; at24@50 { compatible = "at24,24c32"; reg = <0x50>; |