From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 96DD6C4332F for ; Thu, 20 Jan 2022 15:01:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1376328AbiATPBA (ORCPT ); Thu, 20 Jan 2022 10:01:00 -0500 Received: from relay12.mail.gandi.net ([217.70.178.232]:33175 "EHLO relay12.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1359550AbiATPAy (ORCPT ); Thu, 20 Jan 2022 10:00:54 -0500 Received: (Authenticated sender: paul.kocialkowski@bootlin.com) by relay12.mail.gandi.net (Postfix) with ESMTPSA id C02DB200005; Thu, 20 Jan 2022 15:00:51 +0000 (UTC) From: Paul Kocialkowski To: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org Cc: David Airlie , Daniel Vetter , Rob Herring , Lee Jones , Maarten Lankhorst , Linus Walleij , Bartosz Golaszewski , Maxime Ripard , Thomas Zimmermann , Paul Kocialkowski , Thomas Petazzoni Subject: [PATCH v10 4/6] dt-bindings: display: Add compatibles with major versions only Date: Thu, 20 Jan 2022 16:00:22 +0100 Message-Id: <20220120150024.646714-5-paul.kocialkowski@bootlin.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220120150024.646714-1-paul.kocialkowski@bootlin.com> References: <20220120150024.646714-1-paul.kocialkowski@bootlin.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org There are lots of different versions of the logicvc block and it makes little sense to list them all in compatibles since all versions with the same major are found to be register-compatible. Add common compatibles that only list the major version instead. Signed-off-by: Paul Kocialkowski --- .../devicetree/bindings/display/xylon,logicvc-display.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/display/xylon,logicvc-display.yaml b/Documentation/devicetree/bindings/display/xylon,logicvc-display.yaml index fc02c5d50ce4..3b8184d3ef9c 100644 --- a/Documentation/devicetree/bindings/display/xylon,logicvc-display.yaml +++ b/Documentation/devicetree/bindings/display/xylon,logicvc-display.yaml @@ -30,7 +30,10 @@ properties: compatible: enum: - xylon,logicvc-3.02.a-display + - xylon,logicvc-3-display - xylon,logicvc-4.01.a-display + - xylon,logicvc-4-display + - xylon,logicvc-5-display reg: maxItems: 1 -- 2.34.1