ste,mcde.yaml (10205618052908770451acd33eaeaa7685e97ed2) | ste,mcde.yaml (b67554232307e755c8a24d7a695a321ecd58790b) |
---|---|
1# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/display/ste,mcde.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: ST-Ericsson Multi Channel Display Engine MCDE 8 --- 28 unchanged lines hidden (view full) --- 37 38 epod-supply: 39 description: a phandle to the EPOD regulator 40 41 vana-supply: 42 description: a phandle to the analog voltage regulator 43 44 port: | 1# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/display/ste,mcde.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: ST-Ericsson Multi Channel Display Engine MCDE 8 --- 28 unchanged lines hidden (view full) --- 37 38 epod-supply: 39 description: a phandle to the EPOD regulator 40 41 vana-supply: 42 description: a phandle to the analog voltage regulator 43 44 port: |
45 type: object | 45 $ref: /schemas/graph.yaml#/properties/port |
46 description: | 46 description: |
47 A DPI port node with endpoint definitions as defined in 48 Documentation/devicetree/bindings/media/video-interfaces.txt | 47 A DPI port node |
49 50 "#address-cells": 51 const: 1 52 53 "#size-cells": 54 const: 1 55 56 ranges: true --- 113 unchanged lines hidden --- | 48 49 "#address-cells": 50 const: 1 51 52 "#size-cells": 53 const: 1 54 55 ranges: true --- 113 unchanged lines hidden --- |