aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Estevam <[email protected]>2018-07-09 15:19:14 -0300
committerShawn Guo <[email protected]>2018-07-12 09:22:23 +0800
commitb6b93a3fe7ed12f0b80800be5df798c19adcc4ee (patch)
tree02128afb6fe2f1f184eec73f0b088fe1ed54357b
parentad780dd3655b500c51e6de36448568e3456f4226 (diff)
ARM: dts: imx51: Add M4IF support
As per the i.MX51 Reference Manual the M4IF register region starts at 0x83fd8000 and has a 4kB address range. Add support for it. Signed-off-by: Fabio Estevam <[email protected]> Tested-by: Sergey Lapin <[email protected]> Reviewed-by: Lucas Stach <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r--arch/arm/boot/dts/imx51.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx51.dtsi b/arch/arm/boot/dts/imx51.dtsi
index 66e4187022be..b417c39f3772 100644
--- a/arch/arm/boot/dts/imx51.dtsi
+++ b/arch/arm/boot/dts/imx51.dtsi
@@ -531,6 +531,11 @@
status = "disabled";
};
+ m4if: m4if@83fd8000 {
+ compatible = "fsl,imx51-m4if";
+ reg = <0x83fd8000 0x1000>;
+ };
+
weim: weim@83fda000 {
#address-cells = <2>;
#size-cells = <1>;