forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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 };