Skip to content

Commit 501ab71

Browse files
Jason Luoyupalani
authored andcommitted
Merged PR 744: Task 482: Change to HW rework device because Storey Peak card have I2C addr
Task 482: Change to HW rework device because Storey Peak card have I2C addr Change-Id: Ic77b3d100a6f8a1adadc0e0e517e782d7d9934aa Signed-off-by: Jason Luo <[email protected]> Related work items: torvalds#482
2 parents 1f2451a + fa668f5 commit 501ab71

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

arch/arm/boot/dts/aspeed-bmc-opp-g50.dts

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@
140140
compatible = "national,lm75";
141141
reg = <0x4b>;
142142
};
143-
lm75@4c {
144-
compatible = "national,lm75";
145-
reg = <0x4c>;
143+
lm75@2a {
144+
compatible = "national,tmp175";
145+
reg = <0x2a>;
146146
};
147147
lm75@4d {
148148
compatible = "national,lm75";
@@ -163,9 +163,9 @@
163163
compatible = "nxp,pca9539";
164164
reg = <0x74>;
165165
};
166-
GPIO-MUX4@77 {
167-
compatible = "nxp,pca9539";
168-
reg = <0x77>;
166+
GPIO-MUX4@21 {
167+
compatible = "nxp,tca6416";
168+
reg = <0x21>;
169169
};
170170
};
171171
i2c@7 {
@@ -177,6 +177,10 @@
177177
reg = <0x75>;
178178
i2c@0 {
179179
reg = <0x0>;
180+
tmp411@4c {
181+
compatible = "ti,tmp411";
182+
reg = <0x4c>;
183+
};
180184
};
181185
i2c@1 {
182186
reg = <0x1>;

0 commit comments

Comments
 (0)