Skip to content

Commit 35938c1

Browse files
knaerzchemmind
authored andcommitted
arm64: dts: rockchip: Expand reg size of vdec node for RK3399
Expand the reg size for the vdec node to include cache/performance registers the rkvdec driver writes to. Also add missing clocks to the related power-domain. Fixes: cbd7214 ("arm64: dts: rockchip: Define the rockchip Video Decoder node on rk3399") Signed-off-by: Alex Bee <knaerzche@gmail.com> Signed-off-by: Jonas Karlman <jonas@kwiboo.se> Link: https://lore.kernel.org/r/20231105233630.3927502-10-jonas@kwiboo.se Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 0b6240d commit 35938c1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3399.dtsi

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,9 @@
11091109
power-domain@RK3399_PD_VDU {
11101110
reg = <RK3399_PD_VDU>;
11111111
clocks = <&cru ACLK_VDU>,
1112-
<&cru HCLK_VDU>;
1112+
<&cru HCLK_VDU>,
1113+
<&cru SCLK_VDU_CA>,
1114+
<&cru SCLK_VDU_CORE>;
11131115
pm_qos = <&qos_video_m1_r>,
11141116
<&qos_video_m1_w>;
11151117
#power-domain-cells = <0>;
@@ -1384,7 +1386,7 @@
13841386

13851387
vdec: video-codec@ff660000 {
13861388
compatible = "rockchip,rk3399-vdec";
1387-
reg = <0x0 0xff660000 0x0 0x400>;
1389+
reg = <0x0 0xff660000 0x0 0x480>;
13881390
interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH 0>;
13891391
clocks = <&cru ACLK_VDU>, <&cru HCLK_VDU>,
13901392
<&cru SCLK_VDU_CA>, <&cru SCLK_VDU_CORE>;

0 commit comments

Comments
 (0)