Path: blob/master/Documentation/devicetree/bindings/display/dp-aux-bus.yaml
26308 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/display/dp-aux-bus.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: DisplayPort AUX bus78maintainers:9- Douglas Anderson <dianders@chromium.org>1011description:12DisplayPort controllers provide a control channel to the sinks that13are hooked up to them. This is the DP AUX bus. Over the DP AUX bus14we can query properties about a sink and also configure it. In15particular, DP sinks support DDC over DP AUX which allows tunneling16a standard I2C DDC connection over the AUX channel.1718To model this relationship, DP sinks should be placed as children19of the DP controller under the "aux-bus" node.2021At the moment, this binding only handles the eDP case. It is22possible it will be extended in the future to handle the DP case.23For DP, presumably a connector would be listed under the DP AUX24bus instead of a panel.2526properties:27$nodename:28const: aux-bus2930panel:31$ref: panel/panel-common.yaml#3233additionalProperties: false3435required:36- panel373839