Searched +full:rk3588 +full:- +full:hdptx +full:- +full:phy (Results 1 – 4 of 4) sorted by relevance
/linux/Documentation/devicetree/bindings/phy/ |
H A 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/drivers/phy/rockchip/ |
H A 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> 271 struct phy *phy; member 586 #define rk_hdptx_multi_reg_write(hdptx, seq) \ argument 587 regmap_multi_reg_write((hdptx)->regmap, seq, ARRAY_SIZE(seq)) 589 static void rk_hdptx_pre_power_up(struct rk_hdptx_phy *hdptx) in rk_hdptx_pre_power_up() argument 593 reset_control_assert(hdptx->rsts[RST_APB].rstc); in rk_hdptx_pre_power_up() [all …]
|
/linux/drivers/gpu/drm/rockchip/ |
H A D | dw_hdmi_qp-rockchip.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Copyright (c) 2021-2022 Rockchip Electronics Co., Ltd. 6 * Author: Algea Cao <algea.cao@rock-chips.com> 15 #include <linux/phy/phy.h> 59 struct phy *phy; member 75 struct drm_crtc *crtc = encoder->crtc; in dw_hdmi_qp_rockchip_encoder_enable() 79 gpiod_set_value(hdmi->enable_gpio, 1); in dw_hdmi_qp_rockchip_encoder_enable() 81 if (crtc && crtc->state) { in dw_hdmi_qp_rockchip_encoder_enable() 82 rate = drm_hdmi_compute_mode_clock(&crtc->state->adjusted_mode, in dw_hdmi_qp_rockchip_encoder_enable() 84 clk_set_rate(hdmi->ref_clk, rate); in dw_hdmi_qp_rockchip_encoder_enable() [all …]
|
/linux/arch/arm64/boot/dts/rockchip/ |
H A 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 …]
|