rockchip-rk3588: edge: fix hantro vpu

This commit is contained in:
amazingfate 2024-05-20 19:47:46 +08:00 committed by Igor
parent 06aaf81ee6
commit 88c749c46f

View File

@ -15,9 +15,9 @@ index 387cfc7ee261..1ca59486b61c 100644
status = "disabled";
};
+ vpu: video-codec@fdb50400 {
+ vpu: video-codec@fdb50000 {
+ compatible = "rockchip,rk3568-vpu";
+ reg = <0x0 0xfdb50400 0x0 0x400>;
+ reg = <0x0 0xfdb50000 0x0 0x800>;
+ interrupts = <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH 0>;
+ interrupt-names = "vdpu";
+ clocks = <&cru ACLK_VPU>, <&cru HCLK_VPU>;