diff options
author | Christian Eggers <ceggers@arri.de> | 2020-07-27 12:16:05 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-08-21 11:05:30 +0200 |
commit | 0d4abc3512b0e79cd79c8d41dd3d7ed4a8bdbac1 (patch) | |
tree | 24c702c665fe19827231b875d371a70bd3df4ffd /Documentation | |
parent | a34b58b5b43be7df523188dd2fa639075658ed0b (diff) | |
download | linux-stable-0d4abc3512b0e79cd79c8d41dd3d7ed4a8bdbac1.tar.gz linux-stable-0d4abc3512b0e79cd79c8d41dd3d7ed4a8bdbac1.tar.bz2 linux-stable-0d4abc3512b0e79cd79c8d41dd3d7ed4a8bdbac1.zip |
dt-bindings: iio: io-channel-mux: Fix compatible string in example code
commit add48ba425192c6e04ce70549129cacd01e2a09e upstream.
The correct compatible string is "gpio-mux" (see
bindings/mux/gpio-mux.txt).
Cc: stable@vger.kernel.org # v4.13+
Reviewed-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Christian Eggers <ceggers@arri.de>
Link: https://lore.kernel.org/r/20200727101605.24384-1-ceggers@arri.de
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation')
-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>, |