Searched +full:c3 +full:- +full:peripherals +full:- +full:clkc (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2 # Copyright (C) 2022-2023 Amlogic, Inc. All rights reserved4 ---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 Controller11 - 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 …]
1 # SPDX-License-Identifier: GPL-2.0-only4 obj-$(CONFIG_COMMON_CLK_MESON_CLKC_UTILS) += meson-clkc-utils.o5 obj-$(CONFIG_COMMON_CLK_MESON_AO_CLKC) += meson-aoclk.o6 obj-$(CONFIG_COMMON_CLK_MESON_CPU_DYNDIV) += clk-cpu-dyndiv.o7 obj-$(CONFIG_COMMON_CLK_MESON_DUALDIV) += clk-dualdiv.o8 obj-$(CONFIG_COMMON_CLK_MESON_MPLL) += clk-mpll.o9 obj-$(CONFIG_COMMON_CLK_MESON_PHASE) += clk-phase.o10 obj-$(CONFIG_COMMON_CLK_MESON_PLL) += clk-pll.o11 obj-$(CONFIG_COMMON_CLK_MESON_REGMAP) += clk-regmap.o12 obj-$(CONFIG_COMMON_CLK_MESON_SCLK_DIV) += sclk-div.o[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Amlogic C3 Peripherals Clock Controller Driver9 #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 an317 * NOTE: axi_dev1_dmc provides the clock for the peripherals(EMMC, SDIO,[all …]