diff options
author | Michal Vokáč <michal.vokac@ysoft.com> | 2019-10-16 16:49:49 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-10-28 05:03:00 +0300 |
commit | 452831f3153d2ec1e9811b7ad69ce1b4fbd2e704 (patch) | |
tree | c3027b42a6cf63f935f738028d19a4830b751e58 /arch/arm/boot/dts/imx6dl-yapp4-hydra.dts | |
parent | e55274bfb99a814057a8b30e20aae6d29c27e615 (diff) | |
download | linux-452831f3153d2ec1e9811b7ad69ce1b4fbd2e704.tar.xz |
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/boot/dts/imx6dl-yapp4-hydra.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6dl-yapp4-hydra.dts | 4 |
1 files changed, 0 insertions, 4 deletions
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"; }; |