1440112adSJohan Jonker# SPDX-License-Identifier: GPL-2.0 2440112adSJohan Jonker%YAML 1.2 3440112adSJohan Jonker--- 4440112adSJohan Jonker$id: http://devicetree.org/schemas/display/bridge/analogix,dp.yaml# 5440112adSJohan Jonker$schema: http://devicetree.org/meta-schemas/core.yaml# 6440112adSJohan Jonker 7440112adSJohan Jonkertitle: Analogix Display Port bridge 8440112adSJohan Jonker 9440112adSJohan Jonkermaintainers: 10440112adSJohan Jonker - Rob Herring <robh@kernel.org> 11440112adSJohan Jonker 12440112adSJohan Jonkerproperties: 13440112adSJohan Jonker reg: 14440112adSJohan Jonker maxItems: 1 15440112adSJohan Jonker 16440112adSJohan Jonker interrupts: 17440112adSJohan Jonker maxItems: 1 18440112adSJohan Jonker 19440112adSJohan Jonker clocks: true 20440112adSJohan Jonker 21440112adSJohan Jonker clock-names: true 22440112adSJohan Jonker 23440112adSJohan Jonker phys: true 24440112adSJohan Jonker 25440112adSJohan Jonker phy-names: 26440112adSJohan Jonker const: dp 27440112adSJohan Jonker 28440112adSJohan Jonker force-hpd: 29*66c98360SRob Herring type: boolean 30440112adSJohan Jonker description: 31440112adSJohan Jonker Indicate driver need force hpd when hpd detect failed, this 32440112adSJohan Jonker is used for some eDP screen which don not have a hpd signal. 33440112adSJohan Jonker 34440112adSJohan Jonker hpd-gpios: 35440112adSJohan Jonker description: 36440112adSJohan Jonker Hotplug detect GPIO. 37440112adSJohan Jonker Indicates which GPIO should be used for hotplug detection 38440112adSJohan Jonker 39440112adSJohan Jonker ports: 40440112adSJohan Jonker $ref: /schemas/graph.yaml#/properties/ports 41440112adSJohan Jonker 42440112adSJohan Jonker properties: 43440112adSJohan Jonker port@0: 44440112adSJohan Jonker $ref: /schemas/graph.yaml#/properties/port 45440112adSJohan Jonker description: 46440112adSJohan Jonker Input node to receive pixel data. 47440112adSJohan Jonker 48440112adSJohan Jonker port@1: 49440112adSJohan Jonker $ref: /schemas/graph.yaml#/properties/port 50440112adSJohan Jonker description: 51440112adSJohan Jonker Port node with one endpoint connected to a dp-connector node. 52440112adSJohan Jonker 53440112adSJohan Jonker required: 54440112adSJohan Jonker - port@0 55440112adSJohan Jonker - port@1 56440112adSJohan Jonker 57440112adSJohan Jonkerrequired: 58440112adSJohan Jonker - reg 59440112adSJohan Jonker - interrupts 60440112adSJohan Jonker - clock-names 61440112adSJohan Jonker - clocks 62440112adSJohan Jonker - ports 63440112adSJohan Jonker 64440112adSJohan JonkeradditionalProperties: true 65