On Fri, Dec 26, 2025 at 11:59:35PM +0530, Akhil P Oommen wrote: > JSON Schema conditionals can become complex and error-prone when combined > with regex patterns. To improve readability and maintainability, replace > nested if-else blocks with a flattened structure using explicit enums. > > Reviewed-by: Krzysztof Kozlowski <[email protected]> > Signed-off-by: Akhil P Oommen <[email protected]> > --- > .../devicetree/bindings/display/msm/gpu.yaml | 56 > ++++++++++++++-------- > 1 file changed, 36 insertions(+), 20 deletions(-)
BTW, this will conflict with my series sent now: [email protected] so if my patch gets in earlier, you need to rebase in non-blind/non-obvious way. Best regards, Krzysztof
