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>16 The node for this device must be under a cros-ec node like google,cros-ec-spi17 or google,cros-ec-i2c.21 const: google,extcon-usbc-cros-ec23 google,usb-port-id:[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 - Guenter Roeck <groeck@chromium.org>14 Google's ChromeOS EC is a microcontroller which talks to the AP and16 The EC can be connected through various interfaces (I2C, SPI, and others)22 - description:23 For implementations of the EC is connected through I2C.[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_AXP288) += extcon-axp288.o10 obj-$(CONFIG_EXTCON_FSA9480) += extcon-fsa9480.o11 obj-$(CONFIG_EXTCON_GPIO) += extcon-gpio.o12 obj-$(CONFIG_EXTCON_INTEL_INT3496) += extcon-intel-int3496.o13 obj-$(CONFIG_EXTCON_INTEL_CHT_WC) += extcon-intel-cht-wc.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"19 stdout-path = "serial2:115200n8";28 * - Rails that only connect to the EC (or devices that the EC talks to)30 * - Rails _are_ included if the rails go to the AP even if the AP39 * - The EC controls the enable and the EC always enables a rail as41 * - The rails are actually connected to each other by a jumper and46 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>21 stdout-path = "serial0:115200n8";25 compatible = "pwm-backlight";27 power-supply = <&bl_pp5000>;28 enable-gpios = <&pio 176 0>;29 brightness-levels = <0 1023>;30 num-interpolated-steps = <1023>;31 default-brightness-level = <576>;[all …]