[PATCH 1/4] dt-bindings: iio: frequency: Use dt-schema for clock-names

From: Stefan Popa
Date: Mon Jun 24 2019 - 15:00:55 EST


Dt-schema can be used for clock-names property.

Signed-off-by: Stefan Popa <stefan.popa@xxxxxxxxxx>
---
Documentation/devicetree/bindings/iio/frequency/adf4371.yaml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/iio/frequency/adf4371.yaml b/Documentation/devicetree/bindings/iio/frequency/adf4371.yaml
index d7adf074..8a2a8f6 100644
--- a/Documentation/devicetree/bindings/iio/frequency/adf4371.yaml
+++ b/Documentation/devicetree/bindings/iio/frequency/adf4371.yaml
@@ -27,9 +27,8 @@ properties:
maxItems: 1

clock-names:
- description:
- Must be "clkin"
- maxItems: 1
+ items:
+ - clkin

required:
- compatible
--
2.7.4