mirror of https://gitee.com/openkylin/linux.git
arm: zynq: Use i2c-mux instead of i2cswitch for pca9548
i2c muxes should described like this. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
e2fc49e198
commit
16dbf086e9
|
@ -112,7 +112,7 @@ &i2c0 {
|
|||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_i2c0_default>;
|
||||
|
||||
i2cswitch@74 {
|
||||
i2c-mux@74 {
|
||||
compatible = "nxp,pca9548";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
|
|
@ -68,7 +68,7 @@ &i2c0 {
|
|||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_i2c0_default>;
|
||||
|
||||
i2cswitch@74 {
|
||||
i2c-mux@74 {
|
||||
compatible = "nxp,pca9548";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
|
Loading…
Reference in New Issue