diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-07-10 13:31:45 -0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-07-12 09:50:29 +0800 |
commit | f2254a39f6225b6dc1173412cfd0f6def0dbcb42 (patch) | |
tree | 8c92997a0dd48c1884185e1496403f04573f7bee /arch/arm/boot | |
parent | 4b301223d0574e6c390a174183d5ffa17cd6a12c (diff) | |
download | linux-f2254a39f6225b6dc1173412cfd0f6def0dbcb42.tar.gz linux-f2254a39f6225b6dc1173412cfd0f6def0dbcb42.tar.bz2 linux-f2254a39f6225b6dc1173412cfd0f6def0dbcb42.zip |
ARM: dts: imx51: Add tigerp support
As per the i.MX51 Reference Manual add an entry for the
'tigerp' region in the device tree.
This is needed for accessing the ARM_GPC register to set the
DBGEN bit, so that the debug clocks can be turned on.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot')
-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 0205db56d913..5c4ba91e43ba 100644 --- a/arch/arm/boot/dts/imx51.dtsi +++ b/arch/arm/boot/dts/imx51.dtsi @@ -451,6 +451,11 @@ clocks = <&clks IMX5_CLK_IIM_GATE>; }; + tigerp: tigerp@83fa0000 { + compatible = "fsl,imx51-tigerp"; + reg = <0x83fa0000 0x28>; + }; + owire: owire@83fa4000 { compatible = "fsl,imx51-owire", "fsl,imx21-owire"; reg = <0x83fa4000 0x4000>; |