Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Vinod Koul <vkoul@kernel.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230127194057.186458-3-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

+2 -3
+2 -3
Documentation/devicetree/bindings/phy/samsung,dp-video-phy.yaml
··· 22 22 23 23 samsung,pmu-syscon: 24 24 $ref: /schemas/types.yaml#/definitions/phandle 25 + deprecated: true 25 26 description: 26 - Phandle to PMU system controller interface. 27 + Phandle to PMU system controller interface (if not a child of PMU). 27 28 28 29 required: 29 30 - compatible 30 31 - "#phy-cells" 31 - - samsung,pmu-syscon 32 32 33 33 additionalProperties: false 34 34 ··· 36 36 - | 37 37 phy { 38 38 compatible = "samsung,exynos5420-dp-video-phy"; 39 - samsung,pmu-syscon = <&pmu_system_controller>; 40 39 #phy-cells = <0>; 41 40 };