devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
To: Simon Horman <horms-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>,
	Magnus Damm <magnus.damm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Kuninori Morimoto
	<kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
Cc: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	Ian Campbell
	<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
	Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
	linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	Geert Uytterhoeven
	<geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
Subject: [PATCH 08/23] ARM: dts: r8a7794: Fix W=1 dtc warnings
Date: Fri, 13 May 2016 09:55:48 +0200	[thread overview]
Message-ID: <1463126163-29423-9-git-send-email-geert+renesas@glider.be> (raw)
In-Reply-To: <1463126163-29423-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>

Warning (unit_address_vs_reg): Node /cache-controller@1 has a unit name, but no reg property

Move the cache-controller node under the cpus node, and make its unit
name and reg property match the MPIDR value.

Signed-off-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
---
 arch/arm/boot/dts/r8a7794.dtsi | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/arch/arm/boot/dts/r8a7794.dtsi b/arch/arm/boot/dts/r8a7794.dtsi
index f334a3a715f27d12..cff1c5aa0ec48950 100644
--- a/arch/arm/boot/dts/r8a7794.dtsi
+++ b/arch/arm/boot/dts/r8a7794.dtsi
@@ -55,13 +55,14 @@
 			power-domains = <&sysc R8A7794_PD_CA7_CPU1>;
 			next-level-cache = <&L2_CA7>;
 		};
-	};
 
-	L2_CA7: cache-controller@1 {
-		compatible = "cache";
-		power-domains = <&sysc R8A7794_PD_CA7_SCU>;
-		cache-unified;
-		cache-level = <2>;
+		L2_CA7: cache-controller@0 {
+			compatible = "cache";
+			reg = <0>;
+			power-domains = <&sysc R8A7794_PD_CA7_SCU>;
+			cache-unified;
+			cache-level = <2>;
+		};
 	};
 
 	gic: interrupt-controller@f1001000 {
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2016-05-13  7:55 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-13  7:55 [PATCH 00/23] ARM/arm64: dts: renesas: Fix W=1 dtc warnings Geert Uytterhoeven
2016-05-13  7:55 ` [PATCH 02/23] ARM: dts: r8a73a4: " Geert Uytterhoeven
2016-05-16  8:15   ` Geert Uytterhoeven
2016-05-13  7:55 ` [PATCH 03/23] ARM: dts: r8a7740: " Geert Uytterhoeven
2016-05-13  7:55 ` [PATCH 06/23] ARM: dts: r8a7791: " Geert Uytterhoeven
2016-05-13  7:55 ` [PATCH 07/23] ARM: dts: r8a7793: " Geert Uytterhoeven
2016-05-13  7:55 ` [PATCH 09/23] ARM: dts: sh73a0: " Geert Uytterhoeven
2016-05-13  7:55 ` [PATCH 12/23] ARM: dts: bockw: " Geert Uytterhoeven
2016-05-13  7:55 ` [PATCH 13/23] ARM: dts: genmai: " Geert Uytterhoeven
2016-05-13  7:55 ` [PATCH 14/23] ARM: dts: gose: " Geert Uytterhoeven
2016-05-13  7:55 ` [PATCH 18/23] ARM: dts: lager: " Geert Uytterhoeven
2016-05-13 11:40   ` Sergei Shtylyov
2016-05-13  7:56 ` [PATCH 20/23] ARM: dts: porter: " Geert Uytterhoeven
     [not found] ` <1463126163-29423-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2016-05-13  7:55   ` [PATCH 01/23] ARM: dts: emev2: " Geert Uytterhoeven
2016-05-13  7:55   ` [PATCH 04/23] ARM: dts: r8a7778: " Geert Uytterhoeven
2016-05-13  7:55   ` [PATCH 05/23] ARM: dts: r8a7790: " Geert Uytterhoeven
     [not found]     ` <1463126163-29423-6-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2016-05-16  8:15       ` Geert Uytterhoeven
2016-05-13  7:55   ` Geert Uytterhoeven [this message]
2016-05-13  7:55   ` [PATCH 10/23] ARM: dts: ape6evm: " Geert Uytterhoeven
2016-05-13  7:55   ` [PATCH 11/23] ARM: dts: armadillo800eva: " Geert Uytterhoeven
2016-05-13  7:55   ` [PATCH 15/23] ARM: dts: koelsch: " Geert Uytterhoeven
2016-05-13  7:55   ` [PATCH 16/23] ARM: dts: kzm9d: " Geert Uytterhoeven
2016-05-13  7:55   ` [PATCH 17/23] ARM: dts: kzm9g: " Geert Uytterhoeven
2016-05-13  7:55   ` [PATCH 19/23] ARM: dts: marzen: " Geert Uytterhoeven
2016-05-13 11:38     ` Sergei Shtylyov
2016-05-13  7:56   ` [PATCH 21/23] ARM: dts: silk: " Geert Uytterhoeven
2016-05-13  7:56   ` [PATCH 22/23] arm64: dts: r8a7795: " Geert Uytterhoeven
     [not found]     ` <1463126163-29423-23-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2016-05-16  8:16       ` Geert Uytterhoeven
2016-05-13  7:56 ` [PATCH 23/23] arm64: dts: salvator-x: " Geert Uytterhoeven
2016-05-16  0:29 ` [PATCH 00/23] ARM/arm64: dts: renesas: " Kuninori Morimoto
2016-05-20  4:30 ` Simon Horman

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=1463126163-29423-9-git-send-email-geert+renesas@glider.be \
    --to=geert+renesas-gxvu3+zwzmszqb+pc5nmwq@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
    --cc=horms-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org \
    --cc=ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org \
    --cc=kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=magnus.damm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.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).