Commit bc49134b473d8273ab7dd39a3d6f7a99fd1f8039

Authored by Ye Li
1 parent 70fa29c716

MLK-20886-8 DTS: imx8qxp_mek: Update for virtual i2c and i2c mux driver

Add compatible strings and properties to i2c1 node for using virtual
i2c and i2c mux drivers

Signed-off-by: Ye Li <ye.li@nxp.com>
(cherry picked from commit 9dbdbec24b2d0cd67d16cf93034b3ab60bb312bc)

Showing 1 changed file with 3 additions and 1 deletions Side-by-side Diff

arch/arm/dts/fsl-imx8qxp-mek.dts
... ... @@ -330,6 +330,7 @@
330 330 };
331 331  
332 332 &i2c1 {
  333 + compatible = "fsl,imx8qm-lpi2c", "fsl,imx-virt-i2c";
333 334 #address-cells = <1>;
334 335 #size-cells = <0>;
335 336 clock-frequency = <100000>;
336 337  
... ... @@ -338,9 +339,10 @@
338 339 status = "okay";
339 340  
340 341 pca9646_switch: mux@71 {
341   - compatible = "nxp,pca9646";
  342 + compatible = "nxp,pca9646", "fsl,imx-virt-i2c-mux";
342 343 reg = <0x71>;
343 344 u-boot,i2c-offset-len = <0>;
  345 + virtual-bus-seq = <12>;
344 346 #address-cells = <1>;
345 347 #size-cells = <0>;
346 348