Skip to content

Commit 6f63c90

Browse files
Fabrice Gasnierjic23
authored andcommitted
dt-bindings: iio: adc: stm32-adc: fix id relative path
Fix id relative path that shouldn't contain 'bindings', as pointed out when submitting st,stm32-dac bindings conversion to json-schema [1]. [1] https://patchwork.ozlabs.org/patch/1257568/ Fixes: a8cf172 ("dt-bindings: iio: adc: stm32-adc: convert bindings to json-schema") Signed-off-by: Fabrice Gasnier <[email protected]> Signed-off-by: Jonathan Cameron <[email protected]>
1 parent fc06926 commit 6f63c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/iio/adc/st,stm32-adc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
22
%YAML 1.2
33
---
4-
$id: "http://devicetree.org/schemas/bindings/iio/adc/st,stm32-adc.yaml#"
4+
$id: "http://devicetree.org/schemas/iio/adc/st,stm32-adc.yaml#"
55
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
66

77
title: STMicroelectronics STM32 ADC bindings

0 commit comments

Comments
 (0)