Re: [PATCH 1/3] dt-bindings: display/msm: gpu: Allow multiple digits for patchid

2023-12-01 Thread Krzysztof Kozlowski
On 30/11/2023 21:35, Luca Weiss wrote: > Some GPUs like the Adreno A305B has a patchid higher than 9, in this > case 18. Make sure the regexes can account for that. > > Signed-off-by: Luca Weiss > --- Acked-by: Krzysztof Kozlowski Best regards, Krzysztof

[PATCH 1/3] dt-bindings: display/msm: gpu: Allow multiple digits for patchid

2023-11-30 Thread Luca Weiss
Some GPUs like the Adreno A305B has a patchid higher than 9, in this case 18. Make sure the regexes can account for that. Signed-off-by: Luca Weiss --- Documentation/devicetree/bindings/display/msm/gpu.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/d