ARM: dts: imx6dl-yapp4: Enable the I2C3 bus on all board variants
authorMichal Vokáč <michal.vokac@ysoft.com>
Wed, 16 Oct 2019 13:49:49 +0000 (15:49 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 28 Oct 2019 02:03:00 +0000 (10:03 +0800)
imx6dl-yapp4 Draco and Ursa boards use the I2C3 bus to control some
external devices through the /dev files.

So enable the I2C3 bus on all board variants, not just on Hydra.

Signed-off-by: Michal Vokáč <michal.vokac@ysoft.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6dl-yapp4-common.dtsi
arch/arm/boot/dts/imx6dl-yapp4-hydra.dts

index 21f388e..80ed5f1 100644 (file)
        clock-frequency = <100000>;
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_i2c3>;
-       status = "disabled";
+       status = "okay";
 
        oled: oled@3d {
                compatible = "solomon,ssd1305fb-i2c";
index 84c275b..6010d3d 100644 (file)
        status = "okay";
 };
 
-&i2c3 {
-       status = "okay";
-};
-
 &leds {
        status = "okay";
 };