/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/ |
D | rohm,bd71847-pmic.yaml | 4 $id: http://devicetree.org/schemas/mfd/rohm,bd71847-pmic.yaml# 7 title: ROHM BD71847 and BD71850 Power Management Integrated Circuit bindings 18 …https://www.rohm.com/products/power-management/power-management-ic-for-system/industrial-consumer-… 19 …https://www.rohm.com/products/power-management/power-management-ic-for-system/industrial-consumer-… 24 - rohm,bd71847 25 - rohm,bd71850 57 rohm,reset-snvs-powered: 71 rohm,short-press-ms: 92 rohm,long-press-ms: 114 $ref: ../regulator/rohm,bd71847-regulator.yaml [all …]
|
D | rohm,bd71837-pmic.yaml | 4 $id: http://devicetree.org/schemas/mfd/rohm,bd71837-pmic.yaml# 7 title: ROHM BD71837 Power Management Integrated Circuit bindings 18 …https://www.rohm.com/products/power-management/power-management-ic-for-system/industrial-consumer-… 22 const: rohm,bd71837 51 rohm,reset-snvs-powered: 65 rohm,short-press-ms: 85 rohm,long-press-ms: 106 $ref: ../regulator/rohm,bd71837-regulator.yaml 129 compatible = "rohm,bd71837"; 135 rohm,reset-snvs-powered; [all …]
|
D | bd9571mwv.txt | 1 * ROHM BD9571MWV Power Management Integrated Circuit (PMIC) bindings 4 - compatible : Should be "rohm,bd9571mwv". 28 - rohm,ddr-backup-power : Value to use for DDR-Backup Power (default 0). 38 - rohm,rstbmode-level: The RSTB signal is configured for level mode, to 41 - rohm,rstbmode-pulse: The RSTB signal is configured for pulse mode, to 49 compatible = "rohm,bd9571mwv"; 57 rohm,ddr-backup-power = <0xf>; 58 rohm,rstbmode-pulse;
|
D | rohm,bd71828-pmic.yaml | 4 $id: http://devicetree.org/schemas/mfd/rohm,bd71828-pmic.yaml# 7 title: ROHM BD71828 Power Management Integrated Circuit bindings 20 const: rohm,bd71828 47 rohm,charger-sense-resistor-ohms: 57 $ref: ../regulator/rohm,bd71828-regulator.yaml 62 $ref: ../leds/rohm,bd71828-leds.yaml 90 compatible = "rohm,bd71828"; 104 rohm,charger-sense-resistor-ohms = <10000000>; 184 compatible = "rohm,bd71828-leds"; 187 rohm,led-compatible = "bd71828-grnled"; [all …]
|
D | rohm,bd70528-pmic.txt | 1 * ROHM BD70528 Power Management Integrated Circuit bindings 12 - compatible : Should be "rohm,bd70528" 24 Please see ../regulator/rohm,bd70528-regulator.txt 39 compatible = "rohm,bd70528";
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/light/ |
D | bh1750.yaml | 7 title: ROHM BH1750 ambient light sensor 18 - rohm,bh1710 19 - rohm,bh1715 20 - rohm,bh1721 21 - rohm,bh1750 22 - rohm,bh1751 40 compatible = "rohm,bh1750";
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/ |
D | bu21013.txt | 1 * Rohm BU21013 Touch Screen 4 - compatible : "rohm,bu21013_tp" 23 - rohm,touch-max-x : Maximum outward permitted limit in the X axis 24 - rohm,touch-max-y : Maximum outward permitted limit in the Y axis 25 - rohm,flip-x : Flip touch coordinates on the X axis 26 - rohm,flip-y : Flip touch coordinates on the Y axis 32 compatible = "rohm,bu21013_tp";
|
D | bu21029.txt | 1 * Rohm BU21029 Touch Screen Controller 4 - compatible : must be "rohm,bu21029" 8 - rohm,x-plate-ohms : x-plate resistance in Ohm 23 compatible = "rohm,bu21029"; 28 rohm,x-plate-ohms = <600>;
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/leds/ |
D | rohm,bd71828-leds.yaml | 4 $id: http://devicetree.org/schemas/leds/rohm,bd71828-leds.yaml# 7 title: ROHM BD71828 Power Management Integrated Circuit LED driver 13 This module is part of the ROHM BD71828 MFD device. For more details 14 see Documentation/devicetree/bindings/mfd/rohm,bd71828-pmic.yaml. 25 const: rohm,bd71828-leds 35 rohm,led-compatible:
|
/kernel/linux/linux-5.10/drivers/mfd/ |
D | rohm-bd718x7.c | 3 // Copyright (C) 2018 ROHM Semiconductors 5 // ROHM BD71837MWV and BD71847MWV PMIC driver 8 // https://www.rohm.com/datasheet/BD71837MWV/bd71837mwv-e 14 #include <linux/mfd/rohm-bd718x7.h> 101 ret = of_property_read_u32(dev->of_node, "rohm,short-press-ms", in bd718xx_init_press_duration() 115 ret = of_property_read_u32(dev->of_node, "rohm,long-press-ms", in bd718xx_init_press_duration() 209 .compatible = "rohm,bd71837", 213 .compatible = "rohm,bd71847", 217 .compatible = "rohm,bd71850", 226 .name = "rohm-bd718x7", [all …]
|
D | rohm-bd71828.c | 3 // Copyright (C) 2019 ROHM Semiconductors 5 // ROHM BD71828 PMIC driver 14 #include <linux/mfd/rohm-bd71828.h> 41 { .name = "bd71828-led", .of_compatible = "rohm,bd71828-leds" }, 328 { .compatible = "rohm,bd71828", }, 335 .name = "rohm-bd71828", 343 MODULE_DESCRIPTION("ROHM BD71828 Power Management IC driver");
|
D | rohm-bd70528.c | 3 // Copyright (C) 2019 ROHM Semiconductors 5 // ROHM BD70528 PMIC driver 12 #include <linux/mfd/rohm-bd70528.h> 297 { .compatible = "rohm,bd70528", }, 304 .name = "rohm-bd70528", 313 MODULE_DESCRIPTION("ROHM BD70528 Power Management IC driver");
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/ |
D | rohm,bd99954.yaml | 4 $id: http://devicetree.org/schemas/power/supply/rohm,bd99954.yaml# 7 title: ROHM BD99954 Battery charger 15 The ROHM BD99954 is a Battery Management LSI for 1-4 cell Lithium-Ion 24 const: rohm,bd99954 125 rohm,vsys-regulation-microvolt: 131 rohm,vbus-input-current-limit-microamp: 137 rohm,vcc-input-current-limit-microamp: 154 compatible = "rohm,bd99954"; 159 rohm,vsys-regulation-microvolt = <8960000>; 160 rohm,vbus-input-current-limit-microamp = <1472000>; [all …]
|
/kernel/linux/linux-5.10/drivers/regulator/ |
D | rohm-regulator.c | 2 // Copyright (C) 2020 ROHM Semiconductors 5 #include <linux/mfd/rohm-generic.h> 62 prop = "rohm,dvs-run-voltage"; in rohm_regulator_set_dvs_levels() 68 prop = "rohm,dvs-idle-voltage"; in rohm_regulator_set_dvs_levels() 74 prop = "rohm,dvs-suspend-voltage"; in rohm_regulator_set_dvs_levels() 80 prop = "rohm,dvs-lpsr-voltage"; in rohm_regulator_set_dvs_levels() 98 MODULE_DESCRIPTION("Generic helpers for ROHM PMIC regulator drivers");
|
D | bd9576-regulator.c | 2 // Copyright (C) 2020 ROHM Semiconductors 3 // ROHM BD9576MUF/BD9573MUF regulator driver 10 #include <linux/mfd/rohm-bd957x.h> 11 #include <linux/mfd/rohm-generic.h> 221 "rohm,vout1-en-low"); in bd957x_probe() 231 "rohm,vout1-en-gpios", 0, in bd957x_probe() 249 * I believe such case where rohm,vout1-en-low is set in bd957x_probe() 267 "rohm,ddr-sel-low"); in bd957x_probe() 332 MODULE_DESCRIPTION("ROHM BD9576/BD9573 voltage regulator driver");
|
D | bd9571mwv-regulator.c | 3 * ROHM BD9571MWV-M regulator driver 23 u8 bkup_mode_cnt_keepon; /* from "rohm,ddr-backup-power" */ 302 of_property_read_u32(bd->dev->of_node, "rohm,ddr-backup-power", &val); in bd9571mwv_regulator_probe() 305 "rohm,ddr-backup-power", val); in bd9571mwv_regulator_probe() 311 "rohm,rstbmode-level"); in bd9571mwv_regulator_probe() 313 "rohm,rstbmode-pulse"); in bd9571mwv_regulator_probe() 315 dev_err(bd->dev, "only one rohm,rstbmode-* may be specified"); in bd9571mwv_regulator_probe()
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | ste-href-stuib.dtsi | 106 compatible = "rohm,bu21013_tp"; 110 rohm,touch-max-x = <384>; 111 rohm,touch-max-y = <704>; 112 rohm,flip-y; 118 compatible = "rohm,bu21013_tp"; 122 rohm,touch-max-x = <384>; 123 rohm,touch-max-y = <704>; 124 rohm,flip-y; 181 * ROHM touch screen uses GPIO 143 for
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/ |
D | rohm,bd71828-regulator.yaml | 4 $id: http://devicetree.org/schemas/regulator/rohm,bd71828-regulator.yaml# 7 title: ROHM BD71828 Power Management Integrated Circuit regulators 13 This module is part of the ROHM BD71828 MFD device. For more details 14 see Documentation/devicetree/bindings/mfd/rohm,bd71828-pmic.yaml. 51 rohm,dvs-run-voltage: 59 rohm,dvs-idle-voltage: 67 rohm,dvs-suspend-voltage: 75 rohm,dvs-lpsr-voltage:
|
D | rohm,bd71847-regulator.yaml | 4 $id: http://devicetree.org/schemas/regulator/rohm,bd71847-regulator.yaml# 7 title: ROHM BD71847 and BD71850 Power Management Integrated Circuit regulators 15 Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml 56 rohm,dvs-run-voltage: 64 rohm,dvs-idle-voltage: 72 rohm,dvs-suspend-voltage: 97 rohm,no-regulator-enable-control:
|
D | rohm,bd9576-regulator.yaml | 4 $id: http://devicetree.org/schemas/regulator/rohm,bd9576-regulator.yaml# 7 title: ROHM BD9576 and BD9573 Power Management Integrated Circuit regulators 13 This module is part of the ROHM BD9576 MFD device. For more details 14 see Documentation/devicetree/bindings/mfd/rohm,bd9576-pmic.yaml.
|
D | rohm,bd71837-regulator.yaml | 4 $id: http://devicetree.org/schemas/regulator/rohm,bd71837-regulator.yaml# 7 title: ROHM BD71837 Power Management Integrated Circuit regulators 15 Documentation/devicetree/bindings/mfd/rohm,bd71837-pmic.yaml 57 rohm,dvs-run-voltage: 65 rohm,dvs-idle-voltage: 73 rohm,dvs-suspend-voltage: 102 rohm,no-regulator-enable-control:
|
/kernel/linux/linux-5.10/drivers/iio/light/ |
D | bh1750.c | 3 * ROHM BH1710/BH1715/BH1721/BH1750/BH1751 ambient light sensor driver 8 * http://rohmfs.rohm.com/en/products/databook/datasheet/ic/sensor/light/bh1710fvc-e.pdf 9 * http://rohmfs.rohm.com/en/products/databook/datasheet/ic/sensor/light/bh1715fvc-e.pdf 10 * http://rohmfs.rohm.com/en/products/databook/datasheet/ic/sensor/light/bh1721fvc-e.pdf 11 * http://rohmfs.rohm.com/en/products/databook/datasheet/ic/sensor/light/bh1750fvi-e.pdf 12 * http://rohmfs.rohm.com/en/products/databook/datasheet/ic/sensor/light/bh1751fvi-e.pdf 310 { .compatible = "rohm,bh1710", }, 311 { .compatible = "rohm,bh1715", }, 312 { .compatible = "rohm,bh1721", }, 313 { .compatible = "rohm,bh1750", }, [all …]
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
D | rohm,bd28623.yaml | 4 $id: http://devicetree.org/schemas/sound/rohm,bd28623.yaml# 7 title: ROHM BD28623MUV Class D speaker amplifier for digital input 19 const: rohm,bd28623 59 compatible = "rohm,bd28623";
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/freescale/ |
D | imx8mq-pico-pi.dts | 67 compatible = "rohm,bd71837"; 84 rohm,dvs-run-voltage = <900000>; 85 rohm,dvs-idle-voltage = <850000>; 86 rohm,dvs-suspend-voltage = <800000>; 95 rohm,dvs-run-voltage = <1000000>; 96 rohm,dvs-idle-voltage = <900000>; 104 rohm,dvs-run-voltage = <1000000>; 112 rohm,dvs-run-voltage = <1000000>;
|
D | imx8mq-phanbell.dts | 121 compatible = "rohm,bd71837"; 139 rohm,dvs-run-voltage = <900000>; 140 rohm,dvs-idle-voltage = <900000>; 141 rohm,dvs-suspend-voltage = <800000>; 150 rohm,dvs-run-voltage = <1000000>; 151 rohm,dvs-idle-voltage = <900000>; 159 rohm,dvs-run-voltage = <900000>; 168 rohm,dvs-run-voltage = <900000>;
|