* [PATCH 16/20] dts: arm: omap: Update coresight bindings for hardware ports
[not found] <1528235011-30691-1-git-send-email-suzuki.poulose@arm.com>
@ 2018-06-05 21:43 ` Suzuki K Poulose
2018-07-03 7:09 ` Tony Lindgren
0 siblings, 1 reply; 4+ messages in thread
From: Suzuki K Poulose @ 2018-06-05 21:43 UTC (permalink / raw)
To: linux-arm-kernel
Cc: mathieu.poirier, robh, frowand.list, mark.rutland, sudeep.holla,
arm, linux-kernel, matt.sealey, john.horley, charles.garcia-tobin,
coresight, devicetree, mike.leach, Suzuki K Poulose, linux-omap,
Benoît Cousson, Tony Lindgren
Switch to the new coresight bindings for hardware ports
Cc: linux-omap@vger.kernel.org
Cc: "Benoît Cousson" <bcousson@baylibre.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
---
arch/arm/boot/dts/omap3-beagle-xm.dts | 5 ++++-
arch/arm/boot/dts/omap3-beagle.dts | 5 ++++-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/omap3-beagle-xm.dts b/arch/arm/boot/dts/omap3-beagle-xm.dts
index 0349fcc..b5f40069 100644
--- a/arch/arm/boot/dts/omap3-beagle-xm.dts
+++ b/arch/arm/boot/dts/omap3-beagle-xm.dts
@@ -155,8 +155,9 @@
clock-names = "apb_pclk";
port {
etb_in: endpoint {
- slave-mode;
+ direction = <0>;
remote-endpoint = <&etm_out>;
+ coresight,hwid = <0>;
};
};
};
@@ -169,7 +170,9 @@
clock-names = "apb_pclk";
port {
etm_out: endpoint {
+ direction = <1>;
remote-endpoint = <&etb_in>;
+ coresight,hwid = <0>;
};
};
};
diff --git a/arch/arm/boot/dts/omap3-beagle.dts b/arch/arm/boot/dts/omap3-beagle.dts
index 3ca8991..b32e35b 100644
--- a/arch/arm/boot/dts/omap3-beagle.dts
+++ b/arch/arm/boot/dts/omap3-beagle.dts
@@ -149,8 +149,9 @@
clock-names = "apb_pclk";
port {
etb_in: endpoint {
- slave-mode;
+ direction = <0>;
remote-endpoint = <&etm_out>;
+ coresight,hwid = <0>;
};
};
};
@@ -163,7 +164,9 @@
clock-names = "apb_pclk";
port {
etm_out: endpoint {
+ direction = <1>;
remote-endpoint = <&etb_in>;
+ coresight,hwid = <0>;
};
};
};
--
2.7.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 16/20] dts: arm: omap: Update coresight bindings for hardware ports
2018-06-05 21:43 ` [PATCH 16/20] dts: arm: omap: Update coresight bindings for hardware ports Suzuki K Poulose
@ 2018-07-03 7:09 ` Tony Lindgren
2018-07-03 7:59 ` Suzuki K Poulose
0 siblings, 1 reply; 4+ messages in thread
From: Tony Lindgren @ 2018-07-03 7:09 UTC (permalink / raw)
To: Suzuki K Poulose
Cc: linux-arm-kernel, mathieu.poirier, robh, frowand.list,
mark.rutland, sudeep.holla, arm, linux-kernel, matt.sealey,
john.horley, charles.garcia-tobin, coresight, devicetree,
mike.leach, linux-omap, Benoît Cousson
* Suzuki K Poulose <suzuki.poulose@arm.com> [180605 14:48]:
> Switch to the new coresight bindings for hardware ports
So is this patch safe for me to pick separately for v4.19?
Regards,
Tony
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 16/20] dts: arm: omap: Update coresight bindings for hardware ports
2018-07-03 7:09 ` Tony Lindgren
@ 2018-07-03 7:59 ` Suzuki K Poulose
2018-07-03 8:12 ` Tony Lindgren
0 siblings, 1 reply; 4+ messages in thread
From: Suzuki K Poulose @ 2018-07-03 7:59 UTC (permalink / raw)
To: Tony Lindgren
Cc: linux-arm-kernel, mathieu.poirier, robh, frowand.list,
mark.rutland, sudeep.holla, arm, linux-kernel, matt.sealey,
john.horley, charles.garcia-tobin, coresight, devicetree,
mike.leach, linux-omap, Benoît Cousson
Hi Tony,
On 07/03/2018 08:09 AM, Tony Lindgren wrote:
> * Suzuki K Poulose <suzuki.poulose@arm.com> [180605 14:48]:
>> Switch to the new coresight bindings for hardware ports
>
> So is this patch safe for me to pick separately for v4.19?
No. Please ignore this for now. The bindings are still under
discussion. Sorry for the inconvenience.
Suzuki
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 16/20] dts: arm: omap: Update coresight bindings for hardware ports
2018-07-03 7:59 ` Suzuki K Poulose
@ 2018-07-03 8:12 ` Tony Lindgren
0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2018-07-03 8:12 UTC (permalink / raw)
To: Suzuki K Poulose
Cc: linux-arm-kernel, mathieu.poirier, robh, frowand.list,
mark.rutland, sudeep.holla, arm, linux-kernel, matt.sealey,
john.horley, charles.garcia-tobin, coresight, devicetree,
mike.leach, linux-omap, Benoît Cousson
* Suzuki K Poulose <suzuki.poulose@arm.com> [180703 08:01]:
>
>
> Hi Tony,
>
> On 07/03/2018 08:09 AM, Tony Lindgren wrote:
> > * Suzuki K Poulose <suzuki.poulose@arm.com> [180605 14:48]:
> > > Switch to the new coresight bindings for hardware ports
> >
> > So is this patch safe for me to pick separately for v4.19?
>
> No. Please ignore this for now. The bindings are still under
> discussion. Sorry for the inconvenience.
OK will do thanks.
Tony
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-07-03 8:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1528235011-30691-1-git-send-email-suzuki.poulose@arm.com>
2018-06-05 21:43 ` [PATCH 16/20] dts: arm: omap: Update coresight bindings for hardware ports Suzuki K Poulose
2018-07-03 7:09 ` Tony Lindgren
2018-07-03 7:59 ` Suzuki K Poulose
2018-07-03 8:12 ` Tony Lindgren
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).