linux-amlogic.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Neil Armstrong <narmstrong@baylibre.com>
To: linux-amlogic@lists.infradead.org
Subject: Re: [PATCH] ARM: dts: meson: move the L2 cache-controller inside the SoC node
Date: Mon, 24 Aug 2020 10:05:19 +0200	[thread overview]
Message-ID: <31d486c0-b039-f45d-50b1-d795c4321c7e@baylibre.com> (raw)
In-Reply-To: <20200815182223.408965-1-martin.blumenstingl@googlemail.com>

On 15/08/2020 20:22, Martin Blumenstingl wrote:
> All IO mapped SoC peripherals should be within the "soc" node. Move the
> L2 cache-controller there as well since it's the only one not following
> this pattern.
> 
> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
> ---
>  arch/arm/boot/dts/meson.dtsi | 14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/meson.dtsi b/arch/arm/boot/dts/meson.dtsi
> index eadb0832bcfc..7649dd1e0b9e 100644
> --- a/arch/arm/boot/dts/meson.dtsi
> +++ b/arch/arm/boot/dts/meson.dtsi
> @@ -11,13 +11,6 @@ / {
>  	#size-cells = <1>;
>  	interrupt-parent = <&gic>;
>  
> -	L2: cache-controller@c4200000 {
> -		compatible = "arm,pl310-cache";
> -		reg = <0xc4200000 0x1000>;
> -		cache-unified;
> -		cache-level = <2>;
> -	};
> -
>  	soc {
>  		compatible = "simple-bus";
>  		#address-cells = <1>;
> @@ -172,6 +165,13 @@ timer_abcde: timer@9940 {
>  			};
>  		};
>  
> +		L2: cache-controller@c4200000 {
> +			compatible = "arm,pl310-cache";
> +			reg = <0xc4200000 0x1000>;
> +			cache-unified;
> +			cache-level = <2>;
> +		};
> +
>  		periph: bus@c4300000 {
>  			compatible = "simple-bus";
>  			reg = <0xc4300000 0x10000>;
> 

Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

  reply	other threads:[~2020-08-24  8:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-15 18:22 [PATCH] ARM: dts: meson: move the L2 cache-controller inside the SoC node Martin Blumenstingl
2020-08-24  8:05 ` Neil Armstrong [this message]
2020-08-24 21:15 ` Kevin Hilman
2020-08-24 21:16 ` Kevin Hilman

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=31d486c0-b039-f45d-50b1-d795c4321c7e@baylibre.com \
    --to=narmstrong@baylibre.com \
    --cc=linux-amlogic@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).