Re: [PATCH] dt-bindings: arm: stm32: st,mlahb: Drop spurious "reg" property from example

From: Rob Herring (Arm)
Date: Tue May 28 2024 - 16:51:46 EST



On Thu, 23 May 2024 10:42:07 -0500, Rob Herring (Arm) wrote:
> "reg" is not documented nor used for st,mlahb, so drop it from the
> example to fix the warning:
>
> Documentation/devicetree/bindings/arm/stm32/st,mlahb.example.dtb: ahb@38000000: Unevaluated properties are not allowed ('reg' was unexpected)
> from schema $id: http://devicetree.org/schemas/arm/stm32/st,mlahb.yaml#
>
> Since "reg" is dropped, the unit-address must be as well.
>
> Signed-off-by: Rob Herring (Arm) <robh@xxxxxxxxxx>
> ---
> Documentation/devicetree/bindings/arm/stm32/st,mlahb.yaml | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>

Applied, thanks!