diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2017-08-07 10:22:40 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-08-14 04:29:36 +0300 |
commit | 8b698e089c0db0ef2a44c6711361cfcbfaea0789 (patch) | |
tree | 1370aa53d52745421ee6a56d4e7a2670088a288f /arch/arm/boot/dts/imx6q-apalis-ixora.dts | |
parent | 98d4b6c310cd7b28395611ca4deee4681e2cd1dc (diff) | |
download | linux-8b698e089c0db0ef2a44c6711361cfcbfaea0789.tar.xz |
ARM: dts: imx6qdl-apalis: imx6q-apalis-ixora: use i2c from dwc hdmi
Migrate to using functionally-reduced I2C master contained in the DWC
HDMI. Therefore drop the GPIO bitbanging based i2cddc definition and
modify resp. pinctrl.
While at it re-order the I2C aliases to start with the generic, followed
by the camera and concluded by the power I2C one.
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-apalis-ixora.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6q-apalis-ixora.dts | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/imx6q-apalis-ixora.dts b/arch/arm/boot/dts/imx6q-apalis-ixora.dts index 73c1ec883ff5..60d33e99de76 100644 --- a/arch/arm/boot/dts/imx6q-apalis-ixora.dts +++ b/arch/arm/boot/dts/imx6q-apalis-ixora.dts @@ -55,10 +55,9 @@ "fsl,imx6q"; aliases { - i2c0 = &i2cddc; - i2c1 = &i2c1; + i2c0 = &i2c1; + i2c1 = &i2c3; i2c2 = &i2c2; - i2c3 = &i2c3; rtc0 = &rtc_i2c; rtc1 = &snvs_rtc; }; @@ -161,11 +160,6 @@ }; &hdmi { - ddc-i2c-bus = <&i2cddc>; - status = "okay"; -}; - -&i2cddc { status = "okay"; }; |