Skip to content

Commit 74ef07f

Browse files
noglitchcristibirsan
authored andcommitted
ARM: dts: at91: move to updated VDec compatibility string
Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com> (cherry picked from commit 223064d) Signed-off-by: Razvan Stefanescu <razvan.stefanescu@microchip.com>
1 parent b468e3b commit 74ef07f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

arch/arm/boot/dts/sama5d4.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,15 @@
9393
reg = <0x100000 0x2400>;
9494
};
9595

96+
vdec0: vdec@00300000 {
97+
compatible = "on2,sama5d4-g1";
98+
reg = <0x00300000 0x1000>;
99+
interrupts = <19 IRQ_TYPE_LEVEL_HIGH 4>;
100+
clocks = <&vdec_clk>;
101+
clock-names = "vdec_clk";
102+
status = "disabled";
103+
};
104+
96105
usb0: gadget@400000 {
97106
#address-cells = <1>;
98107
#size-cells = <0>;

0 commit comments

Comments
 (0)