| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A D | s5m8767.c | 14 #include <linux/mfd/samsung/s5m8767.h> 162 static int s5m8767_get_register(struct s5m8767_info *s5m8767, int reg_id, in s5m8767_get_register() argument 191 for (i = 0; i < s5m8767->num_regulators; i++) { in s5m8767_get_register() 192 if (s5m8767->opmode[i].id == reg_id) { in s5m8767_get_register() 193 mode = s5m8767->opmode[i].mode; in s5m8767_get_register() 198 if (i >= s5m8767->num_regulators) in s5m8767_get_register() 206 static int s5m8767_get_vsel_reg(int reg_id, struct s5m8767_info *s5m8767) in s5m8767_get_vsel_reg() argument 222 if (s5m8767->buck2_gpiodvs) in s5m8767_get_vsel_reg() 223 reg += s5m8767->buck_gpioindex; in s5m8767_get_vsel_reg() 227 if (s5m8767->buck3_gpiodvs) in s5m8767_get_vsel_reg() [all …]
|
| H A D | Makefile | 127 obj-$(CONFIG_REGULATOR_S5M8767) += s5m8767.o
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/ |
| H A D | samsung,s5m8767.txt | 1 Binding for Samsung S5M8767 regulator block 7 The S5M8767 device provide buck and LDO regulators. 16 - s5m8767,pmic-buck-ds-gpios: GPIO specifiers for three host gpio's used 19 [1] If either of the 's5m8767,pmic-buck[2/3/4]-uses-gpio-dvs' optional 21 's5m8767,pmic-buck[2/3/4]-dvs-voltage' should be specified. 24 - s5m8767,pmic-buck2-dvs-voltage: A set of 8 voltage values in micro-volt (uV) 28 - s5m8767,pmic-buck3-dvs-voltage: A set of 8 voltage values in micro-volt (uV) 32 - s5m8767,pmic-buck4-dvs-voltage: A set of 8 voltage values in micro-volt (uV) 36 - s5m8767,pmic-buck2-uses-gpio-dvs: 'buck2' can be controlled by gpio dvs. 37 - s5m8767,pmic-buck3-uses-gpio-dvs: 'buck3' can be controlled by gpio dvs. [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ |
| H A D | samsung,s2mps11.txt | 8 The S2MPS11/13/15 and S5M8767 provide three(AP/CP/BT) buffered 32.768 kHz 21 "samsung,s2mps14-clk", "samsung,s5m8767-clk" 30 32KhzAP 0 S2MPS11/13/14/15, S5M8767 31 32KhzCP 1 S2MPS11/13/15, S5M8767 32 32KhzBT 2 S2MPS11/13/14/15, S5M8767
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | exynos5250-spring.dts | 108 s5m8767-pmic@66 { 109 compatible = "samsung,s5m8767-pmic"; 117 s5m8767,pmic-buck-dvs-gpios = <&gpd1 0 GPIO_ACTIVE_LOW>, /* DVS1 */ 121 s5m8767,pmic-buck-ds-gpios = <&gpx2 3 GPIO_ACTIVE_LOW>, /* SET1 */ 130 s5m8767,pmic-buck2-dvs-voltage = <1350000>, <1300000>, 135 s5m8767,pmic-buck3-dvs-voltage = <1100000>, <1100000>, 140 s5m8767,pmic-buck4-dvs-voltage = <1200000>, <1200000>, 146 compatible = "samsung,s5m8767-clk"; 453 s5m8767_dvs: s5m8767-dvs { 488 s5m8767_ds: s5m8767-ds { [all …]
|
| H A D | exynos4412-itop-scp-core.dtsi | 137 s5m8767: s5m8767-pmic@66 { label 138 compatible = "samsung,s5m8767-pmic"; 141 s5m8767,pmic-buck-default-dvs-idx = <3>; 143 s5m8767,pmic-buck-dvs-gpios = <&gpb 5 GPIO_ACTIVE_HIGH>, 147 s5m8767,pmic-buck-ds-gpios = <&gpm3 5 GPIO_ACTIVE_HIGH>, 152 s5m8767,pmic-buck2-dvs-voltage = <1356250>, <1300000>, 157 s5m8767,pmic-buck3-dvs-voltage = <1000000>, <1000000>, 162 s5m8767,pmic-buck4-dvs-voltage = <1081250>, <1081250>, 458 compatible = "samsung,s5m8767-clk";
|
| H A D | exynos4412-origen.dts | 120 compatible = "samsung,s5m8767-pmic"; 123 s5m8767,pmic-buck-default-dvs-idx = <3>; 125 s5m8767,pmic-buck-dvs-gpios = <&gpx2 3 GPIO_ACTIVE_HIGH>, 129 s5m8767,pmic-buck-ds-gpios = <&gpm3 5 GPIO_ACTIVE_HIGH>, 133 s5m8767,pmic-buck2-dvs-voltage = <1250000>, <1200000>, 138 s5m8767,pmic-buck3-dvs-voltage = <1100000>, <1100000>, 143 s5m8767,pmic-buck4-dvs-voltage = <1200000>, <1200000>, 149 compatible = "samsung,s5m8767-clk";
|
| H A D | exynos5250-arndale.dts | 215 compatible = "samsung,s5m8767-pmic"; 242 s5m8767,pmic-buck2-dvs-voltage = <1300000>; 243 s5m8767,pmic-buck3-dvs-voltage = <1100000>; 244 s5m8767,pmic-buck4-dvs-voltage = <1200000>; 245 s5m8767,pmic-buck-dvs-gpios = <&gpd1 0 GPIO_ACTIVE_HIGH>, 248 s5m8767,pmic-buck-ds-gpios = <&gpx2 3 GPIO_ACTIVE_HIGH>, 253 compatible = "samsung,s5m8767-clk"; 595 s5m8767_irq: s5m8767-irq {
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | sec-core.c | 27 #include <linux/mfd/samsung/s5m8767.h> 43 { .name = "s5m8767-pmic", }, 46 .name = "s5m8767-clk", 47 .of_compatible = "samsung,s5m8767-clk", 99 .compatible = "samsung,s5m8767-pmic", 286 * Only the common platform data elements for s5m8767 are parsed here from the 287 * device tree. Other sub-modules of s5m8767 such as pmic, rtc , charger and 290 * The s5m8767 platform data structure is instantiated here and the drivers for
|
| H A D | sec-irq.c | 18 #include <linux/mfd/samsung/s5m8767.h> 419 .name = "s5m8767",
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/ |
| H A D | samsung,sec-core.txt | 7 The Samsung S2MPA01, S2MPS11/13/14/15, S2MPU02 and S5M8767 is a family 18 - bindings/regulator/samsung,s5m8767.txt 30 - "samsung,s5m8767-pmic".
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | exynos5250-spring.dts | 189 s5m8767-pmic@66 { 190 compatible = "samsung,s5m8767-pmic"; 195 s5m8767,pmic-buck-dvs-gpios = <&gpd1 0 GPIO_ACTIVE_LOW>, /* DVS1 */ 199 s5m8767,pmic-buck-ds-gpios = <&gpx2 3 GPIO_ACTIVE_LOW>, /* SET1 */ 208 s5m8767,pmic-buck2-dvs-voltage = <1350000>, <1300000>, 213 s5m8767,pmic-buck3-dvs-voltage = <1100000>, <1100000>, 218 s5m8767,pmic-buck4-dvs-voltage = <1200000>, <1200000>, 224 compatible = "samsung,s5m8767-clk";
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/samsung/ |
| H A D | s5m8767.h | 10 /* S5M8767 registers */ 135 /* S5M8767 regulator ids */
|
| /OK3568_Linux_fs/u-boot/drivers/power/pmic/ |
| H A D | s5m8767.c | 14 #include <power/s5m8767.h> 84 { .compatible = "samsung,s5m8767-pmic" },
|
| H A D | Kconfig | 172 bool "Enable Driver Model for the Samsung S5M8767 PMIC" 175 The S5M8767 PMIC provides a large array of LDOs and BUCKs for use
|
| H A D | Makefile | 22 obj-$(CONFIG_PMIC_S5M8767) += s5m8767.o
|
| /OK3568_Linux_fs/kernel/drivers/clk/ |
| H A D | clk-s2mps11.c | 17 #include <linux/mfd/samsung/s5m8767.h> 228 { "s5m8767-clk", S5M8767X}, 254 .compatible = "samsung,s5m8767-clk",
|
| H A D | Kconfig | 232 tristate "Clock driver for S2MPS1X/S5M8767 MFD" 235 This driver supports S2MPS11/S2MPS14/S5M8767 crystal oscillator 237 (S2MPS11, S5M8767) fixed-rate oscillators, clocked at 32KHz each.
|
| /OK3568_Linux_fs/u-boot/board/samsung/common/ |
| H A D | exynos5-dt.c | 31 #include <power/s5m8767.h> 108 ret = pmic_get("s5m8767-pmic", &dev); in exynos_power_init()
|
| /OK3568_Linux_fs/u-boot/drivers/power/regulator/ |
| H A D | Kconfig | 130 bool "Enable support for S5M8767 regulator" 133 This enables the regulator features of the S5M8767, allowing voltages
|
| H A D | Makefile | 20 obj-$(CONFIG_REGULATOR_S5M8767) += s5m8767.o
|
| H A D | s5m8767.c | 14 #include <power/s5m8767.h>
|
| /OK3568_Linux_fs/u-boot/include/power/ |
| H A D | s5m8767.h | 60 * struct s5m8767_para - s5m8767 register parameters
|
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | rtc-s5m.c | 55 * S5M8767 | UDR + TIME | | UDR 88 /* Register map for S5M8763 and S5M8767 */
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ |
| H A D | vendor-prefixes.yaml | 22 "^(pl022|pxa-mmc|rcar_sound|rotary-encoder|s5m8767|sdhci),.*": true
|