forked from Minki/linux
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
19 lines
413 B
C
19 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 */
|