MLK-20886-8 DTS: imx8qxp_mek: Update for virtual i2c and i2c mux driver
authorYe Li <ye.li@nxp.com>
Thu, 31 Jan 2019 06:32:53 +0000 (22:32 -0800)
committerYe Li <ye.li@nxp.com>
Fri, 24 May 2019 11:28:16 +0000 (04:28 -0700)
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)

arch/arm/dts/fsl-imx8qxp-mek-u-boot.dtsi

index d83ac31..b6a8be8 100644 (file)
 
 &flash0 {
        u-boot,dm-spl;
+};
+
+&i2c1 {
+       compatible = "fsl,imx8qm-lpi2c", "fsl,imx-virt-i2c";
+};
+
+&{/i2c@5a810000/i2cswitch@71} {
+       compatible = "nxp,pca9646", "fsl,imx-virt-i2c-mux";
+       virtual-bus-seq = <12>;
 };
\ No newline at end of file