diff mbox series

dt-bindings: iio: io-channel-mux: Fix compatible string in example code

Message ID 20200727101605.24384-1-ceggers@arri.de (mailing list archive)
State New, archived
Headers show
Series dt-bindings: iio: io-channel-mux: Fix compatible string in example code | expand

Commit Message

Christian Eggers July 27, 2020, 10:16 a.m. UTC
The correct compatible string is "gpio-mux" (see
bindings/mux/gpio-mux.txt).

Signed-off-by: Christian Eggers <ceggers@arri.de>
Cc: stable@vger.kernel.org
---
 .../devicetree/bindings/iio/multiplexer/io-channel-mux.txt      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Sasha Levin July 30, 2020, 1:48 p.m. UTC | #1
Hi

[This is an automated email]

This commit has been processed because it contains a -stable tag.
The stable tag indicates that it's relevant for the following trees: all

The bot has tested the following trees: v5.7.11, v5.4.54, v4.19.135, v4.14.190, v4.9.231, v4.4.231.

v5.7.11: Build OK!
v5.4.54: Build OK!
v4.19.135: Build OK!
v4.14.190: Build OK!
v4.9.231: Failed to apply! Possible dependencies:
    7fde1484af21 ("iio: dpot-dac: DAC driver based on a digital potentiometer")
    a36954f58f6c ("dt-bindings: iio: io-channel-mux: document io-channel-mux bindings")
    b475f80b354a ("iio: envelope-detector: ADC driver based on a DAC and a comparator")
    e778aa142ab0 ("dt-bindings: iio: document envelope-detector bindings")
    ed13134ba8c0 ("dt-bindings: iio: document dpot-dac bindings")

v4.4.231: Failed to apply! Possible dependencies:
    16846ebeffe4 ("iio: adc: add IMX7D ADC driver support")
    3b8df5fd526e ("iio: Add IIO support for the Measurement Computing CIO-DAC family")
    6df2e98c3ea5 ("iio: adc: Add imx25-gcq ADC driver")
    7f270bc9a2d9 ("iio: dac: AD8801: add Analog Devices AD8801/AD8803 support")
    7fde1484af21 ("iio: dpot-dac: DAC driver based on a digital potentiometer")
    9bbccbe11ab7 ("iio: dac: add NXP LPC18xx DAC driver")
    a36954f58f6c ("dt-bindings: iio: io-channel-mux: document io-channel-mux bindings")
    b475f80b354a ("iio: envelope-detector: ADC driver based on a DAC and a comparator")
    c43a102e67db ("iio: ina2xx: add support for TI INA2xx Power Monitors")
    e778aa142ab0 ("dt-bindings: iio: document envelope-detector bindings")
    ed13134ba8c0 ("dt-bindings: iio: document dpot-dac bindings")


NOTE: The patch will not be queued to stable trees until it is upstream.

How should we proceed with this patch?
Rob Herring (Arm) July 31, 2020, 8:47 p.m. UTC | #2
On Mon, 27 Jul 2020 12:16:05 +0200, Christian Eggers wrote:
> The correct compatible string is "gpio-mux" (see
> bindings/mux/gpio-mux.txt).
> 
> Signed-off-by: Christian Eggers <ceggers@arri.de>
> Cc: stable@vger.kernel.org
> ---
>  .../devicetree/bindings/iio/multiplexer/io-channel-mux.txt      | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Added 'v4.13+' to stable tag and applied, thanks!
diff mbox series

Patch

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>,