Commit 35938c18 authored by Alex Bee's avatar Alex Bee Committed by Heiko Stuebner
Browse files

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: cbd72144 ("arm64: dts: rockchip: Define the rockchip Video Decoder node on rk3399")
Signed-off-by: default avatarAlex Bee <knaerzche@gmail.com>
Signed-off-by: default avatarJonas Karlman <jonas@kwiboo.se>
Link: https://lore.kernel.org/r/20231105233630.3927502-10-jonas@kwiboo.se


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 0b6240d6
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1109,7 +1109,9 @@ power-domain@RK3399_PD_VCODEC {
			power-domain@RK3399_PD_VDU {
				reg = <RK3399_PD_VDU>;
				clocks = <&cru ACLK_VDU>,
					 <&cru HCLK_VDU>;
					 <&cru HCLK_VDU>,
					 <&cru SCLK_VDU_CA>,
					 <&cru SCLK_VDU_CORE>;
				pm_qos = <&qos_video_m1_r>,
					 <&qos_video_m1_w>;
				#power-domain-cells = <0>;
@@ -1384,7 +1386,7 @@ vpu_mmu: iommu@ff650800 {

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