Skip to content

Commit 0b6240d

Browse files
Kwiboommind
authored andcommitted
arm64: dts: rockchip: Expand reg size of vdec node for RK3328
Expand the reg size for the vdec node to include cache/performance registers the rkvdec driver writes to. Fixes: 17408c9 ("arm64: dts: rockchip: Add vdec support for RK3328") Signed-off-by: Jonas Karlman <jonas@kwiboo.se> Link: https://lore.kernel.org/r/20231105233630.3927502-9-jonas@kwiboo.se Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent b85ea95 commit 0b6240d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@
668668

669669
vdec: video-codec@ff360000 {
670670
compatible = "rockchip,rk3328-vdec", "rockchip,rk3399-vdec";
671-
reg = <0x0 0xff360000 0x0 0x400>;
671+
reg = <0x0 0xff360000 0x0 0x480>;
672672
interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
673673
clocks = <&cru ACLK_RKVDEC>, <&cru HCLK_RKVDEC>,
674674
<&cru SCLK_VDEC_CABAC>, <&cru SCLK_VDEC_CORE>;

0 commit comments

Comments
 (0)