dts/bindings: Cleanup phy bindings

* Fix white space in phy.yaml
* Fix property name in st,stm32-usbphyc.yaml and usb-nop-xceiv.yaml to
  use "#phy-cells" and not "phy-cells"

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2019-06-14 09:51:16 -05:00 committed by Anas Nashif
parent aa8901c332
commit 6758e065ae
3 changed files with 6 additions and 8 deletions

View file

@ -15,10 +15,8 @@ inherits:
properties:
"#phy-cells":
type: int
category: required
description: Number of cells in a PHY provider. The meaning those
cells is defined by the binding for the phy node.
label:
category: required
type: int
category: required
description: Number of cells in a PHY provider. The meaning those
cells is defined by the binding for the phy node.
...

View file

@ -20,6 +20,6 @@ properties:
reg:
category: required
"phy-cells":
"#phy-cells":
description: should be 0
...

View file

@ -18,6 +18,6 @@ properties:
compatible:
constraint: "usb-nop-xceiv"
"phy-cells":
"#phy-cells":
description: should be 0
...