Commit 2f22aafa authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

dt-bindings: phy: samsung,dp-video-phy: deprecate syscon phandle

The DisplayPort phy is actually part of the Power Management Unit system
controller, thus it should be its child, instead of sibling node with
syscon phandle.
Acked-by: default avatarVinod Koul <vkoul@kernel.org>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230127194057.186458-3-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
parent 5e487164
...@@ -22,13 +22,13 @@ properties: ...@@ -22,13 +22,13 @@ properties:
samsung,pmu-syscon: samsung,pmu-syscon:
$ref: /schemas/types.yaml#/definitions/phandle $ref: /schemas/types.yaml#/definitions/phandle
deprecated: true
description: description:
Phandle to PMU system controller interface. Phandle to PMU system controller interface (if not a child of PMU).
required: required:
- compatible - compatible
- "#phy-cells" - "#phy-cells"
- samsung,pmu-syscon
additionalProperties: false additionalProperties: false
...@@ -36,6 +36,5 @@ examples: ...@@ -36,6 +36,5 @@ examples:
- | - |
phy { phy {
compatible = "samsung,exynos5420-dp-video-phy"; compatible = "samsung,exynos5420-dp-video-phy";
samsung,pmu-syscon = <&pmu_system_controller>;
#phy-cells = <0>; #phy-cells = <0>;
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment