Skip to content

Commit

Permalink
Merged PR 744: Task 482: Change to HW rework device because Storey Pe…
Browse files Browse the repository at this point in the history
…ak 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 <jason.cc.luo@mail.foxconn.com>

Related work items: torvalds#482
  • Loading branch information
Jason Luo authored and yupalani committed Aug 14, 2017
2 parents 1f2451a + fa668f5 commit 501ab71
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions arch/arm/boot/dts/aspeed-bmc-opp-g50.dts
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@
compatible = "national,lm75";
reg = <0x4b>;
};
lm75@4c {
compatible = "national,lm75";
reg = <0x4c>;
lm75@2a {
compatible = "national,tmp175";
reg = <0x2a>;
};
lm75@4d {
compatible = "national,lm75";
Expand All @@ -163,9 +163,9 @@
compatible = "nxp,pca9539";
reg = <0x74>;
};
GPIO-MUX4@77 {
compatible = "nxp,pca9539";
reg = <0x77>;
GPIO-MUX4@21 {
compatible = "nxp,tca6416";
reg = <0x21>;
};
};
i2c@7 {
Expand All @@ -177,6 +177,10 @@
reg = <0x75>;
i2c@0 {
reg = <0x0>;
tmp411@4c {
compatible = "ti,tmp411";
reg = <0x4c>;
};
};
i2c@1 {
reg = <0x1>;
Expand Down

0 comments on commit 501ab71

Please sign in to comment.