Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fbf970f6 authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo
Browse files

ARM: dts: mx53qsb: Enable VPU support



Enable Video Processing Unit (VPU) support.

Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 481fbe13
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -297,6 +297,10 @@
	status = "okay";
};

&vpu {
	status = "okay";
};

&usbh1 {
       status = "okay";
};
+10 −0
Original line number Diff line number Diff line
@@ -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 {