mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 03:24:19 +02:00
arm64: dts: rockchip: Add eDP0 node for RK3588
Add support for the eDP0 output on RK3588 SoC. Signed-off-by: Damon Ding <damon.ding@rock-chips.com> Link: https://lore.kernel.org/r/20250310104114.2608063-13-damon.ding@rock-chips.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
parent
8ecd096d01
commit
dc79d3d5e7
|
|
@ -1453,6 +1453,34 @@ hdmi0_out: port@1 {
|
|||
};
|
||||
};
|
||||
|
||||
edp0: edp@fdec0000 {
|
||||
compatible = "rockchip,rk3588-edp";
|
||||
reg = <0x0 0xfdec0000 0x0 0x1000>;
|
||||
clocks = <&cru CLK_EDP0_24M>, <&cru PCLK_EDP0>;
|
||||
clock-names = "dp", "pclk";
|
||||
interrupts = <GIC_SPI 163 IRQ_TYPE_LEVEL_HIGH 0>;
|
||||
phys = <&hdptxphy0>;
|
||||
phy-names = "dp";
|
||||
power-domains = <&power RK3588_PD_VO1>;
|
||||
resets = <&cru SRST_EDP0_24M>, <&cru SRST_P_EDP0>;
|
||||
reset-names = "dp", "apb";
|
||||
rockchip,grf = <&vo1_grf>;
|
||||
status = "disabled";
|
||||
|
||||
ports {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
edp0_in: port@0 {
|
||||
reg = <0>;
|
||||
};
|
||||
|
||||
edp0_out: port@1 {
|
||||
reg = <1>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
qos_gpu_m0: qos@fdf35000 {
|
||||
compatible = "rockchip,rk3588-qos", "syscon";
|
||||
reg = <0x0 0xfdf35000 0x0 0x20>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user