mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
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:
@@ -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>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user