mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-21 20:34:38 +00:00

Import the dt-bindings headers in preparation for switching to upstream DTS for MSM8916. Taken from kernel tag v6.7 Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Reviewed-by: Sumit Garg <sumit.garg@linaro.org> Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
9 lines
238 B
C
9 lines
238 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef __DT_APQ8016_LPASS_H
|
|
#define __DT_APQ8016_LPASS_H
|
|
|
|
#include <dt-bindings/sound/qcom,lpass.h>
|
|
|
|
/* NOTE: Use qcom,lpass.h to define any AIF ID's for LPASS */
|
|
|
|
#endif /* __DT_APQ8016_LPASS_H */
|