Skip to content

Commit

Permalink
powerpc/83xx: Add lm75 to MPC837x RDB dts
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Reynes <philippe.reynes@isismpp.fr>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Reynes Philippe authored and Kumar Gala committed Feb 2, 2009
1 parent 0f73a44 commit 960d82a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/powerpc/boot/dts/mpc8377_rdb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,11 @@
interrupt-parent = <&ipic>;
dfsrr;

dtt@48 {
compatible = "national,lm75";
reg = <0x48>;
};

at24@50 {
compatible = "at24,24c256";
reg = <0x50>;
Expand Down
5 changes: 5 additions & 0 deletions arch/powerpc/boot/dts/mpc8378_rdb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,11 @@
interrupt-parent = <&ipic>;
dfsrr;

dtt@48 {
compatible = "national,lm75";
reg = <0x48>;
};

at24@50 {
compatible = "at24,24c256";
reg = <0x50>;
Expand Down
5 changes: 5 additions & 0 deletions arch/powerpc/boot/dts/mpc8379_rdb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,11 @@
interrupt-parent = <&ipic>;
dfsrr;

dtt@48 {
compatible = "national,lm75";
reg = <0x48>;
};

at24@50 {
compatible = "at24,24c256";
reg = <0x50>;
Expand Down

0 comments on commit 960d82a

Please sign in to comment.