Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: ca4b4d373fcc ("ARM: dts: vf610: Add ZII SCU4 AIB board")
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Chris Healy <cphealy@gmail.com>
Cc: Cory Tusar <cory.tusar@zii.aero>
Cc: Jeff White <jeff.white@zii.aero>
Cc: Rick Ramstetter <rick@anteaterllc.com>
Cc: Lucas Stach <l.stach@pengutronix.de>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: linux-arm-kernel@lists.infradead.org
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Tested-by: Chris Healy <cphealy@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Andrey Smirnov and committed by
Shawn Guo
71936a6d 52f4d404

+2
+2
arch/arm/boot/dts/vf610-zii-scu4-aib.dts
··· 602 602 #address-cells = <1>; 603 603 #size-cells = <0>; 604 604 reg = <0x70>; 605 + i2c-mux-idle-disconnect; 605 606 606 607 sff0_i2c: i2c@1 { 607 608 #address-cells = <1>; ··· 641 640 reg = <0x71>; 642 641 #address-cells = <1>; 643 642 #size-cells = <0>; 643 + i2c-mux-idle-disconnect; 644 644 645 645 sff5_i2c: i2c@1 { 646 646 #address-cells = <1>;