mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 06:20:53 +07:00
7461279bba
Add device tree binding documentation for the clocks provided by the MIPS Boston development board from Imagination Technologies, and a header file describing the available clocks for use by device trees & driver. Signed-off-by: Paul Burton <paul.burton@imgtec.com> Acked-by: Stephen Boyd <sboyd@codeaurora.org> Cc: Frank Rowand <frowand.list@gmail.com> Cc: Michael Turquette <mturquette@baylibre.com> Cc: Rob Herring <robh+dt@kernel.org> Cc: devicetree@vger.kernel.org Cc: linux-clk@vger.kernel.org Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/16482/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
15 lines
313 B
C
15 lines
313 B
C
/*
|
|
* Copyright (C) 2016 Imagination Technologies
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0
|
|
*/
|
|
|
|
#ifndef __DT_BINDINGS_CLOCK_BOSTON_CLOCK_H__
|
|
#define __DT_BINDINGS_CLOCK_BOSTON_CLOCK_H__
|
|
|
|
#define BOSTON_CLK_INPUT 0
|
|
#define BOSTON_CLK_SYS 1
|
|
#define BOSTON_CLK_CPU 2
|
|
|
|
#endif /* __DT_BINDINGS_CLOCK_BOSTON_CLOCK_H__ */
|