Searched +full:rk3588 +full:- +full:hdptx +full:- +full:phy (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/phy/ |
D | rockchip,rk3588-hdptx-phy.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/phy/rockchip,rk3588-hdptx-phy.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Rockchip SoC HDMI/eDP Transmitter Combo PHY 10 - Cristian Ciocaltea <cristian.ciocaltea@collabora.com> 15 - rockchip,rk3588-hdptx-phy 22 - description: Reference clock 23 - description: APB clock 25 clock-names: [all …]
|
/linux-6.12.1/drivers/phy/rockchip/ |
D | phy-rockchip-samsung-hdptx.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Copyright (c) 2021-2022 Rockchip Electronics Co., Ltd. 6 * Author: Algea Cao <algea.cao@rock-chips.com> 11 #include <linux/clk-provider.h> 17 #include <linux/phy/phy.h> 274 struct phy *phy; member 589 #define rk_hdptx_multi_reg_write(hdptx, seq) \ argument 590 regmap_multi_reg_write((hdptx)->regmap, seq, ARRAY_SIZE(seq)) 592 static void rk_hdptx_pre_power_up(struct rk_hdptx_phy *hdptx) in rk_hdptx_pre_power_up() argument 596 reset_control_assert(hdptx->rsts[RST_APB].rstc); in rk_hdptx_pre_power_up() [all …]
|
/linux-6.12.1/arch/arm64/boot/dts/rockchip/ |
D | rk3588-base.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 #include <dt-bindings/clock/rockchip,rk3588-cru.h> 7 #include <dt-bindings/interrupt-controller/arm-gic.h> 8 #include <dt-bindings/interrupt-controller/irq.h> 9 #include <dt-bindings/power/rk3588-power.h> 10 #include <dt-bindings/reset/rockchip,rk3588-cru.h> 11 #include <dt-bindings/phy/phy.h> 12 #include <dt-bindings/ata/ahci.h> 13 #include <dt-bindings/thermal/thermal.h> 16 compatible = "rockchip,rk3588"; [all …]
|