Home
last modified time | relevance | path

Searched +full:cgu +full:- +full:lgm (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/clock/
Dintel,cgu-lgm.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/intel,cgu-lgm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Intel Lightning Mountain SoC's Clock Controller(CGU) Binding
10 - Rahul Tanwar <rahul.tanwar@linux.intel.com>
13 Lightning Mountain(LGM) SoC's Clock Generation Unit(CGU) driver provides
14 all means to access the CGU hardware module in order to generate a series
17 Please refer to include/dt-bindings/clock/intel,lgm-clk.h header file, it
23 const: intel,cgu-lgm
[all …]
/Linux-v6.1/drivers/clk/x86/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
5 bool "Clock driver for Lightning Mountain(LGM) platform"
7 Clock Generation Unit(CGU) driver for Intel Lightning Mountain(LGM)
DMakefile1 # SPDX-License-Identifier: GPL-2.0-only
2 obj-$(CONFIG_X86_AMD_PLATFORM_DEVICE) += clk-fch.o
3 obj-$(CONFIG_X86_INTEL_LPSS) += clk-lpss-atom.o clk-pmc-atom.o
4 obj-$(CONFIG_CLK_LGM_CGU) += clk-cgu.o clk-cgu-pll.o clk-lgm.o
Dclk-lgm.c1 // SPDX-License-Identifier: GPL-2.0
7 #include <linux/clk-provider.h>
10 #include <dt-bindings/clock/intel,lgm-clk.h>
11 #include "clk-cgu.h"
119 * It's more efficient to provide an explicit table due to non-linear
425 struct device *dev = &pdev->dev; in lgm_cgu_probe()
426 struct device_node *np = dev->of_node; in lgm_cgu_probe()
432 return -ENOMEM; in lgm_cgu_probe()
434 ctx->clk_data.num = CLK_NR_CLKS; in lgm_cgu_probe()
436 ctx->membase = devm_platform_ioremap_resource(pdev, 0); in lgm_cgu_probe()
[all …]