Skip to content

Commit

Permalink
Merged PR 726: feature 319 : Monitor M.2 Sensors on AVA card
Browse files Browse the repository at this point in the history
feature 319 : Monitor M.2 Sensors on AVA card

Change-Id: I8a69da0727a9805e31556666ab6a4eef77a2503f
Signed-off-by: Peter Lin <peter.cc.lin@mail.foxconn.com>
Signed-off-by: Alex Wu <alex.jd.wu@mail.foxconn.com>
  • Loading branch information
Alex Wu authored and yupalani committed Aug 9, 2017
2 parents 377dd57 + 1da0021 commit 0e05e4a
Showing 1 changed file with 19 additions and 26 deletions.
45 changes: 19 additions & 26 deletions arch/arm/boot/dts/aspeed-bmc-opp-g50.dts
Original file line number Diff line number Diff line change
Expand Up @@ -176,41 +176,34 @@
compatible = "nxp,pca9546";
reg = <0x75>;
i2c@0 {
reg = <0x0>;
reg = <0x0>;
};
i2c@1 {
#address-cells = <1>;
#size-cells = <0>;
reg = <0x01>;
reg = <0x1>;
i2c-switch@73 {
/* M.2 mux switch */
compatible = "nxp,pca9546";
reg = <0x73>;
i2c@0 {
reg = <0x0>;
};
i2c@1 {
reg = <0x1>;
};
i2c@2 {
reg = <0x2>;
};
i2c@3 {
reg = <0x3>;
};
};

/* PCAL9538 */
};
i2c@2 {
reg = <0x2>;
i2c-switch@73 {
/* M.2 mux switch */
compatible = "nxp,pca9546";
reg = <0x73>;
i2c@0 {
reg = <0x0>;
};
i2c@1 {
reg = <0x1>;
};
i2c@2 {
reg = <0x2>;
};
i2c@3 {
reg = <0x3>;
};
};
};
i2c@3 {
#address-cells = <1>;
#size-cells = <0>;
reg = <0x3>;

/* PCAL9538 x 3 */
};
};
};
Expand Down

0 comments on commit 0e05e4a

Please sign in to comment.