Searched +full:extcon +full:- +full:usbc +full:- +full:cros +full:- +full:ec (Results 1 – 5 of 5) 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.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: regulator-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>9 #include "rk3399-op1.dtsi"18 stdout-path = "serial2:115200n8";27 * - Rails that only connect to the EC (or devices that the EC talks to)29 * - Rails _are_ included if the rails go to the AP even if the AP38 * - The EC controls the enable and the EC always enables a rail as40 * - The rails are actually connected to each other by a jumper and45 ppvar_sys: regulator-ppvar-sys {[all …]
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)5 /dts-v1/;7 #include <dt-bindings/pinctrl/mt8186-pinfunc.h>8 #include <dt-bindings/gpio/gpio.h>9 #include <dt-bindings/input/input.h>10 #include <dt-bindings/input/gpio-keys.h>11 #include <dt-bindings/regulator/mediatek,mt6397-regulator.h>26 stdout-path = "serial0:115200n8";35 backlight_lcd0: backlight-lcd0 {36 compatible = "pwm-backlight";[all …]