All of lore.kernel.org
 help / color / mirror / Atom feed
From: gregory.clement@free-electrons.com (Gregory CLEMENT)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: mvebu: Conform L2CC node with ePAPR specification by adding cache-level
Date: Wed, 18 Mar 2015 16:56:17 +0100	[thread overview]
Message-ID: <5509A021.7090509@free-electrons.com> (raw)
In-Reply-To: <1426610034-4204-1-git-send-email-gregory.clement@free-electrons.com>

Hi,

On 17/03/2015 17:33, Gregory CLEMENT wrote:
> For L2 cache controller node, cache-level property is mandatory. Let's
> add it to Armada 370 and Armada XP device tree.
> 

unless someone is against it, I will apply it on mvebu/dt tomorrow.

Thanks,

Gregory

> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
> ---
>  arch/arm/boot/dts/armada-370.dtsi | 1 +
>  arch/arm/boot/dts/armada-xp.dtsi  | 1 +
>  2 files changed, 2 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/armada-370.dtsi b/arch/arm/boot/dts/armada-370.dtsi
> index 27397f151def..b38bfa03d3bf 100644
> --- a/arch/arm/boot/dts/armada-370.dtsi
> +++ b/arch/arm/boot/dts/armada-370.dtsi
> @@ -129,6 +129,7 @@
>  				compatible = "marvell,aurora-outer-cache";
>  				reg = <0x08000 0x1000>;
>  				cache-id-part = <0x100>;
> +				cache-level = <2>;
>  				cache-unified;
>  				wt-override;
>  			};
> diff --git a/arch/arm/boot/dts/armada-xp.dtsi b/arch/arm/boot/dts/armada-xp.dtsi
> index 82917236a2fb..9806046dde1e 100644
> --- a/arch/arm/boot/dts/armada-xp.dtsi
> +++ b/arch/arm/boot/dts/armada-xp.dtsi
> @@ -78,6 +78,7 @@
>  				compatible = "marvell,aurora-system-cache";
>  				reg = <0x08000 0x1000>;
>  				cache-id-part = <0x100>;
> +				cache-level = <2>;
>  				cache-unified;
>  				wt-override;
>  			};
> 


-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

  reply	other threads:[~2015-03-18 15:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-17 16:33 [PATCH] ARM: mvebu: Conform L2CC node with ePAPR specification by adding cache-level Gregory CLEMENT
2015-03-18 15:56 ` Gregory CLEMENT [this message]
2015-03-18 16:12 ` Thomas Petazzoni
2015-03-19 10:12   ` Gregory CLEMENT

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=5509A021.7090509@free-electrons.com \
    --to=gregory.clement@free-electrons.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 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.