From 3eb639ef8da2d418ae69f3c8840c4e815036adc6 Mon Sep 17 00:00:00 2001 From: Shubhrajyoti Datta Date: Tue, 12 May 2026 11:38:47 +0530 Subject: [PATCH] dt-bindings: gpio: zynq: Sort compatible strings alphabetically Sort the compatible string alphabetically. Acked-by: Conor Dooley Signed-off-by: Shubhrajyoti Datta Link: https://patch.msgid.link/20260512060917.2096456-2-shubhrajyoti.datta@amd.com Signed-off-by: Bartosz Golaszewski --- Documentation/devicetree/bindings/gpio/gpio-zynq.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/gpio/gpio-zynq.yaml b/Documentation/devicetree/bindings/gpio/gpio-zynq.yaml index 5e2496379a3c..30a7f836c341 100644 --- a/Documentation/devicetree/bindings/gpio/gpio-zynq.yaml +++ b/Documentation/devicetree/bindings/gpio/gpio-zynq.yaml @@ -12,10 +12,10 @@ maintainers: properties: compatible: enum: + - xlnx,pmc-gpio-1.0 + - xlnx,versal-gpio-1.0 - xlnx,zynq-gpio-1.0 - xlnx,zynqmp-gpio-1.0 - - xlnx,versal-gpio-1.0 - - xlnx,pmc-gpio-1.0 reg: maxItems: 1