mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 14:43:16 +00:00
powerpc/85xx: TQM85xx: correct address of LM75 I2C device nodes
Commit 0f73a449a649acfca91404a98a35353a618b9555 added I2C device nodes for the LM75 thermal sensor on the TQM85xx modules, unfortunately with the wrong I2C address. The LM75s are located at address 0x48. Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
parent
e996557740
commit
6467cae318
@ -84,9 +84,9 @@
|
||||
interrupt-parent = <&mpic>;
|
||||
dfsrr;
|
||||
|
||||
dtt@50 {
|
||||
dtt@48 {
|
||||
compatible = "national,lm75";
|
||||
reg = <0x50>;
|
||||
reg = <0x48>;
|
||||
};
|
||||
|
||||
rtc@68 {
|
||||
|
@ -83,9 +83,9 @@
|
||||
interrupt-parent = <&mpic>;
|
||||
dfsrr;
|
||||
|
||||
dtt@50 {
|
||||
dtt@48 {
|
||||
compatible = "national,lm75";
|
||||
reg = <0x50>;
|
||||
reg = <0x48>;
|
||||
};
|
||||
|
||||
rtc@68 {
|
||||
|
@ -85,9 +85,9 @@
|
||||
interrupt-parent = <&mpic>;
|
||||
dfsrr;
|
||||
|
||||
dtt@50 {
|
||||
dtt@48 {
|
||||
compatible = "national,lm75";
|
||||
reg = <0x50>;
|
||||
reg = <0x48>;
|
||||
};
|
||||
|
||||
rtc@68 {
|
||||
|
@ -85,9 +85,9 @@
|
||||
interrupt-parent = <&mpic>;
|
||||
dfsrr;
|
||||
|
||||
dtt@50 {
|
||||
dtt@48 {
|
||||
compatible = "national,lm75";
|
||||
reg = <0x50>;
|
||||
reg = <0x48>;
|
||||
};
|
||||
|
||||
rtc@68 {
|
||||
|
@ -83,9 +83,9 @@
|
||||
interrupt-parent = <&mpic>;
|
||||
dfsrr;
|
||||
|
||||
dtt@50 {
|
||||
dtt@48 {
|
||||
compatible = "national,lm75";
|
||||
reg = <0x50>;
|
||||
reg = <0x48>;
|
||||
};
|
||||
|
||||
rtc@68 {
|
||||
|
@ -85,9 +85,9 @@
|
||||
interrupt-parent = <&mpic>;
|
||||
dfsrr;
|
||||
|
||||
dtt@50 {
|
||||
dtt@48 {
|
||||
compatible = "national,lm75";
|
||||
reg = <0x50>;
|
||||
reg = <0x48>;
|
||||
};
|
||||
|
||||
rtc@68 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user