Skip to content

Commit 310d12e

Browse files
committed
dts: bcm2712: Fixup HEVC decoder nodes for new driver.
Signed-off-by: Dave Stevenson <[email protected]>
1 parent c92a215 commit 310d12e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

arch/arm64/boot/dts/broadcom/bcm2712-ds.dtsi

+2-3
Original file line numberDiff line numberDiff line change
@@ -552,8 +552,8 @@
552552
status = "disabled";
553553
};
554554

555-
rpivid: codec@800000 {
556-
compatible = "raspberrypi,rpivid-vid-decoder";
555+
hevc_dec: codec@800000 {
556+
compatible = "raspberrypi,hevc-dec";
557557
reg = <0x10 0x00800000 0x0 0x10000>, /* HEVC */
558558
<0x10 0x00840000 0x0 0x1000>; /* INTC */
559559
reg-names = "hevc",
@@ -564,7 +564,6 @@
564564
clocks = <&firmware_clocks 11>;
565565
clock-names = "hevc";
566566
iommus = <&iommu2>;
567-
status = "disabled";
568567
};
569568

570569
pisp_be: pisp_be@880000 {

0 commit comments

Comments
 (0)