From: Geert Uytterhoeven <geert+renesas@glider.be>
To: Simon Horman <horms@verge.net.au>, Magnus Damm <magnus.damm@gmail.com>
Cc: Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Sudeep Holla <sudeep.holla@arm.com>,
linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Geert Uytterhoeven <geert+renesas@glider.be>
Subject: [PATCH 1/8] ARM: dts: r8a73a4: Remove unit-addresses and regs from integrated caches
Date: Mon, 6 Mar 2017 17:40:36 +0100 [thread overview]
Message-ID: <1488818443-25196-2-git-send-email-geert+renesas@glider.be> (raw)
In-Reply-To: <1488818443-25196-1-git-send-email-geert+renesas@glider.be>
The Cortex-A15/A7 cache controllers are integrated controllers, and thus
the device nodes representing them should not have unit-addresses or reg
properties.
Fixes: b0da45c60d2f7b08 ("ARM: dts: r8a73a4: Fix W=1 dtc warnings")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
arch/arm/boot/dts/r8a73a4.dtsi | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/arch/arm/boot/dts/r8a73a4.dtsi b/arch/arm/boot/dts/r8a73a4.dtsi
index 00eb9a7114dc2621..6fb7eaba91262edf 100644
--- a/arch/arm/boot/dts/r8a73a4.dtsi
+++ b/arch/arm/boot/dts/r8a73a4.dtsi
@@ -32,18 +32,16 @@
next-level-cache = <&L2_CA15>;
};
- L2_CA15: cache-controller@0 {
+ L2_CA15: cache-controller-0 {
compatible = "cache";
- reg = <0>;
clocks = <&cpg_clocks R8A73A4_CLK_Z>;
power-domains = <&pd_a3sm>;
cache-unified;
cache-level = <2>;
};
- L2_CA7: cache-controller@100 {
+ L2_CA7: cache-controller-1 {
compatible = "cache";
- reg = <0x100>;
clocks = <&cpg_clocks R8A73A4_CLK_Z2>;
power-domains = <&pd_a3km>;
cache-unified;
--
2.7.4
next prev parent reply other threads:[~2017-03-06 16:40 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-06 16:40 [PATCH 0/8] ARM: dts: renesas: Remove unit-addresses and regs from integrated caches Geert Uytterhoeven
2017-03-06 16:40 ` Geert Uytterhoeven [this message]
2017-03-06 16:40 ` [PATCH 2/8] ARM: dts: r8a7743: Remove unit-address and reg from integrated cache Geert Uytterhoeven
2017-03-06 16:40 ` [PATCH 3/8] ARM: dts: r8a7745: " Geert Uytterhoeven
2017-03-06 16:40 ` [PATCH 4/8] ARM: dts: r8a7790: Remove unit-addresses and regs from integrated caches Geert Uytterhoeven
2017-03-06 16:40 ` [PATCH 6/8] ARM: dts: r8a7792: Remove unit-address and reg from integrated cache Geert Uytterhoeven
[not found] ` <1488818443-25196-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2017-03-06 16:40 ` [PATCH 5/8] ARM: dts: r8a7791: " Geert Uytterhoeven
2017-03-06 16:40 ` [PATCH 7/8] ARM: dts: r8a7793: " Geert Uytterhoeven
2017-03-06 16:40 ` [PATCH 8/8] ARM: dts: r8a7794: " Geert Uytterhoeven
2017-03-07 6:46 ` [PATCH 0/8] ARM: dts: renesas: Remove unit-addresses and regs from integrated caches 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=1488818443-25196-2-git-send-email-geert+renesas@glider.be \
--to=geert+renesas@glider.be \
--cc=devicetree@vger.kernel.org \
--cc=horms@verge.net.au \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=magnus.damm@gmail.com \
--cc=mark.rutland@arm.com \
--cc=robh+dt@kernel.org \
--cc=sudeep.holla@arm.com \
/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).