mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 04:08:54 +00:00
0384759b3d
Most of the clock-related dt-binding header files are located in include/dt-bindings/clock. It would be good to keep all the similar header files at a single location. This was discovered while investigating the state of ownership of the files in include/dt-bindings/ according to the MAINTAINERS file. This change here is similar to commit8e28918a85
("dt-bindings: clock: Move ti-dra7-atl.h to dt-bindings/clock") and commit35d35aae81
("dt-bindings: clock: Move at91.h to dt-bindigs/clock"). Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Link: https://lore.kernel.org/r/20220613081632.2159-2-lukas.bulwahn@gmail.com Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
27 lines
715 B
C
27 lines
715 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Device Tree defines for Lochnagar clocking
|
|
*
|
|
* Copyright (c) 2017-2018 Cirrus Logic, Inc. and
|
|
* Cirrus Logic International Semiconductor Ltd.
|
|
*
|
|
* Author: Charles Keepax <ckeepax@opensource.cirrus.com>
|
|
*/
|
|
|
|
#ifndef DT_BINDINGS_CLK_LOCHNAGAR_H
|
|
#define DT_BINDINGS_CLK_LOCHNAGAR_H
|
|
|
|
#define LOCHNAGAR_CDC_MCLK1 0
|
|
#define LOCHNAGAR_CDC_MCLK2 1
|
|
#define LOCHNAGAR_DSP_CLKIN 2
|
|
#define LOCHNAGAR_GF_CLKOUT1 3
|
|
#define LOCHNAGAR_GF_CLKOUT2 4
|
|
#define LOCHNAGAR_PSIA1_MCLK 5
|
|
#define LOCHNAGAR_PSIA2_MCLK 6
|
|
#define LOCHNAGAR_SPDIF_MCLK 7
|
|
#define LOCHNAGAR_ADAT_MCLK 8
|
|
#define LOCHNAGAR_SOUNDCARD_MCLK 9
|
|
#define LOCHNAGAR_SPDIF_CLKOUT 10
|
|
|
|
#endif
|