All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabio Estevam <fabio.estevam@nxp.com>
To: shawnguo@kernel.org
Cc: devicetree@vger.kernel.org, Fabio Estevam <fabio.estevam@nxp.com>,
	robh+dt@kernel.org, kernel@pengutronix.de,
	sebastian.reichel@collabora.co.uk,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 3/6] ARM: dts: imx51: Add tigerp support
Date: Tue, 10 Jul 2018 13:31:45 -0300	[thread overview]
Message-ID: <1531240308-24798-3-git-send-email-fabio.estevam@nxp.com> (raw)
In-Reply-To: <1531240308-24798-1-git-send-email-fabio.estevam@nxp.com>

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>
---
Changes since v3:
- None

 arch/arm/boot/dts/imx51.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/imx51.dtsi b/arch/arm/boot/dts/imx51.dtsi
index 113ddbc..da9d4ce 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>;
-- 
2.7.4

WARNING: multiple messages have this Message-ID (diff)
From: fabio.estevam@nxp.com (Fabio Estevam)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 3/6] ARM: dts: imx51: Add tigerp support
Date: Tue, 10 Jul 2018 13:31:45 -0300	[thread overview]
Message-ID: <1531240308-24798-3-git-send-email-fabio.estevam@nxp.com> (raw)
In-Reply-To: <1531240308-24798-1-git-send-email-fabio.estevam@nxp.com>

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>
---
Changes since v3:
- None

 arch/arm/boot/dts/imx51.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/imx51.dtsi b/arch/arm/boot/dts/imx51.dtsi
index 113ddbc..da9d4ce 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 at 83fa0000 {
+				compatible = "fsl,imx51-tigerp";
+				reg = <0x83fa0000 0x28>;
+			};
+
 			owire: owire at 83fa4000 {
 				compatible = "fsl,imx51-owire", "fsl,imx21-owire";
 				reg = <0x83fa4000 0x4000>;
-- 
2.7.4

  parent reply	other threads:[~2018-07-10 16:31 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-10 16:31 [PATCH v4 1/6] dt-bindings: freescale: Add bindings for the tigerp module Fabio Estevam
2018-07-10 16:31 ` Fabio Estevam
2018-07-10 16:31 ` [PATCH v4 2/6] ARM: dts: imx51: Add PMU support Fabio Estevam
2018-07-10 16:31   ` Fabio Estevam
2018-07-10 16:31 ` Fabio Estevam [this message]
2018-07-10 16:31   ` [PATCH v4 3/6] ARM: dts: imx51: Add tigerp support Fabio Estevam
2018-07-10 16:31 ` [PATCH v4 4/6] ARM: dts: imx53: " Fabio Estevam
2018-07-10 16:31   ` Fabio Estevam
2018-07-10 16:31 ` [PATCH v4 5/6] ARM: dts: imx53: Add a label for the PMU node Fabio Estevam
2018-07-10 16:31   ` Fabio Estevam
2018-07-10 16:31 ` [PATCH v4 6/6] ARM: mx5: Set the DBGEN bit in ARM_GPC register Fabio Estevam
2018-07-10 16:31   ` Fabio Estevam
2018-07-11 15:25 ` [PATCH v4 1/6] dt-bindings: freescale: Add bindings for the tigerp module Rob Herring
2018-07-11 15:25   ` Rob Herring
2018-07-12  1:52 ` Shawn Guo
2018-07-12  1:52   ` Shawn Guo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1531240308-24798-3-git-send-email-fabio.estevam@nxp.com \
    --to=fabio.estevam@nxp.com \
    --cc=devicetree@vger.kernel.org \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=robh+dt@kernel.org \
    --cc=sebastian.reichel@collabora.co.uk \
    --cc=shawnguo@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.