File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 34
34
i2c29 = &imux29;
35
35
i2c30 = &imux30;
36
36
i2c31 = &imux31;
37
+ i2c32 = &imux32;
38
+ i2c33 = &imux33;
37
39
i2c34 = &imux34;
38
40
i2c35 = &imux35;
39
41
};
1100
1102
1101
1103
i2c-mux@73 {
1102
1104
compatible = "nxp,pca9544";
1105
+ reg = <0x73>;
1103
1106
#address-cells = <1>;
1104
1107
#size-cells = <0>;
1105
-
1106
- idle-state = <0>;
1107
1108
i2c-mux-idle-disconnect;
1108
- reg = <0x73>;
1109
1109
1110
- i2c@0 {
1110
+ imux32: i2c@0 {
1111
+ reg = <0>;
1111
1112
#address-cells = <1>;
1112
1113
#size-cells = <0>;
1113
- reg = <0>;
1114
-
1115
1114
adc@35 {
1116
1115
compatible = "maxim,max11617";
1117
1116
reg = <0x35>;
1118
1117
};
1119
1118
};
1120
1119
1121
- i2c@1 {
1120
+ imux33: i2c@1 {
1121
+ reg = <1>;
1122
1122
#address-cells = <1>;
1123
1123
#size-cells = <0>;
1124
- reg = <0>;
1125
-
1126
1124
adc@35 {
1127
1125
compatible = "maxim,max11617";
1128
1126
reg = <0x35>;
You can’t perform that action at this time.
0 commit comments