Searched +full:rt9467 +full:- +full:usb +full:- +full:otg +full:- +full:vbus (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/power/supply/richtek,rt9467.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Richtek RT9467 Switching Battery Charger with Power Path Management10 - ChiYuan Huang <cy_huang@richtek.com>11 - ChiaEn Wu <chiaen_wu@richtek.com>14 RT9467 is a switch-mode single cell Li-Ion/Li-Polymer battery charger for16 MOSFETs, input current sensing and regulation, high-accuracy voltage20 The RT9467 also features USB On-The-Go (OTG) support. It also integrates[all …]
1 // SPDX-License-Identifier: GPL-2.0-only69 #define RT9467_NUM_VOTG (RT9467_OTG_MAX_uV - RT9467_OTG_MIN_uV + 1)173 .name = "rt9467-irqs",289 struct rt9467_chg_data *data = cfg->driver_data; in rt9467_otg_of_parse_cb()291 cfg->ena_gpiod = fwnode_gpiod_get_index(of_fwnode_handle(of), in rt9467_otg_of_parse_cb()294 desc->name); in rt9467_otg_of_parse_cb()295 if (IS_ERR(cfg->ena_gpiod)) { in rt9467_otg_of_parse_cb()296 cfg->ena_gpiod = NULL; in rt9467_otg_of_parse_cb()300 return regmap_field_write(data->rm_field[F_OTG_PIN_EN], 1); in rt9467_otg_of_parse_cb()319 .name = "rt9476-usb-otg-vbus",[all …]