diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-07-10 19:31:46 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-07-12 04:50:34 +0300 |
commit | e548eac2b70423590cf7375a7aee5aaeefdfd638 (patch) | |
tree | ec5591a9b0aea708ef870dbdb30f8ef3c9a81949 /arch/arm/boot/dts/imx53.dtsi | |
parent | f2254a39f6225b6dc1173412cfd0f6def0dbcb42 (diff) | |
download | linux-e548eac2b70423590cf7375a7aee5aaeefdfd638.tar.xz |
ARM: dts: imx53: Add tigerp support
As per the i.MX53 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/dts/imx53.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx53.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi index 1a7a7bb3df45..3fd553c9cf8b 100644 --- a/arch/arm/boot/dts/imx53.dtsi +++ b/arch/arm/boot/dts/imx53.dtsi @@ -672,6 +672,11 @@ status = "disabled"; }; + tigerp: tigerp@63fa0000 { + compatible = "fsl,imx53-tigerp", "fsl,imx51-tigerp"; + reg = <0x63fa0000 0x28>; + }; + owire: owire@63fa4000 { compatible = "fsl,imx53-owire", "fsl,imx21-owire"; reg = <0x63fa4000 0x4000>; |