diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2019-03-29 15:42:11 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2019-04-21 10:26:51 +0200 |
commit | c50151d43f78738d3d9fef4c4f4611e83178dc88 (patch) | |
tree | 7725c3f49802321863c2d7193cf251f41e699123 /doc | |
parent | 1655f2da8449db915fe414e3f88e64ad64f6a77a (diff) | |
download | u-boot-c50151d43f78738d3d9fef4c4f4611e83178dc88.tar.gz u-boot-c50151d43f78738d3d9fef4c4f4611e83178dc88.tar.bz2 u-boot-c50151d43f78738d3d9fef4c4f4611e83178dc88.zip |
phy: usbphyc: Binding update of vdda supply
Move supply vdda1v1 and vdda1v8 in usbphyc node and
no more in port
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/device-tree-bindings/phy/phy-stm32-usbphyc.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/device-tree-bindings/phy/phy-stm32-usbphyc.txt b/doc/device-tree-bindings/phy/phy-stm32-usbphyc.txt index 725ae71ae6..da98407403 100644 --- a/doc/device-tree-bindings/phy/phy-stm32-usbphyc.txt +++ b/doc/device-tree-bindings/phy/phy-stm32-usbphyc.txt @@ -23,6 +23,8 @@ Required properties: - compatible: must be "st,stm32mp1-usbphyc" - reg: address and length of the usb phy control register set - clocks: phandle + clock specifier for the PLL phy clock +- vdda1v1-supply: phandle to the regulator providing 1V1 power to the PHY +- vdda1v8-supply: phandle to the regulator providing 1V8 power to the PHY - #address-cells: number of address cells for phys sub-nodes, must be <1> - #size-cells: number of size cells for phys sub-nodes, must be <0> @@ -40,8 +42,6 @@ Required properties: - reg: phy port index - phy-supply: phandle to the regulator providing 3V3 power to the PHY, see phy-bindings.txt in the same directory. -- vdda1v1-supply: phandle to the regulator providing 1V1 power to the PHY -- vdda1v8-supply: phandle to the regulator providing 1V8 power to the PHY - #phy-cells: see phy-bindings.txt in the same directory, must be <0> for PHY port#1 and must be <1> for PHY port#2, to select USB controller |