From: Krzysztof Kozlowski <krzk@kernel.org>
To: Barry Song <baohua@kernel.org>, Rob Herring <robh+dt@kernel.org>,
Andy Gross <agross@kernel.org>,
Bjorn Andersson <bjorn.andersson@linaro.org>,
Viresh Kumar <vireshk@kernel.org>,
Shiraz Hashim <shiraz.linux.kernel@gmail.com>,
Marc Gonzalez <marc.w.gonzalez@free.fr>,
Mans Rullgard <mans@mansr.com>, Jun Nie <jun.nie@linaro.org>,
Shawn Guo <shawnguo@kernel.org>,
linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org
Cc: Krzysztof Kozlowski <krzk@kernel.org>
Subject: [RESEND PATCH 2/5] ARM: dts: qcom: Align L2 cache-controller nodename with dtschema
Date: Wed, 19 Aug 2020 19:58:50 +0200 [thread overview]
Message-ID: <20200819175853.21492-2-krzk@kernel.org> (raw)
In-Reply-To: <20200819175853.21492-1-krzk@kernel.org>
Fix dtschema validator warnings like:
l2-cache@2040000: $nodename:0:
'l2-cache@2040000' does not match '^(cache-controller|cpu)(@[0-9a-f,]+)*$'
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
arch/arm/boot/dts/qcom-mdm9615.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/qcom-mdm9615.dtsi b/arch/arm/boot/dts/qcom-mdm9615.dtsi
index 347b4f7d7889..dda2ceec6591 100644
--- a/arch/arm/boot/dts/qcom-mdm9615.dtsi
+++ b/arch/arm/boot/dts/qcom-mdm9615.dtsi
@@ -98,7 +98,7 @@
ranges;
compatible = "simple-bus";
- L2: l2-cache@2040000 {
+ L2: cache-controller@2040000 {
compatible = "arm,pl310-cache";
reg = <0x02040000 0x1000>;
arm,data-latency = <2 2 0>;
--
2.17.1
next prev parent reply other threads:[~2020-08-19 17:59 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-19 17:58 [RESEND PATCH 1/5] ARM: dts: prima: Align L2 cache-controller nodename with dtschema Krzysztof Kozlowski
2020-08-19 17:58 ` Krzysztof Kozlowski [this message]
2020-08-19 17:58 ` [RESEND PATCH 3/5] ARM: dts: spear: " Krzysztof Kozlowski
2020-08-20 4:50 ` Viresh Kumar
2020-08-19 17:58 ` [RESEND PATCH 4/5] ARM: dts: tango: " Krzysztof Kozlowski
2020-08-19 18:22 ` Måns Rullgård
2020-08-20 9:31 ` Krzysztof Kozlowski
2020-08-30 14:59 ` Krzysztof Kozlowski
2020-08-19 17:58 ` [RESEND PATCH 5/5] ARM: dts: zx: " Krzysztof Kozlowski
2020-08-20 9:30 ` Krzysztof Kozlowski
2020-08-30 15:00 ` Krzysztof Kozlowski
2020-08-20 9:30 ` [RESEND PATCH 1/5] ARM: dts: prima: " Krzysztof Kozlowski
2020-08-30 14:59 ` Krzysztof Kozlowski
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=20200819175853.21492-2-krzk@kernel.org \
--to=krzk@kernel.org \
--cc=agross@kernel.org \
--cc=baohua@kernel.org \
--cc=bjorn.andersson@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=jun.nie@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mans@mansr.com \
--cc=marc.w.gonzalez@free.fr \
--cc=robh+dt@kernel.org \
--cc=shawnguo@kernel.org \
--cc=shiraz.linux.kernel@gmail.com \
--cc=vireshk@kernel.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).