Searched +full:s5m8767 +full:- +full:clk (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/mfd/ |
D | samsung,s5m8767.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/mfd/samsung,s5m8767.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Samsung S5M8767 Power Management IC 10 - Krzysztof Kozlowski <krzk@kernel.org> 16 The Samsung S5M8767 is a Power Management IC which includes voltage 17 and current regulators, RTC, clock outputs and other sub-blocks. 21 const: samsung,s5m8767-pmic 35 $ref: ../regulator/samsung,s5m8767.yaml [all …]
|
/Linux-v6.1/drivers/mfd/ |
D | sec-core.c | 1 // SPDX-License-Identifier: GPL-2.0+ 28 #include <linux/mfd/samsung/s5m8767.h> 32 { .name = "s5m8751-pmic", }, 33 { .name = "s5m-charger", }, 34 { .name = "s5m8751-codec", }, 38 { .name = "s5m8763-pmic", }, 39 { .name = "s5m-rtc", }, 40 { .name = "s5m-charger", }, 44 { .name = "s5m8767-pmic", }, 45 { .name = "s5m-rtc", }, [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/clock/ |
D | samsung,s2mps11.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Krzysztof Kozlowski <krzk@kernel.org> 16 The S2MPS11/13/15 and S5M8767 provide three(AP/CP/BT) buffered 32.768 kHz 20 dt-bindings/clock/samsung,s2mps11.h header. 28 - samsung,s2mps11-clk 29 - samsung,s2mps13-clk # S2MPS13 and S2MPS15 30 - samsung,s2mps14-clk 31 - samsung,s5m8767-clk [all …]
|
/Linux-v6.1/drivers/clk/ |
D | clk-s2mps11.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 // clk-s2mps11.c - Clock driver for S2MPS11. 12 #include <linux/clk-provider.h> 17 #include <linux/mfd/samsung/s5m8767.h> 20 #include <dt-bindings/clock/samsung,s2mps11.h> 26 struct clk *clk; member 41 return regmap_update_bits(s2mps11->iodev->regmap_pmic, in s2mps11_clk_prepare() 42 s2mps11->reg, in s2mps11_clk_prepare() 43 s2mps11->mask, s2mps11->mask); in s2mps11_clk_prepare() 50 regmap_update_bits(s2mps11->iodev->regmap_pmic, s2mps11->reg, in s2mps11_clk_unprepare() [all …]
|
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 6 The <linux/clk.h> calls support software clock gating and 16 Select this option when the clock API in <linux/clk.h> is implemented 19 'struct clk'. 30 clk, useful across many platforms, as well as an 31 implementation of the clock API in include/linux/clk.h. 32 Architectures utilizing the common struct clk should select 44 source "drivers/clk/versatile/Kconfig" 60 Low-Noise JESD204B Compliant Clock Jitter Cleaner With Dual Loop PLLs 89 These multi-function devices have two fixed-rate oscillators, clocked at 32KHz each. [all …]
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | exynos5250-spring.dts | 1 // SPDX-License-Identifier: GPL-2.0 9 /dts-v1/; 10 #include <dt-bindings/clock/samsung,s2mps11.h> 11 #include <dt-bindings/gpio/gpio.h> 12 #include <dt-bindings/interrupt-controller/irq.h> 13 #include <dt-bindings/input/input.h> 19 chassis-type = "laptop"; 28 stdout-path = "serial3:115200n8"; 31 gpio-keys { 32 compatible = "gpio-keys"; [all …]
|
D | exynos4412-itop-scp-core.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 13 #include <dt-bindings/clock/samsung,s2mps11.h> 14 #include <dt-bindings/gpio/gpio.h> 15 #include <dt-bindings/input/input.h> 17 #include "exynos4412-ppmu-common.dtsi" 18 #include "exynos-mfc-reserved-memory.dtsi" 27 compatible = "samsung,secure-firmware"; 31 fixed-rate-clocks { 33 compatible = "samsung,clock-xxti"; 34 clock-frequency = <0>; [all …]
|
D | exynos4412-origen.dts | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (c) 2012-2013 Samsung Electronics Co., Ltd. 12 /dts-v1/; 14 #include <dt-bindings/clock/samsung,s2mps11.h> 15 #include <dt-bindings/gpio/gpio.h> 16 #include <dt-bindings/input/input.h> 17 #include "exynos-mfc-reserved-memory.dtsi" 29 stdout-path = "serial2:115200n8"; 33 compatible = "samsung,secure-firmware"; 37 mmc_reg: regulator-0 { [all …]
|
D | exynos5250-arndale.dts | 1 // SPDX-License-Identifier: GPL-2.0 9 /dts-v1/; 10 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/interrupt-controller/irq.h> 12 #include <dt-bindings/input/input.h> 13 #include <dt-bindings/clock/samsung,s2mps11.h> 14 #include <dt-bindings/sound/samsung-i2s.h> 27 stdout-path = "serial2:115200n8"; 30 gpio-keys { 31 compatible = "gpio-keys"; [all …]
|