diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-07-09 21:19:14 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-07-12 04:22:23 +0300 |
commit | b6b93a3fe7ed12f0b80800be5df798c19adcc4ee (patch) | |
tree | 02128afb6fe2f1f184eec73f0b088fe1ed54357b /arch/arm/boot/dts/imx51.dtsi | |
parent | ad780dd3655b500c51e6de36448568e3456f4226 (diff) | |
download | linux-b6b93a3fe7ed12f0b80800be5df798c19adcc4ee.tar.xz |
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 <fabio.estevam@nxp.com>
Tested-by: Sergey Lapin <sergey.lapin@cogentembedded.com>
Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx51.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx51.dtsi | 5 |
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>; |