Searched +full:vdd18 +full:- +full:supply (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/pci/ |
D | samsung,exynos-pcie.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pci/samsung,exynos-pcie.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Marek Szyprowski <m.szyprowski@samsung.com> 11 - Jaehoon Chung <jh80.chung@samsung.com> 16 snps,dw-pcie.yaml. 19 - $ref: /schemas/pci/snps,dw-pcie.yaml# 23 const: samsung,exynos5433-pcie 27 - description: Data Bus Interface (DBI) registers. [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/display/bridge/ |
D | analogix,anx7625.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 6 $schema: "http://devicetree.org/meta-schemas/core.yaml#" 11 - Xin Ji <xji@analogixsemi.com> 14 The ANX7625 is an ultra-low power 4K Mobile HD Transmitter 20 - const: analogix,anx7625 29 enable-gpios: 33 reset-gpios: 37 vdd10-supply: 38 description: Regulator that provides the supply 1.0V power. [all …]
|
/Linux-v6.1/arch/arm64/boot/dts/mediatek/ |
D | mt8183-kukui-jacuzzi.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 6 #include "mt8183-kukui.dtsi" 11 power-supply = <&pp3300_panel>; 16 remote-endpoint = <&anx7625_out>; 21 pp1200_mipibrdg: pp1200-mipibrdg { 22 compatible = "regulator-fixed"; 23 regulator-name = "pp1200_mipibrdg"; 24 pinctrl-names = "default"; 25 pinctrl-0 = <&pp1200_mipibrdg_en>; 27 enable-active-high; [all …]
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | sun9i-a80-cubieboard4.dts | 5 * Chen-Yu Tsai <wens@csie.org> 7 * This file is dual-licensed: you can use it either under the terms 46 /dts-v1/; 47 #include "sun9i-a80.dtsi" 49 #include <dt-bindings/gpio/gpio.h> 53 compatible = "cubietech,a80-cubieboard4", "allwinner,sun9i-a80"; 60 stdout-path = "serial0:115200n8"; 64 compatible = "gpio-leds"; 66 led-0 { 71 led-1 { [all …]
|
D | sun9i-a80-optimus.dts | 2 * Copyright 2014 Chen-Yu Tsai 4 * Chen-Yu Tsai <wens@csie.org> 6 * This file is dual-licensed: you can use it either under the terms 45 /dts-v1/; 46 #include "sun9i-a80.dtsi" 48 #include <dt-bindings/gpio/gpio.h> 52 compatible = "merrii,a80-optimus", "allwinner,sun9i-a80"; 60 stdout-path = "serial0:115200n8"; 64 compatible = "gpio-leds"; 83 reg_usb1_vbus: usb1-vbus { [all …]
|
/Linux-v6.1/drivers/pci/controller/dwc/ |
D | pci-exynos.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (C) 2013-2020 Samsung Electronics Co., Ltd. 24 #include "pcie-designware.h" 26 #define to_exynos_pcie(x) dev_get_drvdata((x)->dev) 65 struct device *dev = ep->pci.dev; in exynos_pcie_init_clk_resources() 68 ret = clk_prepare_enable(ep->clk); in exynos_pcie_init_clk_resources() 74 ret = clk_prepare_enable(ep->bus_clk); in exynos_pcie_init_clk_resources() 83 clk_disable_unprepare(ep->clk); in exynos_pcie_init_clk_resources() 90 clk_disable_unprepare(ep->bus_clk); in exynos_pcie_deinit_clk_resources() 91 clk_disable_unprepare(ep->clk); in exynos_pcie_deinit_clk_resources() [all …]
|
/Linux-v6.1/arch/arm64/boot/dts/qcom/ |
D | sdm845-db845c.dts | 1 // SPDX-License-Identifier: GPL-2.0 6 /dts-v1/; 8 #include <dt-bindings/leds/common.h> 9 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 10 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 11 #include <dt-bindings/sound/qcom,q6afe.h> 12 #include <dt-bindings/sound/qcom,q6asm.h> 20 qcom,msm-id = <341 0x20001>; 21 qcom,board-id = <8 0>; 29 stdout-path = "serial0:115200n8"; [all …]
|
/Linux-v6.1/arch/arm64/boot/dts/exynos/ |
D | exynos5433-tm2-common.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 11 /dts-v1/; 13 #include <dt-bindings/clock/samsung,s2mps11.h> 14 #include <dt-bindings/gpio/gpio.h> 15 #include <dt-bindings/input/input.h> 16 #include <dt-bindings/interrupt-controller/irq.h> 17 #include <dt-bindings/sound/samsung-i2s.h> 48 stdout-path = &serial_1; 56 gpio-keys { 57 compatible = "gpio-keys"; [all …]
|
/Linux-v6.1/drivers/gpu/drm/bridge/analogix/ |
D | anx7625.c | 1 // SPDX-License-Identifier: GPL-2.0-only 37 #include <media/v4l2-fwnode.h> 38 #include <sound/hdmi-codec.h> 52 struct device *dev = &client->dev; in i2c_access_workaround() 55 if (client == ctx->last_client) in i2c_access_workaround() 58 ctx->last_client = client; in i2c_access_workaround() 60 if (client == ctx->i2c.tcpc_client) in i2c_access_workaround() 62 else if (client == ctx->i2c.tx_p0_client) in i2c_access_workaround() 64 else if (client == ctx->i2c.tx_p1_client) in i2c_access_workaround() 66 else if (client == ctx->i2c.rx_p0_client) in i2c_access_workaround() [all …]
|