From: Philipp Zabel
Date: Wed, 13 Dec 2017 14:24:06 +0000 (+0100)
Subject: ARM: dts: imx51: add CodaHx4 VPU
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=328bd82526156fbc42372d22ff1967dc145d81c8;p=linux.git
ARM: dts: imx51: add CodaHx4 VPU
Add the CodaHx4 VPU to the i.MX51 device tree.
Signed-off-by: Philipp Zabel
Reviewed-by: Fabio Estevam
Signed-off-by: Shawn Guo
---
diff --git a/arch/arm/boot/dts/imx51.dtsi b/arch/arm/boot/dts/imx51.dtsi
index fe01b890c715d..3f65492c6589a 100644
--- a/arch/arm/boot/dts/imx51.dtsi
+++ b/arch/arm/boot/dts/imx51.dtsi
@@ -588,6 +588,17 @@
clock-names = "ipg", "ahb", "ptp";
status = "disabled";
};
+
+ vpu@83ff4000 {
+ compatible = "fsl,imx51-vpu", "cnm,codahx4";
+ reg = <0x83ff4000 0x1000>;
+ interrupts = <9>;
+ clocks = <&clks IMX5_CLK_VPU_REFERENCE_GATE>,
+ <&clks IMX5_CLK_VPU_GATE>;
+ clock-names = "per", "ahb";
+ resets = <&src 1>;
+ iram = <&iram>;
+ };
};
};
};