Skip to content

Commit add48ba

Browse files
ceggers-arrirobherring
authored andcommitted
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]>
1 parent fb820b4 commit add48ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)