Skip to content

Commit

Permalink
ARM: dts: mx53qsb: Enable VPU support
Browse files Browse the repository at this point in the history
Enable Video Processing Unit (VPU) support.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
  • Loading branch information
Fabio Estevam authored and Shawn Guo committed Aug 22, 2013
1 parent 481fbe1 commit fbf970f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/imx53-qsb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,10 @@
status = "okay";
};

&vpu {
status = "okay";
};

&usbh1 {
status = "okay";
};
Expand Down
10 changes: 10 additions & 0 deletions arch/arm/boot/dts/imx53.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1086,6 +1086,16 @@
crtcs = <&ipu 1>;
status = "disabled";
};

vpu: vpu@63ff4000 {
compatible = "fsl,imx53-vpu";
reg = <0x63ff4000 0x1000>;
interrupts = <9>;
clocks = <&clks 63>, <&clks 63>;
clock-names = "per", "ahb";
iram = <&ocram>;
status = "disabled";
};
};

ocram: sram@f8000000 {
Expand Down

0 comments on commit fbf970f

Please sign in to comment.