On 23/07/2022 11:09, Dmitry Baryshkov wrote: > Describing each compatible board in DT schema seems wrong to me. It > means that each new board is incompatible by default, until added to the DT > schema. The bindings do not document something because it is or it is no compatible. They document the compatible. Your patch essentially removes the documentation, so there is no point in having compatibles in board at all... >Adding support for more and more devices would grow this file > indefinitely. Drop most of individual device-specific compatibility > strings leaving just list of platforms in place. All entries which > differ from two-item string array are left inplace. Best regards, Krzysztof