From e326371f3002dbf54befd8ada9570fa489a46991 Mon Sep 17 00:00:00 2001 From: Alejandro Enrique Date: Fri, 23 May 2025 13:19:52 +0200 Subject: [PATCH] dt-bindings: gnss: u-blox: add u-blox,neo-9m compatible Add compatible for u-blox NEO-9M GPS module. Signed-off-by: Alejandro Enrique Acked-by: Rob Herring (Arm) Signed-off-by: Johan Hovold --- .../devicetree/bindings/gnss/u-blox,neo-6m.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Documentation/devicetree/bindings/gnss/u-blox,neo-6m.yaml b/Documentation/devicetree/bindings/gnss/u-blox,neo-6m.yaml index 7d4b6d49e5eea..c0c2bfaa606fb 100644 --- a/Documentation/devicetree/bindings/gnss/u-blox,neo-6m.yaml +++ b/Documentation/devicetree/bindings/gnss/u-blox,neo-6m.yaml @@ -18,10 +18,14 @@ description: > properties: compatible: - enum: - - u-blox,neo-6m - - u-blox,neo-8 - - u-blox,neo-m8 + oneOf: + - enum: + - u-blox,neo-6m + - u-blox,neo-8 + - u-blox,neo-m8 + - items: + - const: u-blox,neo-m9 + - const: u-blox,neo-m8 reg: description: > -- 2.47.2