Skip to content

Commit bc633f0

Browse files
committed
dt-bindings: iio: adc: adi,ad9083: don't unnecessarily quote strings
Drop unnecessary quotes around a couple of strings. This is the preferred style upstream. Signed-off-by: David Lechner <[email protected]>
1 parent 7ab4e62 commit bc633f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/devicetree/bindings/iio/adc/adi,ad9083.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ properties:
4040

4141
jesd204-inputs:
4242
description: JESD204-fsm devices phandles and specifiers (used to build the link topology)
43-
$ref: "/schemas/types.yaml#/definitions/phandle"
43+
$ref: /schemas/types.yaml#/definitions/phandle
4444

4545
spi-max-frequency:
4646
const: 1000000
@@ -49,7 +49,7 @@ properties:
4949
maxItems: 1
5050

5151
clock-names:
52-
const: "adc_ref_clk"
52+
const: adc_ref_clk
5353
description: AD9083 reference clock name
5454

5555
adi,adc-frequency-hz:

0 commit comments

Comments
 (0)