Skip to content

Commit

Permalink
dts: bcm2712: Fixup HEVC decoder nodes for new driver.
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Stevenson <[email protected]>
  • Loading branch information
6by9 committed Jan 14, 2025
1 parent c92a215 commit 310d12e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions arch/arm64/boot/dts/broadcom/bcm2712-ds.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -552,8 +552,8 @@
status = "disabled";
};

rpivid: codec@800000 {
compatible = "raspberrypi,rpivid-vid-decoder";
hevc_dec: codec@800000 {
compatible = "raspberrypi,hevc-dec";
reg = <0x10 0x00800000 0x0 0x10000>, /* HEVC */
<0x10 0x00840000 0x0 0x1000>; /* INTC */
reg-names = "hevc",
Expand All @@ -564,7 +564,6 @@
clocks = <&firmware_clocks 11>;
clock-names = "hevc";
iommus = <&iommu2>;
status = "disabled";
};

pisp_be: pisp_be@880000 {
Expand Down

0 comments on commit 310d12e

Please sign in to comment.