From: Wei Xu <xuwei5@hisilicon.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>,
Rob Herring <robh+dt@kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Cc: <xuwei5@hisilicon.com>
Subject: Re: [PATCH] arm64: dts: hisilicon: align operating-points table name with dtschema
Date: Fri, 15 Oct 2021 10:08:50 +0800 [thread overview]
Message-ID: <6168E2B2.1070209@hisilicon.com> (raw)
In-Reply-To: <20210820081522.83512-1-krzysztof.kozlowski@canonical.com>
Hi Krzysztof,
On 2021/8/20 16:15, Krzysztof Kozlowski wrote:
> Align the name of operating-points node to dtschema to fix warnings like:
>
> cpu_opp_table: $nodename:0: 'cpu_opp_table' does not match '^opp-table(-[a-z0-9]+)?$'
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Applied to the HiSilicon arm64 dt tree.
Thanks!
Best Regards,
Wei
> ---
> arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 4 ++--
> arch/arm64/boot/dts/hisilicon/hi6220.dtsi | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
> index 2d5c1a348716..19a979779bdb 100644
> --- a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
> +++ b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
> @@ -210,7 +210,7 @@ A73_L2: l2-cache1 {
> };
> };
>
> - cluster0_opp: opp_table0 {
> + cluster0_opp: opp-table-0 {
> compatible = "operating-points-v2";
> opp-shared;
>
> @@ -245,7 +245,7 @@ opp04 {
> };
> };
>
> - cluster1_opp: opp_table1 {
> + cluster1_opp: opp-table-1 {
> compatible = "operating-points-v2";
> opp-shared;
>
> diff --git a/arch/arm64/boot/dts/hisilicon/hi6220.dtsi b/arch/arm64/boot/dts/hisilicon/hi6220.dtsi
> index dde9371dc545..3f2134779115 100644
> --- a/arch/arm64/boot/dts/hisilicon/hi6220.dtsi
> +++ b/arch/arm64/boot/dts/hisilicon/hi6220.dtsi
> @@ -193,7 +193,7 @@ CLUSTER1_L2: l2-cache1 {
> };
> };
>
> - cpu_opp_table: cpu_opp_table {
> + cpu_opp_table: opp-table-0 {
> compatible = "operating-points-v2";
> opp-shared;
>
>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Wei Xu <xuwei5@hisilicon.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>,
Rob Herring <robh+dt@kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Cc: <xuwei5@hisilicon.com>
Subject: Re: [PATCH] arm64: dts: hisilicon: align operating-points table name with dtschema
Date: Fri, 15 Oct 2021 10:08:50 +0800 [thread overview]
Message-ID: <6168E2B2.1070209@hisilicon.com> (raw)
In-Reply-To: <20210820081522.83512-1-krzysztof.kozlowski@canonical.com>
Hi Krzysztof,
On 2021/8/20 16:15, Krzysztof Kozlowski wrote:
> Align the name of operating-points node to dtschema to fix warnings like:
>
> cpu_opp_table: $nodename:0: 'cpu_opp_table' does not match '^opp-table(-[a-z0-9]+)?$'
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Applied to the HiSilicon arm64 dt tree.
Thanks!
Best Regards,
Wei
> ---
> arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 4 ++--
> arch/arm64/boot/dts/hisilicon/hi6220.dtsi | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
> index 2d5c1a348716..19a979779bdb 100644
> --- a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
> +++ b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
> @@ -210,7 +210,7 @@ A73_L2: l2-cache1 {
> };
> };
>
> - cluster0_opp: opp_table0 {
> + cluster0_opp: opp-table-0 {
> compatible = "operating-points-v2";
> opp-shared;
>
> @@ -245,7 +245,7 @@ opp04 {
> };
> };
>
> - cluster1_opp: opp_table1 {
> + cluster1_opp: opp-table-1 {
> compatible = "operating-points-v2";
> opp-shared;
>
> diff --git a/arch/arm64/boot/dts/hisilicon/hi6220.dtsi b/arch/arm64/boot/dts/hisilicon/hi6220.dtsi
> index dde9371dc545..3f2134779115 100644
> --- a/arch/arm64/boot/dts/hisilicon/hi6220.dtsi
> +++ b/arch/arm64/boot/dts/hisilicon/hi6220.dtsi
> @@ -193,7 +193,7 @@ CLUSTER1_L2: l2-cache1 {
> };
> };
>
> - cpu_opp_table: cpu_opp_table {
> + cpu_opp_table: opp-table-0 {
> compatible = "operating-points-v2";
> opp-shared;
>
>
next prev parent reply other threads:[~2021-10-15 2:10 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-20 8:15 [PATCH] arm64: dts: hisilicon: align operating-points table name with dtschema Krzysztof Kozlowski
2021-08-20 8:15 ` Krzysztof Kozlowski
2021-10-15 2:08 ` Wei Xu [this message]
2021-10-15 2:08 ` Wei Xu
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=6168E2B2.1070209@hisilicon.com \
--to=xuwei5@hisilicon.com \
--cc=devicetree@vger.kernel.org \
--cc=krzysztof.kozlowski@canonical.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh+dt@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 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.