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:
parent
aa8901c332
commit
6758e065ae
|
@ -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.
|
||||
...
|
||||
|
|
|
@ -20,6 +20,6 @@ properties:
|
|||
reg:
|
||||
category: required
|
||||
|
||||
"phy-cells":
|
||||
"#phy-cells":
|
||||
description: should be 0
|
||||
...
|
||||
|
|
|
@ -18,6 +18,6 @@ properties:
|
|||
compatible:
|
||||
constraint: "usb-nop-xceiv"
|
||||
|
||||
"phy-cells":
|
||||
"#phy-cells":
|
||||
description: should be 0
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue