mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 06:25:52 +02:00
ARM64: dts: rockchip: rk3399: add edp power domain
add pd_edp node. add the edp needed power domain node for rk3399. Change-Id: Ie1a4a7013b0d5cfc2b0180f701341a6b977a637a Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
This commit is contained in:
parent
1ac737f21c
commit
73fb869fa1
|
|
@ -502,6 +502,7 @@ edp_rk_fb: edp-rk-fb@ff970000 {
|
|||
resets = <&cru SRST_P_EDP_CTRL>;
|
||||
reset-names = "edp_apb";
|
||||
status = "disabled";
|
||||
power-domains = <&power RK3399_PD_EDP>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -993,6 +993,10 @@ pd_gpu@RK3399_PD_GPU {
|
|||
};
|
||||
|
||||
/* These power domains are grouped by VD_LOGIC */
|
||||
pd_edp@RK3399_PD_EDP {
|
||||
reg = <RK3399_PD_EDP>;
|
||||
clocks = <&cru PCLK_EDP_CTRL>;
|
||||
};
|
||||
pd_emmc@RK3399_PD_EMMC {
|
||||
reg = <RK3399_PD_EMMC>;
|
||||
clocks = <&cru ACLK_EMMC>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user