Re: [PATCH v3 1/4] dt-bindings: power: Add common power limit controller schema
From: Krzysztof Kozlowski
Date: Fri Jul 03 2026 - 02:21:44 EST
On Thu, Jul 02, 2026 at 10:52:54PM +0530, Manaf Meethalavalappu Pallikunhi wrote:
> +title: Power Limit Controller
> +
> +maintainers:
> + - Manaf Meethalavalappu Pallikunhi <manaf.pallikunhi@xxxxxxxxxxxxxxxx>
> +
> +description:
You should have | to preserve formatting,
> + Power limit controllers are hardware blocks that enforce power consumption
> + limits on SoC power domains to prevent thermal overload, maintain system
> + stability, and comply with platform power budgets.
> +
> + These controllers typically provide
> + - Hardware-enforced power capping for one or more power domains
> + - Configurable power limits (e.g., sustained, burst, peak)
> + - Time window controls for power averaging
> + - Energy or power monitoring and reporting capabilities
> + - Power balancing algorithms across domains
> +
> + This binding describes the common properties for power limit controller
> + provider nodes. Individual controller bindings should reference this schema
> + and add device-specific properties.
Where are the properties? I see nothing - empty list of properties.
> +
> +select: false
> +
> +properties:
> + $nodename:
> + pattern: "^power-limits(@.*)?$"
> +
> +additionalProperties: true
>
> --
> 2.43.0
>