On 09/07/2025 04:47, Kyle Hendry wrote:
> Add compatible string for bcm63xx ephy control.
>
> Signed-off-by: Kyle Hendry <kylehendrydev@gmail.com>
> ---
> .../devicetree/bindings/reset/brcm,bcm6345-reset.yaml | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/reset/brcm,bcm6345-reset.yaml b/Documentation/devicetree/bindings/reset/brcm,bcm6345-reset.yaml
> index 00150b93fca0..b8a320bb1776 100644
> --- a/Documentation/devicetree/bindings/reset/brcm,bcm6345-reset.yaml
> +++ b/Documentation/devicetree/bindings/reset/brcm,bcm6345-reset.yaml
> @@ -13,7 +13,9 @@ maintainers:
>
> properties:
> compatible:
> - const: brcm,bcm6345-reset
> + enum:
> + - brcm,bcm6345-reset
> + - brcm,bcm63xx-ephy-ctrl
Don't use wildcards.
Best regards,
Krzysztof