diff options
author | Rob Herring <robh@kernel.org> | 2021-05-26 20:48:36 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2021-06-02 01:20:06 +0200 |
commit | 9b358af7c8186678677102e8c6cc472e7c00c0c0 (patch) | |
tree | 455025cdd8f8ca5abcddaa1b27916ee204785305 /Documentation/devicetree/bindings/iio/multiplexer | |
parent | dt-bindings: rtc: nxp,pcf8563: Convert to DT schema (diff) | |
download | linux-9b358af7c8186678677102e8c6cc472e7c00c0c0.tar.xz linux-9b358af7c8186678677102e8c6cc472e7c00c0c0.zip |
dt-bindings: mux: Convert mux controller bindings to schema
Convert the mux controller bindings to DT schema.
Cc: Peter Rosin <peda@axentia.se>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Acked-by: Wolfram Sang <wsa@kernel.org>
Acked-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20210526184839.2937899-4-robh@kernel.org
Diffstat (limited to 'Documentation/devicetree/bindings/iio/multiplexer')
-rw-r--r-- | Documentation/devicetree/bindings/iio/multiplexer/io-channel-mux.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/iio/multiplexer/io-channel-mux.txt b/Documentation/devicetree/bindings/iio/multiplexer/io-channel-mux.txt index 89647d714387..d2b3105dba67 100644 --- a/Documentation/devicetree/bindings/iio/multiplexer/io-channel-mux.txt +++ b/Documentation/devicetree/bindings/iio/multiplexer/io-channel-mux.txt @@ -17,7 +17,7 @@ For each non-empty string in the channels property, an io-channel will be created. The number of this io-channel is the same as the index into the list of strings in the channels property, and also matches the mux controller state. The mux controller state is described in -../mux/mux-controller.txt +../mux/mux-controller.yaml Example: mux: mux-controller { |