mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
arm64: dts: rockchip: Add edp device node for rk3568
Change-Id: I1870e078c11813ad242b6bdf8838908cb333c713 Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com>
This commit is contained in:
@@ -800,6 +800,20 @@
|
||||
};
|
||||
};
|
||||
|
||||
edp: edp@fe0c0000 {
|
||||
compatible = "rockchip,rk3568-edp";
|
||||
reg = <0x0 0xfe0c0000 0x0 0x10000>;
|
||||
interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru CLK_EDP_200M>, <&cru PCLK_EDP_CTRL>;
|
||||
clock-names = "dp", "pclk";
|
||||
resets = <&cru SRST_EDP_24M>, <&cru SRST_P_EDP_CTRL>;
|
||||
reset-names = "dp", "apb";
|
||||
phys = <&edp_phy>;
|
||||
phy-names = "dp";
|
||||
power-domains = <&power RK3568_PD_VO>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
qos_gpu: qos@fe128000 {
|
||||
compatible = "syscon";
|
||||
reg = <0x0 0xfe128000 0x0 0x20>;
|
||||
|
||||
Reference in New Issue
Block a user