linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] ARM: dts: imx53: Add 'ARM platform' node
@ 2018-06-18 13:52 Fabio Estevam
  2018-06-18 13:52 ` [PATCH 2/3] ARM: dts: imx53: Add a label for the PMU node Fabio Estevam
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Fabio Estevam @ 2018-06-18 13:52 UTC (permalink / raw)
  To: linux-arm-kernel

From: Fabio Estevam <fabio.estevam@nxp.com>

As per the i.MX53 Reference Manual add an entry for the
'ARM platform' 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>
---
 arch/arm/boot/dts/imx53.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi
index 1a7a7bb..a70fbf4 100644
--- a/arch/arm/boot/dts/imx53.dtsi
+++ b/arch/arm/boot/dts/imx53.dtsi
@@ -672,6 +672,11 @@
 				status = "disabled";
 			};
 
+			arm_platform: arm-platform at 63fa0000 {
+				compatible = "fsl,imx53-arm-plat", "fsl,imx51-arm-plat";
+				reg = <0x63fa0000 0x28>;
+			};
+
 			owire: owire at 63fa4000 {
 				compatible = "fsl,imx53-owire", "fsl,imx21-owire";
 				reg = <0x63fa4000 0x4000>;
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2018-07-10 14:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-18 13:52 [PATCH 1/3] ARM: dts: imx53: Add 'ARM platform' node Fabio Estevam
2018-06-18 13:52 ` [PATCH 2/3] ARM: dts: imx53: Add a label for the PMU node Fabio Estevam
2018-06-19 15:49   ` Sebastian Reichel
2018-06-18 13:52 ` [PATCH 3/3] ARM: mx5: Set the DBGEN bit in ARM_GPC register Fabio Estevam
2018-06-19 15:50   ` Sebastian Reichel
2018-06-19 15:49 ` [PATCH 1/3] ARM: dts: imx53: Add 'ARM platform' node Sebastian Reichel
2018-06-28  1:35 ` Shawn Guo
2018-06-28  3:02   ` Fabio Estevam
2018-06-28  3:21     ` Shawn Guo
2018-07-10 14:01       ` Fabio Estevam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).