^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) /* SPDX-License-Identifier: GPL-2.0 */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) /*
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) * This header provides constants for most Multiplexer bindings.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) *
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) * Most Multiplexer bindings specify an idle state. In most cases, the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) * multiplexer can be left as is when idle, and in some cases it can
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) * disconnect the input/output and leave the multiplexer in a high
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) * impedance state.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) #ifndef _DT_BINDINGS_MUX_MUX_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) #define _DT_BINDINGS_MUX_MUX_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) #define MUX_IDLE_AS_IS (-1)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) #define MUX_IDLE_DISCONNECT (-2)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) #endif