1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 2 %YAML 1.2 3 --- 4 $id: http://devicetree.org/schemas/phy/samsung,dp-video-phy.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 7 title: Samsung Exynos SoC DisplayPort PHY 8 9 maintainers: 10 - Krzysztof Kozlowski <krzk@kernel.org> 11 - Marek Szyprowski <m.szyprowski@samsung.com> 12 - Sylwester Nawrocki <s.nawrocki@samsung.com> 13 14 properties: 15 compatible: 16 enum: 17 - samsung,exynos5250-dp-video-phy 18 - samsung,exynos5420-dp-video-phy 19 20 "#phy-cells": 21 const: 0 22 23 samsung,pmu-syscon: 24 $ref: /schemas/types.yaml#/definitions/phandle 25 deprecated: true 26 description: 27 Phandle to PMU system controller interface (if not a child of PMU). 28 29 required: 30 - compatible 31 - "#phy-cells" 32 33 additionalProperties: false 34 35 examples: 36 - | 37 phy { 38 compatible = "samsung,exynos5420-dp-video-phy"; 39 #phy-cells = <0>; 40 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.