Re: [PATCH 1/1] dt-bindings: arm: cpus: Allow fsl,soc-operating-points for i.MX6

From: Rob Herring
Date: Fri Aug 29 2025 - 12:58:29 EST


On Wed, Aug 27, 2025 at 05:09:11PM -0400, Frank Li wrote:
> The old i.MX6 (over 10 years) chip use fsl,soc-operating-points to get
> SoC's voltage and frequency information when cpu change frequency.
>
> Set fsl,soc-operating-points deprecated.
>
> Allow soc-supply property and set it deprecated.
>
> Fix bunch of CHECK_DTBS warnings:
> arch/arm/boot/dts/nxp/imx/imx6ul-prti6g.dtb: cpu@0 (arm,cortex-a7): Unevaluated properties are not allowed ('fsl,soc-operating-points', 'soc-supply' were unexpected)
> from schema $id: http://devicetree.org/schemas/arm/cpus.yaml#
>
> Signed-off-by: Frank Li <Frank.Li@xxxxxxx>
> ---
> Documentation/devicetree/bindings/arm/cpus.yaml | 13 +++++++++++++
> 1 file changed, 13 insertions(+)

Applied, thanks.