Re: [PATCH] dt-bindings: bus: ti,da850-mstpri: Convert to YAML
From: Krzysztof Kozlowski
Date: Fri Mar 13 2026 - 13:43:44 EST
On 13/03/2026 18:31, Zeynep Dicle wrote:
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/bus/ti,da850-mstpri.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +title: Texas Instruments DA850 Master Peripheral Priority
> +maintainers:
> + - Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxxxxxxxx>
> +description: |
> + DA8XX SoCs feature a set of registers allowing to change the priority of all
> + peripherals classified as masters.
> +properties:
> + compatible:
> + const: ti,da850-mstpri
> + reg:
> + maxItems: 1
> +required:
> + - compatible
> + - reg
I don't believe this passed your GSoC mentors review. Please don't send
AI output but actually follow existing kernel/DT style.
Best regards,
Krzysztof