Re: [PATCH v2 1/3] regulator: dt-bindings: Add Unisoc SC2730 PMIC
From: Krzysztof Kozlowski
Date: Tue May 19 2026 - 03:53:06 EST
On Mon, May 18, 2026 at 05:59:47PM +0200, Otto Pflüger wrote:
> Add bindings for the regulators found in the Spreadtrum/Unisoc SC2730
> PMIC, used e.g. with the UMS512 and UMS9230 SoCs.
>
> Signed-off-by: Otto Pflüger <otto.pflueger@xxxxxxxxx>
> ---
> .../bindings/regulator/sprd,sc2730-regulator.yaml | 51 ++++++++++++++++++++++
> 1 file changed, 51 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/regulator/sprd,sc2730-regulator.yaml b/Documentation/devicetree/bindings/regulator/sprd,sc2730-regulator.yaml
> new file mode 100644
> index 000000000000..1d460bf90fbd
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/regulator/sprd,sc2730-regulator.yaml
> @@ -0,0 +1,51 @@
> +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/regulator/sprd,sc2730-regulator.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Unisoc SC2730 Power Management IC regulators
> +
> +maintainers:
> + - Otto Pflüger <otto.pflueger@xxxxxxxxx>
> +
> +properties:
> + compatible:
> + const: sprd,sc2730-regulator
As I requested last time, please drop the compatible completely. Not
needed and you do not have any dedicated resources here which would
suggest it is a standalone or reusable device.
Best regards,
Krzysztof