Searched +full:extcon +full:- +full:usbc +full:- +full:cros +full:- +full:ec (Results 1 – 7 of 7) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/extcon/extcon-usbc-cros-ec.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: ChromeOS EC USB Type-C cable and accessories detection10 - Benson Leung <bleung@chromium.org>11 - Enric Balletbo i Serra <enric.balletbo@collabora.com>17 The node for this device must be under a cros-ec node like google,cros-ec-spi18 or google,cros-ec-i2c.22 const: google,extcon-usbc-cros-ec[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/mfd/google,cros-ec.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Benson Leung <bleung@chromium.org>11 - Enric Balletbo i Serra <enric.balletbo@collabora.com>12 - Guenter Roeck <groeck@chromium.org>15 Google's ChromeOS EC is a microcontroller which talks to the AP and17 The EC can be connected through various interfaces (I2C, SPI, and others)23 - description:[all …]
1 # SPDX-License-Identifier: GPL-2.03 # Makefile for external connector class (extcon) devices6 obj-$(CONFIG_EXTCON) += extcon-core.o7 extcon-core-objs += extcon.o devres.o8 obj-$(CONFIG_EXTCON_ADC_JACK) += extcon-adc-jack.o9 obj-$(CONFIG_EXTCON_ARIZONA) += extcon-arizona.o10 obj-$(CONFIG_EXTCON_AXP288) += extcon-axp288.o11 obj-$(CONFIG_EXTCON_FSA9480) += extcon-fsa9480.o12 obj-$(CONFIG_EXTCON_GPIO) += extcon-gpio.o13 obj-$(CONFIG_EXTCON_INTEL_INT3496) += extcon-intel-int3496.o[all …]
1 // SPDX-License-Identifier: GPL-2.02 // ChromeOS Embedded Controller extcon7 #include <linux/extcon-provider.h>24 struct cros_ec_device *ec; member49 * cros_ec_pd_command() - Send a command to the EC.51 * @command: EC command52 * @version: EC command version53 * @outdata: EC command output data55 * @indata: EC command input data73 return -ENOMEM; in cros_ec_pd_command()[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)3 * Google Gru-Chromebook shared properties8 #include "rk3399-gru.dtsi"11 pp900_ap: pp900-ap {12 compatible = "regulator-fixed";13 regulator-name = "pp900_ap";15 /* EC turns on w/ pp900_ap_en; always on for AP */16 regulator-always-on;17 regulator-boot-on;18 regulator-min-microvolt = <900000>;[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)5 * Copyright 2016-2017 Google, Inc8 #include <dt-bindings/input/input.h>10 #include "rk3399-op1-opp.dtsi"14 stdout-path = "serial2:115200n8";23 * - Rails that only connect to the EC (or devices that the EC talks to)25 * - Rails _are_ included if the rails go to the AP even if the AP34 * - The EC controls the enable and the EC always enables a rail as36 * - The rails are actually connected to each other by a jumper and41 ppvar_sys: ppvar-sys {[all …]
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)8 #include <dt-bindings/gpio/gpio.h>9 #include <dt-bindings/input/input.h>19 stdout-path = "serial0:115200n8";28 compatible = "fixed-clock";29 #clock-cells = <0>;30 clock-frequency = <32768>;31 clock-output-names = "clk32k";35 compatible = "regulator-fixed";36 regulator-name = "it6505_pp18";[all …]