arm64: dts: rockchip: rk3588s: Fix dependence for some power domains
Because of the signal relationship, PD_VDPU should be power up if PD_RKVDEC0 or PD_RKVDEC1 wants to work, PD_NVM should be power up if PD_SDIO wants to work, PD_VOP should be power up if PD_VOP0 wants to work. Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com> Change-Id: I3b85124dcb979ee154acbc89082b83ed31cdf9ab
This commit is contained in:
@@ -661,18 +661,28 @@
|
|||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
||||||
|
power-domain@RK3588_PD_AV1 {
|
||||||
|
reg = <RK3588_PD_AV1>;
|
||||||
|
};
|
||||||
|
power-domain@RK3588_PD_RKVDEC0 {
|
||||||
|
reg = <RK3588_PD_RKVDEC0>;
|
||||||
|
};
|
||||||
|
power-domain@RK3588_PD_RKVDEC1 {
|
||||||
|
reg = <RK3588_PD_RKVDEC1>;
|
||||||
|
};
|
||||||
power-domain@RK3588_PD_RGA30 {
|
power-domain@RK3588_PD_RGA30 {
|
||||||
reg = <RK3588_PD_RGA30>;
|
reg = <RK3588_PD_RGA30>;
|
||||||
};
|
};
|
||||||
power-domain@RK3588_PD_av1 {
|
|
||||||
reg = <RK3588_PD_AV1>;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
power-domain@RK3588_PD_VOP {
|
power-domain@RK3588_PD_VOP {
|
||||||
reg = <RK3588_PD_VOP>;
|
reg = <RK3588_PD_VOP>;
|
||||||
};
|
#address-cells = <1>;
|
||||||
power-domain@RK3588_PD_VO0 {
|
#size-cells = <0>;
|
||||||
reg = <RK3588_PD_VO0>;
|
|
||||||
|
power-domain@RK3588_PD_VO0 {
|
||||||
|
reg = <RK3588_PD_VO0>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
power-domain@RK3588_PD_VO1 {
|
power-domain@RK3588_PD_VO1 {
|
||||||
reg = <RK3588_PD_VO1>;
|
reg = <RK3588_PD_VO1>;
|
||||||
@@ -715,9 +725,9 @@
|
|||||||
power-domain@RK3588_PD_NVM0 {
|
power-domain@RK3588_PD_NVM0 {
|
||||||
reg = <RK3588_PD_NVM0>;
|
reg = <RK3588_PD_NVM0>;
|
||||||
};
|
};
|
||||||
};
|
power-domain@RK3588_PD_SDIO {
|
||||||
power-domain@RK3588_PD_SDIO {
|
reg = <RK3588_PD_SDIO>;
|
||||||
reg = <RK3588_PD_SDIO>;
|
};
|
||||||
};
|
};
|
||||||
power-domain@RK3588_PD_AUDIO {
|
power-domain@RK3588_PD_AUDIO {
|
||||||
reg = <RK3588_PD_AUDIO>;
|
reg = <RK3588_PD_AUDIO>;
|
||||||
|
|||||||
Reference in New Issue
Block a user