[PATCH v2 1/2] dt-bindings: soc: ti: bist: Add BIST for K3 devices

Krzysztof Kozlowski krzk at kernel.org
Fri Mar 28 04:48:03 PDT 2025


On 28/03/2025 12:14, Neha Malcom Francis wrote:
> +properties:
> +  compatible:
> +    const: ti,j784s4-bist
> +
> +  reg:
> +    maxItems: 2
> +
> +  reg-names:
> +    items:
> +      - const: cfg
> +      - const: ctrl_mmr
> +
> +  clocks:
> +    maxItems: 1
> +
> +  power-domains:
> +    maxItems: 1
> +
> +  ti,bist-under-test:
> +    $ref: /schemas/types.yaml#/definitions/uint32-array
> +    description:
> +      the device IDs of the devices under test control of the BIST device, the

Still not phandle... What is a "device ID"?

> +      number of devices may be more than one. The HW logic will trigger the
> +      tests on all of these devices at once.
> +
> +required:
> +  - compatible
> +  - reg
> +  - reg-names
> +  - ti,bist-under-test
> +
> +additionalProperties: false


Best regards,
Krzysztof



More information about the linux-arm-kernel mailing list