ARM: dts: imx6dl-yapp4: Enable the I2C3 bus on all board variants

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>
This commit is contained in:
Michal Vokáč 2019-10-16 15:49:49 +02:00 committed by Shawn Guo
parent e55274bfb9
commit 452831f315
2 changed files with 1 additions and 5 deletions

View file

@ -309,7 +309,7 @@
clock-frequency = <100000>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c3>;
status = "disabled";
status = "okay";
oled: oled@3d {
compatible = "solomon,ssd1305fb-i2c";

View file

@ -25,10 +25,6 @@
status = "okay";
};
&i2c3 {
status = "okay";
};
&leds {
status = "okay";
};