Commit 16dbf086 authored by Michal Simek's avatar Michal Simek
Browse files

arm: zynq: Use i2c-mux instead of i2cswitch for pca9548



i2c muxes should described like this.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent e2fc49e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_i2c0_default>;

	i2cswitch@74 {
	i2c-mux@74 {
		compatible = "nxp,pca9548";
		#address-cells = <1>;
		#size-cells = <0>;
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_i2c0_default>;

	i2cswitch@74 {
	i2c-mux@74 {
		compatible = "nxp,pca9548";
		#address-cells = <1>;
		#size-cells = <0>;