Skip to content

Commit 0d4abc3

Browse files
ceggers-arrigregkh
authored andcommitted
dt-bindings: iio: io-channel-mux: Fix compatible string in example code
commit add48ba 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>
1 parent a34b58b commit 0d4abc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/devicetree/bindings/iio/multiplexer/io-channel-mux.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ controller state. The mux controller state is described in
2121

2222
Example:
2323
mux: mux-controller {
24-
compatible = "mux-gpio";
24+
compatible = "gpio-mux";
2525
#mux-control-cells = <0>;
2626

2727
mux-gpios = <&pioA 0 GPIO_ACTIVE_HIGH>,

0 commit comments

Comments
 (0)