mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
172e95346d
Add the clock subtree generating the 32k clock in amlogic axg ao block. Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Acked-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Link: https://lkml.kernel.org/r/20181221160239.26265-6-jbrunet@baylibre.com
18 lines
413 B
C
18 lines
413 B
C
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
|
|
/*
|
|
* Copyright (c) 2017 BayLibre, SAS
|
|
* Author: Neil Armstrong <narmstrong@baylibre.com>
|
|
*
|
|
* Copyright (c) 2018 Amlogic, inc.
|
|
* Author: Qiufang Dai <qiufang.dai@amlogic.com>
|
|
*/
|
|
|
|
#ifndef __AXG_AOCLKC_H
|
|
#define __AXG_AOCLKC_H
|
|
|
|
#define NR_CLKS 17
|
|
|
|
#include <dt-bindings/clock/axg-aoclkc.h>
|
|
#include <dt-bindings/reset/axg-aoclkc.h>
|
|
|
|
#endif /* __AXG_AOCLKC_H */
|