dt-bindings: arm: cpus: Document pu-supply
authorFabio Estevam <festevam@gmail.com>
Sun, 7 Sep 2025 15:25:13 +0000 (12:25 -0300)
committerRob Herring (Arm) <robh@kernel.org>
Tue, 9 Sep 2025 00:57:58 +0000 (19:57 -0500)
commitbc3f7d0340f7cf32b53e40aeed25ac0c6a0e77e7
tree4e9b15ecd552a2ed32775be58c4484892726169a
parent714380b03d38e1ca8c5d42f2da6292fae082a769
dt-bindings: arm: cpus: Document pu-supply

The i.MX6Q Reference Manual describes the three digital LDO regulators
as follows:

"10.4.1.1.1
Digital LDO Regulators
The integrated PMU includes three digital LDO regulators: LDO_ARM, LDO_PU, and
LDO_SOC. These regulators provide power to the ARM_Core power domain, the
combined VPU, IPU and GPU power domain, and the rest of the SoC logic (except
always-ON SNVS domain)."

imx6dl.dtsi uses the correct names to describe these supplies:

arm-supply = <&reg_arm>;
pu-supply = <&reg_pu>;
soc-supply = <&reg_soc>;

'arm-supply' and 'soc-supply' are already documented, but 'pu-supply' is not.

Document the 'pu-supply' property and set it to deprecated.

This fixes the following dt-schema warning:

cpu@1 (arm,cortex-a9): Unevaluated properties are not allowed ('pu-supply' was unexpected)

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250907152513.590218-1-festevam@gmail.com
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Documentation/devicetree/bindings/arm/cpus.yaml