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

ARM: dts: vf610-zii-dev-rev-b: Drop redundant I2C properties

ZII VF610 Board Rev. B is supposed to have exactly the same I2C config
as Rev. C, including I2C bus recovery settings. Drop redundant I2C
properties that are already specified in vf610-zii-dev.dtsi

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Chris Healy <cphealy@gmail.com>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Andrey Smirnov and committed by
Shawn Guo
e5380cd8 d9267ca1

-10
-10
arch/arm/boot/dts/vf610-zii-dev-rev-b.dts
··· 323 323 }; 324 324 325 325 &i2c0 { 326 - clock-frequency = <100000>; 327 - pinctrl-names = "default"; 328 - pinctrl-0 = <&pinctrl_i2c0>; 329 - status = "okay"; 330 - 331 326 gpio5: io-expander@20 { 332 327 compatible = "nxp,pca9554"; 333 328 reg = <0x20>; ··· 345 350 }; 346 351 347 352 &i2c2 { 348 - clock-frequency = <100000>; 349 - pinctrl-names = "default"; 350 - pinctrl-0 = <&pinctrl_i2c2>; 351 - status = "okay"; 352 - 353 353 tca9548@70 { 354 354 compatible = "nxp,pca9548"; 355 355 pinctrl-0 = <&pinctrl_i2c_mux_reset>;