From: Krzysztof Kozlowski Date: Sun, 23 Jun 2024 20:03:02 +0000 (+0200) Subject: dt-bindings: display/msm/gpu: simplify compatible regex X-Git-Tag: v6.11-rc1~141^2~4^2~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6d69f8d37c85ac46bc8fd5bc2d0548293d07d316;p=thirdparty%2Fkernel%2Flinux.git dt-bindings: display/msm/gpu: simplify compatible regex Regex for newer Adreno compatibles can be simpler. Suggested-by: Conor Dooley Signed-off-by: Krzysztof Kozlowski Acked-by: Conor Dooley Patchwork: https://patchwork.freedesktop.org/patch/600505/ Link: https://lore.kernel.org/r/20240623-qcom-adreno-dts-bindings-driver-v2-3-9496410de992@linaro.org Signed-off-by: Dmitry Baryshkov --- diff --git a/Documentation/devicetree/bindings/display/msm/gpu.yaml b/Documentation/devicetree/bindings/display/msm/gpu.yaml index baea1946c65db..03aaced1abda5 100644 --- a/Documentation/devicetree/bindings/display/msm/gpu.yaml +++ b/Documentation/devicetree/bindings/display/msm/gpu.yaml @@ -17,7 +17,7 @@ properties: The driver is parsing the compat string for Adreno to figure out the chip-id. items: - - pattern: '^qcom,adreno-[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f]$' + - pattern: '^qcom,adreno-[0-9a-f]{8}$' - const: qcom,adreno - description: | The driver is parsing the compat string for Adreno to