From patchwork Thu Jan 20 15:00:19 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Kocialkowski X-Patchwork-Id: 533736 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 AEEF0C433FE for ; Thu, 20 Jan 2022 15:01:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1376274AbiATPA5 (ORCPT ); Thu, 20 Jan 2022 10:00:57 -0500 Received: from relay12.mail.gandi.net ([217.70.178.232]:33199 "EHLO relay12.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1358259AbiATPAx (ORCPT ); Thu, 20 Jan 2022 10:00:53 -0500 Received: (Authenticated sender: paul.kocialkowski@bootlin.com) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 55849200019; Thu, 20 Jan 2022 15:00:48 +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 1/6] dt-bindings: mfd: logicvc: Add a compatible with the major version only Date: Thu, 20 Jan 2022 16:00:19 +0100 Message-Id: <20220120150024.646714-2-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 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. Introduce a new compatible with the major version only. Signed-off-by: Paul Kocialkowski Acked-by: Rob Herring --- Documentation/devicetree/bindings/mfd/xylon,logicvc.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/mfd/xylon,logicvc.yaml b/Documentation/devicetree/bindings/mfd/xylon,logicvc.yaml index 9efd49c39bd2..e6fa7707e457 100644 --- a/Documentation/devicetree/bindings/mfd/xylon,logicvc.yaml +++ b/Documentation/devicetree/bindings/mfd/xylon,logicvc.yaml @@ -20,6 +20,7 @@ properties: items: - enum: - xylon,logicvc-3.02.a + - xylon,logicvc-3 - const: syscon - const: simple-mfd