forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/Documentation/devicetree/bindings/i2c/i2c-mux-pca954x.txt
....@@ -25,6 +25,8 @@
2525 Optional Properties:
2626
2727 - reset-gpios: Reference to the GPIO connected to the reset input.
28
+ - idle-state: if present, overrides i2c-mux-idle-disconnect,
29
+ Please refer to Documentation/devicetree/bindings/mux/mux-controller.txt
2830 - i2c-mux-idle-disconnect: Boolean; if defined, forces mux to disconnect all
2931 children in idle state. This is necessary for example, if there are several
3032 multiplexers on the bus and the devices behind them use same I2C addresses.
....@@ -54,7 +56,7 @@
5456 reg = <2>;
5557
5658 eeprom@54 {
57
- compatible = "at,24c08";
59
+ compatible = "atmel,24c08";
5860 reg = <0x54>;
5961 };
6062 };