Home
last modified time | relevance | path

Searched +full:c3 +full:- +full:peripherals +full:- +full:clkc (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/devicetree/bindings/clock/
H A Damlogic,c3-peripherals-clkc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 # Copyright (C) 2022-2023 Amlogic, Inc. All rights reserved
4 ---
5 $id: http://devicetree.org/schemas/clock/amlogic,c3-peripherals-clkc.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Amlogic C3 series Peripheral Clock Controller
11 - Neil Armstrong <neil.armstrong@linaro.org>
12 - Jerome Brunet <jbrunet@baylibre.com>
13 - Xianwei Zhao <xianwei.zhao@amlogic.com>
14 - Chuan Liu <chuan.liu@amlogic.com>
[all …]
/linux/drivers/clk/meson/
H A DMakefile1 # SPDX-License-Identifier: GPL-2.0-only
4 obj-$(CONFIG_COMMON_CLK_MESON_CLKC_UTILS) += meson-clkc-utils.o
5 obj-$(CONFIG_COMMON_CLK_MESON_AO_CLKC) += meson-aoclk.o
6 obj-$(CONFIG_COMMON_CLK_MESON_CPU_DYNDIV) += clk-cpu-dyndiv.o
7 obj-$(CONFIG_COMMON_CLK_MESON_DUALDIV) += clk-dualdiv.o
8 obj-$(CONFIG_COMMON_CLK_MESON_MPLL) += clk-mpll.o
9 obj-$(CONFIG_COMMON_CLK_MESON_PHASE) += clk-phase.o
10 obj-$(CONFIG_COMMON_CLK_MESON_PLL) += clk-pll.o
11 obj-$(CONFIG_COMMON_CLK_MESON_REGMAP) += clk-regmap.o
12 obj-$(CONFIG_COMMON_CLK_MESON_SCLK_DIV) += sclk-div.o
[all …]
H A Dc3-peripherals.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Amlogic C3 Peripherals Clock Controller Driver
9 #include <linux/clk-provider.h>
11 #include "clk-regmap.h"
12 #include "clk-dualdiv.h"
13 #include "meson-clkc-utils.h"
14 #include <dt-bindings/clock/amlogic,c3-peripherals-clkc.h>
204 * disabled, cpu_clk and other key CPU-related configurations cannot take effect.
213 * AOCPU. If the clock is disabled, interrupt-related functions will occurs an
317 * NOTE: axi_dev1_dmc provides the clock for the peripherals(EMMC, SDIO,
[all …]