mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Frank Li <Frank.li@oss.nxp.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Cc: Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>, Frank Li <Frank.Li@nxp.com>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Fabio Estevam <festevam@gmail.com>,
	devicetree@vger.kernel.org, imx@lists.linux.dev,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] arm64: dts: imx95: Drop unsupported opp-hz-real in OPP tables
Date: Tue, 15 Sep 2026 09:49:59 -0500	[thread overview]
Message-ID: <aqlbFwMZp_TAExFq@SMW015318> (raw)
In-Reply-To: <20260915072308.64047-2-krzysztof.kozlowski@oss.qualcomm.com>

On Tue, Sep 15, 2026 at 09:23:09AM +0200, Krzysztof Kozlowski wrote:
> There is no "opp-hz-real" property at all defined in the bindings and
> new DTS is not allowed to bring undocumented properties.  Fix dtbs_check
> warnings like:
>
>   imx95-15x15-evk-pcie0-ep.dtb: opp-500000000: opp-hz-real: b'\x00\x00\x00\x00\x1d\xcde\x00' is not of type 'object', 'integer', 'array', 'boolean', 'null'

I run below command, have not found above warning

make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- -j8 CHECK_DTBS=y freescale/imx95-15x15-evk-pcie0-ep.dtb
  DTC [C] arch/arm64/boot/dts/freescale/imx95-15x15-evk.dtb
  DTC     arch/arm64/boot/dts/freescale/imx-m2-pcie.dtbo
  DTC     arch/arm64/boot/dts/freescale/imx-pcie0-ep.dtbo
  OVL [C] arch/arm64/boot/dts/freescale/imx95-15x15-evk-pcie.dtb
  OVL [C] arch/arm64/boot/dts/freescale/imx95-15x15-evk-pcie0-ep.dtb

Anything wrong?

Frank

>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
> ---
>  arch/arm64/boot/dts/freescale/imx95.dtsi  | 3 ---
>  arch/arm64/boot/dts/freescale/imx952.dtsi | 3 ---
>  2 files changed, 6 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/freescale/imx95.dtsi b/arch/arm64/boot/dts/freescale/imx95.dtsi
> index 1cb8eb15e5c7..99c72d5cd125 100644
> --- a/arch/arm64/boot/dts/freescale/imx95.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx95.dtsi
> @@ -255,19 +255,16 @@ gpu_opp_table: opp-table {
>
>  		opp-500000000 {
>  			opp-hz = /bits/ 64 <500000000>;
> -			opp-hz-real = /bits/ 64 <500000000>;
>  			opp-microvolt = <920000>;
>  		};
>
>  		opp-800000000 {
>  			opp-hz = /bits/ 64 <800000000>;
> -			opp-hz-real = /bits/ 64 <800000000>;
>  			opp-microvolt = <920000>;
>  		};
>
>  		opp-1000000000 {
>  			opp-hz = /bits/ 64 <1000000000>;
> -			opp-hz-real = /bits/ 64 <1000000000>;
>  			opp-microvolt = <920000>;
>  		};
>  	};
> diff --git a/arch/arm64/boot/dts/freescale/imx952.dtsi b/arch/arm64/boot/dts/freescale/imx952.dtsi
> index 887abb1c4784..306239de096e 100644
> --- a/arch/arm64/boot/dts/freescale/imx952.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx952.dtsi
> @@ -323,19 +323,16 @@ gpu_opp_table: opp-table {
>
>  		opp-500000000 {
>  			opp-hz = /bits/ 64 <500000000>;
> -			opp-hz-real = /bits/ 64 <500000000>;
>  			opp-microvolt = <920000>;
>  		};
>
>  		opp-800000000 {
>  			opp-hz = /bits/ 64 <800000000>;
> -			opp-hz-real = /bits/ 64 <800000000>;
>  			opp-microvolt = <920000>;
>  		};
>
>  		opp-1000000000 {
>  			opp-hz = /bits/ 64 <1000000000>;
> -			opp-hz-real = /bits/ 64 <1000000000>;
>  			opp-microvolt = <920000>;
>  		};
>  	};
> --
> 2.53.0
>
>

  reply	other threads:[~2026-09-15 14:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-15  7:23 Krzysztof Kozlowski
2026-09-15 14:49 ` Frank Li [this message]
2026-09-15 16:10   ` 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=aqlbFwMZp_TAExFq@SMW015318 \
    --to=frank.li@oss.nxp.com \
    --cc=Frank.Li@nxp.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=imx@lists.linux.dev \
    --cc=kernel@pengutronix.de \
    --cc=krzk+dt@kernel.org \
    --cc=krzysztof.kozlowski@oss.qualcomm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=s.hauer@pengutronix.de \
    /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

all inboxes | Powered by JetHome®