linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: Remove L3 compatible value for dm816x
Date: Fri, 29 May 2015 13:39:38 -0700	[thread overview]
Message-ID: <20150529203937.GU30984@atomide.com> (raw)
In-Reply-To: <1432920112-21539-1-git-send-email-tony@atomide.com>

* Tony Lindgren <tony@atomide.com> [150529 10:28]:
> The interconnects on dm816x are like on omap4, so we should use
> l3-noc instead of l3-smx. But as the related SoC specific
> l3_target_data is still missing from omap_l3_noc let's just
> remove the entry for now.
> 
> Cc: Brian Hutchinson <b.hutchman@gmail.com>
> Reported-by: Matthijs van Duin <matthijsvanduin@gmail.com>
> Signed-off-by: Tony Lindgren <tony@atomide.com>
> ---
>  arch/arm/boot/dts/dm816x.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/dm816x.dtsi b/arch/arm/boot/dts/dm816x.dtsi
> index 289806a..3c99cfa 100644
> --- a/arch/arm/boot/dts/dm816x.dtsi
> +++ b/arch/arm/boot/dts/dm816x.dtsi
> @@ -58,7 +58,7 @@
>  	 * the whole bus hierarchy.
>  	 */
>  	ocp {
> -		compatible = "ti,omap3-l3-smx", "simple-bus";
> +		compatible = "simple-bus";
>  		reg = <0x44000000 0x10000>;
>  		interrupts = <9 10>;
>  		#address-cells = <1>;

We should remove reg and interrupts too, updated patch below.

Regards,

Tony

8< ---------------
From: Tony Lindgren <tony@atomide.com>
Date: Mon, 16 Mar 2015 18:04:20 -0700
Subject: [PATCH] ARM: dts: Remove L3 compatible value for dm816x

The interconnects on dm816x are like on omap4, so we should use
l3-noc instead of l3-smx. But as the related SoC specific
l3_target_data is still missing from omap_l3_noc let's just
remove the entry for now. And as we're updating the dts files
to follow the interconnect layout, this module will not be at
the top level.

Cc: Brian Hutchinson <b.hutchman@gmail.com>
Reported-by: Matthijs van Duin <matthijsvanduin@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

--- a/arch/arm/boot/dts/dm816x.dtsi
+++ b/arch/arm/boot/dts/dm816x.dtsi
@@ -58,9 +58,7 @@
 	 * the whole bus hierarchy.
 	 */
 	ocp {
-		compatible = "ti,omap3-l3-smx", "simple-bus";
-		reg = <0x44000000 0x10000>;
-		interrupts = <9 10>;
+		compatible = "simple-bus";
 		#address-cells = <1>;
 		#size-cells = <1>;
 		ranges;

      reply	other threads:[~2015-05-29 20:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-29 17:21 [PATCH] ARM: dts: Remove L3 compatible value for dm816x Tony Lindgren
2015-05-29 20:39 ` Tony Lindgren [this message]

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=20150529203937.GU30984@atomide.com \
    --to=tony@atomide.com \
    --cc=linux-arm-kernel@lists.infradead.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 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).