@@ -937,7 +937,6 @@ &i2c15 {
#address-cells = <1>;
#size-cells = <0>;
status = "okay";
- mctp-controller;
multi-master;
bus-frequency = <400000>;
@@ -951,46 +950,73 @@ i2c-mux@72 {
reg = <0x72>;
#address-cells = <1>;
#size-cells = <0>;
- i2c-mux-idle-disconnect;
imux24: i2c@0 {
reg = <0>;
#address-cells = <1>;
#size-cells = <0>;
+ mctp-controller;
+
temperature-sensor@1f {
compatible = "ti,tmp421";
reg = <0x1f>;
};
+
+ eeprom@50 {
+ compatible = "atmel,24c64";
+ reg = <0x50>;
+ };
};
imux25: i2c@1 {
reg = <1>;
#address-cells = <1>;
#size-cells = <0>;
+ mctp-controller;
+
temperature-sensor@1f {
compatible = "ti,tmp421";
reg = <0x1f>;
};
+
+ eeprom@50 {
+ compatible = "atmel,24c64";
+ reg = <0x50>;
+ };
};
imux26: i2c@2 {
reg = <2>;
#address-cells = <1>;
#size-cells = <0>;
+ mctp-controller;
+
temperature-sensor@1f {
compatible = "ti,tmp421";
reg = <0x1f>;
};
+
+ eeprom@50 {
+ compatible = "atmel,24c64";
+ reg = <0x50>;
+ };
};
imux27: i2c@3 {
reg = <3>;
#address-cells = <1>;
#size-cells = <0>;
+ mctp-controller;
+
temperature-sensor@1f {
compatible = "ti,tmp421";
reg = <0x1f>;
};
+
+ eeprom@50 {
+ compatible = "atmel,24c64";
+ reg = <0x50>;
+ };
};
};
};