Skip to content

Commit 71936a6

Browse files
ndreysShawn Guo
authored andcommitted
ARM: dts: vf610-zii-scu4-aib: Specify 'i2c-mux-idle-disconnect'
Specify 'i2c-mux-idle-disconnect' for both I2C switches present on the board, since both are connected to the same parent bus and all of their children have the same I2C address. Fixes: ca4b4d3 ("ARM: dts: vf610: Add ZII SCU4 AIB board") Signed-off-by: Andrey Smirnov <[email protected]> Cc: Shawn Guo <[email protected]> Cc: Chris Healy <[email protected]> Cc: Cory Tusar <[email protected]> Cc: Jeff White <[email protected]> Cc: Rick Ramstetter <[email protected]> Cc: Lucas Stach <[email protected]> Cc: Fabio Estevam <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Tested-by: Chris Healy <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 52f4d40 commit 71936a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm/boot/dts/vf610-zii-scu4-aib.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,7 @@
602602
#address-cells = <1>;
603603
#size-cells = <0>;
604604
reg = <0x70>;
605+
i2c-mux-idle-disconnect;
605606

606607
sff0_i2c: i2c@1 {
607608
#address-cells = <1>;
@@ -640,6 +641,7 @@
640641
reg = <0x71>;
641642
#address-cells = <1>;
642643
#size-cells = <0>;
644+
i2c-mux-idle-disconnect;
643645

644646
sff5_i2c: i2c@1 {
645647
#address-cells = <1>;

0 commit comments

Comments
 (0)