We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cac658 commit 92c79aeCopy full SHA for 92c79ae
arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi
@@ -147,18 +147,11 @@
147
interrupts = <GIC_SPI 176 IRQ_TYPE_LEVEL_HIGH>;
148
power-domains = <&power RPI_POWER_DOMAIN_USB>;
149
};
150
+};
151
- codec@7eb10000 {
152
- compatible = "raspberrypi,rpivid-vid-decoder";
153
- reg = <0x0 0x7eb10000 0x0 0x1000>, /* INTC */
154
- <0x0 0x7eb00000 0x0 0x10000>; /* HEVC */
155
- reg-names = "intc",
156
- "hevc";
157
- interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
158
-
159
- clocks = <&firmware_clocks 11>;
160
- clock-names = "hevc";
161
- };
+&hevc_dec {
+ reg = <0x0 0x7eb00000 0x0 0x10000>, /* HEVC */
+ <0x0 0x7eb10000 0x0 0x1000>; /* INTC */
162
163
164
&pcie0 {
0 commit comments