Skip to content

Commit ddfb2ac

Browse files
RickyWu0919amboar
authored andcommitted
ARM: dts: aspeed: yosemite4: Add i2c-mux for ADC monitor on Spider Board
Add I2C mux for ADC monitors on Spider Board. Signed-off-by: Ricky CX Wu <[email protected]> Signed-off-by: Delphine CC Chiu <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Andrew Jeffery <[email protected]>
1 parent ede02e3 commit ddfb2ac

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite4.dts

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
i2c29 = &imux29;
3535
i2c30 = &imux30;
3636
i2c31 = &imux31;
37+
i2c32 = &imux32;
38+
i2c33 = &imux33;
3739
i2c34 = &imux34;
3840
i2c35 = &imux35;
3941
};
@@ -1100,29 +1102,25 @@
11001102

11011103
i2c-mux@73 {
11021104
compatible = "nxp,pca9544";
1105+
reg = <0x73>;
11031106
#address-cells = <1>;
11041107
#size-cells = <0>;
1105-
1106-
idle-state = <0>;
11071108
i2c-mux-idle-disconnect;
1108-
reg = <0x73>;
11091109

1110-
i2c@0 {
1110+
imux32: i2c@0 {
1111+
reg = <0>;
11111112
#address-cells = <1>;
11121113
#size-cells = <0>;
1113-
reg = <0>;
1114-
11151114
adc@35 {
11161115
compatible = "maxim,max11617";
11171116
reg = <0x35>;
11181117
};
11191118
};
11201119

1121-
i2c@1 {
1120+
imux33: i2c@1 {
1121+
reg = <1>;
11221122
#address-cells = <1>;
11231123
#size-cells = <0>;
1124-
reg = <0>;
1125-
11261124
adc@35 {
11271125
compatible = "maxim,max11617";
11281126
reg = <0x35>;

0 commit comments

Comments
 (0)