1*5def4c47SEmmanuel Vadot /* SPDX-License-Identifier: GPL-2.0 */ 2*5def4c47SEmmanuel Vadot 3*5def4c47SEmmanuel Vadot #ifndef _DT_BINDINGS_CLK_LPASS_AONCC_SM8250_H 4*5def4c47SEmmanuel Vadot #define _DT_BINDINGS_CLK_LPASS_AONCC_SM8250_H 5*5def4c47SEmmanuel Vadot 6*5def4c47SEmmanuel Vadot /* from AOCC */ 7*5def4c47SEmmanuel Vadot #define LPASS_CDC_VA_MCLK 0 8*5def4c47SEmmanuel Vadot #define LPASS_CDC_TX_NPL 1 9*5def4c47SEmmanuel Vadot #define LPASS_CDC_TX_MCLK 2 10*5def4c47SEmmanuel Vadot 11*5def4c47SEmmanuel Vadot #endif /* _DT_BINDINGS_CLK_LPASS_AONCC_SM8250_H */ 12