diff options
author | João Paulo Gonçalves <joao.goncalves@toradex.com> | 2025-02-03 09:30:59 -0300 |
---|---|---|
committer | João Paulo Gonçalves <joao.goncalves@toradex.com> | 2025-02-03 09:33:16 -0300 |
commit | dbf52fc7ac3aec46a14cbf0680e6797f69d70400 (patch) | |
tree | f289eccd5202b2ca17e7c6e5b0fc2f8dcf2feb2d | |
parent | 91c19e78f9da6382b128b96408f564abd379ec13 (diff) |
arm64: dts: freescale: imx95-toradex-smarc: change I2C MUX labels on SMARC I2C_LCDtoradex_6.6-2.1.x-imx
Change the labels of the I2C buses output from the MUX connected to
SMARC I2C_LCD. The previous label, `i2c_dsi_ddc`, gave the
impression that this bus had a fixed function. However, it is a
general-purpose I2C bus that can be used like any standard I2C bus.
Upstream-Status: Pending
Signed-off-by: João Paulo Gonçalves <joao.goncalves@toradex.com>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx95-toradex-smarc-dev.dts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx95-toradex-smarc-dev.dts b/arch/arm64/boot/dts/freescale/imx95-toradex-smarc-dev.dts index a3092c31986b..8fd94b79bf51 100644 --- a/arch/arm64/boot/dts/freescale/imx95-toradex-smarc-dev.dts +++ b/arch/arm64/boot/dts/freescale/imx95-toradex-smarc-dev.dts @@ -175,15 +175,15 @@ #address-cells = <1>; #size-cells = <0>; - /* DSI I2C */ - i2c_dsi: i2c@0 { + /* I2C on DSI Connector Pins 4/6 */ + i2c_dsi_0: i2c@0 { reg = <0>; #address-cells = <1>; #size-cells = <0>; }; - /* DSI I2C DDC/EDID */ - i2c_dsi_ddc: i2c@1 { + /* I2C on DSI Connector Pins 52/54 */ + i2c_dsi_1: i2c@1 { reg = <1>; #address-cells = <1>; #size-cells = <0>; |