diff options
author | Stefan Agner <stefan@agner.ch> | 2018-09-04 14:13:54 -0700 |
---|---|---|
committer | Stefan Agner <stefan.agner@toradex.com> | 2019-04-25 18:06:50 +0200 |
commit | 4a01f0c16ff16d3fd9578dbc55c60a0cca3d4152 (patch) | |
tree | f55e58fb931c550b78989a2621242bceff019855 /scripts/gdb/linux/utils.py | |
parent | a464be985ba87c5f33fdf539c77f400b45032411 (diff) |
ARM: dts: imx6qdl-apalis: add GPIO I2C node for DDC
Currently, the DDC signals are controlled by the DWC HDMI I2C
master to be used for HDMI (DVI on the Apalis Evaluation Board).
However, the Apalis Evaluation board also allows to route the Apalis
DDC I2C to the LVDS or the VGA connector. By default, the signal
is routed to DVI (HDMI), and therefor the current default settings
are sensible.
To ease customization and to prepare for carrier boards with other
needs, add a GPIO I2C DDC node.
E.g. to reroute the Apalis DDC to the VGA connector on the Apalis
Evaluation Board, the following changes can be used:
vga {
...
ddc-i2c-bus = <&i2cddc>;
};
&hdmi {
/delete-property/ pinctrl-0;
};
&i2cddc {
status = "okay";
};
Signed-off-by: Stefan Agner <stefan@agner.ch>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions