Skip to content

Commit b899c45

Browse files
Boris Brezillonffainelli
Boris Brezillon
authored andcommitted
ARM: dts: bcm283x: Add VEC node in bcm283x.dtsi
Add the VEC (Video EnCoder) node definition in bcm283x.dtsi. Signed-off-by: Boris Brezillon <[email protected]> Signed-off-by: Eric Anholt <[email protected]>
1 parent 7ce7d89 commit b899c45

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

arch/arm/boot/dts/bcm283x.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,14 @@
476476
status = "disabled";
477477
};
478478

479+
vec: vec@7e806000 {
480+
compatible = "brcm,bcm2835-vec";
481+
reg = <0x7e806000 0x1000>;
482+
clocks = <&clocks BCM2835_CLOCK_VEC>;
483+
interrupts = <2 27>;
484+
status = "disabled";
485+
};
486+
479487
pixelvalve@7e807000 {
480488
compatible = "brcm,bcm2835-pixelvalve2";
481489
reg = <0x7e807000 0x100>;

0 commit comments

Comments
 (0)