18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef __DT_RT5651_H 38c2ecf20Sopenharmony_ci#define __DT_RT5651_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci#define RT5651_JD_NULL 0 68c2ecf20Sopenharmony_ci#define RT5651_JD1_1 1 78c2ecf20Sopenharmony_ci#define RT5651_JD1_2 2 88c2ecf20Sopenharmony_ci#define RT5651_JD2 3 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ci#define RT5651_OVCD_SF_0P5 0 118c2ecf20Sopenharmony_ci#define RT5651_OVCD_SF_0P75 1 128c2ecf20Sopenharmony_ci#define RT5651_OVCD_SF_1P0 2 138c2ecf20Sopenharmony_ci#define RT5651_OVCD_SF_1P5 3 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ci#endif /* __DT_RT5651_H */ 16