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

phy: dt-bindings: cdns,dphy: add power-domains property

This property is needed on TI platforms to enable the PD of the DPHY
before it can be used.

Signed-off-by: Pratyush Yadav <p.yadav@ti.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Rob Herring <robh@kernel.org>

Link: https://lore.kernel.org/r/20220301111621.2992275-4-p.yadav@ti.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Pratyush Yadav and committed by
Vinod Koul
222e7d3f 40b95583

+5
+5
Documentation/devicetree/bindings/phy/cdns,dphy.yaml
··· 30 30 "#phy-cells": 31 31 const: 0 32 32 33 + power-domains: 34 + maxItems: 1 35 + 33 36 required: 34 37 - compatible 35 38 - reg ··· 44 41 45 42 examples: 46 43 - | 44 + #include <dt-bindings/soc/ti,sci_pm_domain.h> 47 45 48 46 dphy0: phy@fd0e0000{ 49 47 compatible = "cdns,dphy"; 50 48 reg = <0xfd0e0000 0x1000>; 51 49 clocks = <&psm_clk>, <&pll_ref_clk>; 52 50 clock-names = "psm", "pll_ref"; 51 + power-domains = <&k3_pds 147 TI_SCI_PD_EXCLUSIVE>; 53 52 #phy-cells = <0>; 54 53 };