diff options
author | Michal Vokáč <michal.vokac@ysoft.com> | 2019-10-16 15:49:49 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-10-28 03:03:00 +0100 |
commit | 452831f3153d2ec1e9811b7ad69ce1b4fbd2e704 (patch) | |
tree | c3027b42a6cf63f935f738028d19a4830b751e58 /arch/arm | |
parent | ARM: dts: imx6dl-yapp4: Enable UART2 (diff) | |
download | linux-452831f3153d2ec1e9811b7ad69ce1b4fbd2e704.tar.xz linux-452831f3153d2ec1e9811b7ad69ce1b4fbd2e704.zip |
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/imx6dl-yapp4-common.dtsi | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx6dl-yapp4-hydra.dts | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi b/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi index 21f388ecf138..80ed5f16a76e 100644 --- a/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi +++ b/arch/arm/boot/dts/imx6dl-yapp4-common.dtsi @@ -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"; diff --git a/arch/arm/boot/dts/imx6dl-yapp4-hydra.dts b/arch/arm/boot/dts/imx6dl-yapp4-hydra.dts index 84c275bfdd38..6010d3d872ab 100644 --- a/arch/arm/boot/dts/imx6dl-yapp4-hydra.dts +++ b/arch/arm/boot/dts/imx6dl-yapp4-hydra.dts @@ -25,10 +25,6 @@ status = "okay"; }; -&i2c3 { - status = "okay"; -}; - &leds { status = "okay"; }; |