Skip to content

Commit

Permalink
rockchip-rk3588: edge: fix hantro vpu
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingfate authored and igorpecovnik committed May 20, 2024
1 parent 06aaf81 commit 88c749c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit 88c749c

Please sign in to comment.