Commit add48ba4 authored by Christian Eggers's avatar Christian Eggers Committed by Rob Herring

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: stable@vger.kernel.org # v4.13+
Reviewed-by: default avatarPeter Rosin <peda@axentia.se>
Signed-off-by: default avatarChristian Eggers <ceggers@arri.de>
Link: https://lore.kernel.org/r/20200727101605.24384-1-ceggers@arri.deSigned-off-by: default avatarRob Herring <robh@kernel.org>
parent fb820b49
...@@ -21,7 +21,7 @@ controller state. The mux controller state is described in ...@@ -21,7 +21,7 @@ controller state. The mux controller state is described in
Example: Example:
mux: mux-controller { mux: mux-controller {
compatible = "mux-gpio"; compatible = "gpio-mux";
#mux-control-cells = <0>; #mux-control-cells = <0>;
mux-gpios = <&pioA 0 GPIO_ACTIVE_HIGH>, mux-gpios = <&pioA 0 GPIO_ACTIVE_HIGH>,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment