diff options
author | Christian Eggers <[email protected]> | 2020-07-27 12:16:05 +0200 |
---|---|---|
committer | Rob Herring <[email protected]> | 2020-07-31 14:44:58 -0600 |
commit | add48ba425192c6e04ce70549129cacd01e2a09e (patch) | |
tree | 8da8e8538a7fe357e36d7aab17d1d42ea95becf4 | |
parent | fb820b494acb70e3a20e50935118239c7e5c94dd (diff) |
dt-bindings: iio: io-channel-mux: Fix compatible string in example code
The correct compatible string is "gpio-mux" (see
bindings/mux/gpio-mux.txt).
Cc: [email protected] # v4.13+
Reviewed-by: Peter Rosin <[email protected]>
Signed-off-by: Christian Eggers <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Rob Herring <[email protected]>
-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 c82794002595..89647d714387 100644 --- a/Documentation/devicetree/bindings/iio/multiplexer/io-channel-mux.txt +++ b/Documentation/devicetree/bindings/iio/multiplexer/io-channel-mux.txt @@ -21,7 +21,7 @@ controller state. The mux controller state is described in Example: mux: mux-controller { - compatible = "mux-gpio"; + compatible = "gpio-mux"; #mux-control-cells = <0>; mux-gpios = <&pioA 0 GPIO_ACTIVE_HIGH>, |