forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
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 };