arm64: dts: rk3328: enable the power domain for decoder

The decoder requests the power domain is idle status when
it is resetting. Without the power domain it won't work.

Change-Id: If3afdbefbe40bc7529f13c12444adddbb328a21b
Signed-off-by: Randy Li <randy.li@rock-chips.com>
This commit is contained in:
Randy Li
2017-06-23 11:55:58 +08:00
committed by Tao Huang
parent 9c104b0341
commit 6a4463629d

View File

@@ -270,6 +270,7 @@
#power-domain-cells = <1>;
#address-cells = <1>;
#size-cells = <0>;
status = "okay";
pd_hevc@RK3328_PD_HEVC {
reg = <RK3328_PD_HEVC>;
@@ -716,6 +717,7 @@
rockchip,grf = <&grf>;
iommus = <&rkvdec_mmu>;
allocator = <1>;
power-domains = <&power RK3328_PD_VIDEO>;
status = "disabled";
};
@@ -726,6 +728,7 @@
interrupt-names = "rkvdec_mmu";
clocks = <&cru ACLK_RKVDEC>, <&cru HCLK_RKVDEC>;
clock-names = "aclk_vcodec", "hclk_vcodec";
power-domains = <&power RK3328_PD_VIDEO>;
#iommu-cells = <0>;
};