Commit 452831f3 authored by Michal Vokáč's avatar Michal Vokáč Committed by Shawn Guo
Browse files

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: default avatarMichal Vokáč <michal.vokac@ysoft.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent e55274bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
+0 −4
Original line number Diff line number Diff line
@@ -25,10 +25,6 @@
	status = "okay";
};

&i2c3 {
	status = "okay";
};

&leds {
	status = "okay";
};