linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
To: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
	linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: David Airlie <airlied@linux.ie>, Daniel Vetter <daniel@ffwll.ch>,
	Rob Herring <robh+dt@kernel.org>,
	Lee Jones <lee.jones@linaro.org>,
	Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
	Linus Walleij <linus.walleij@linaro.org>,
	Bartosz Golaszewski <brgl@bgdev.pl>,
	Maxime Ripard <mripard@kernel.org>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	Paul Kocialkowski <paul.kocialkowski@bootlin.com>,
	Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Subject: [PATCH v10 4/6] dt-bindings: display: Add compatibles with major versions only
Date: Thu, 20 Jan 2022 16:00:22 +0100	[thread overview]
Message-ID: <20220120150024.646714-5-paul.kocialkowski@bootlin.com> (raw)
In-Reply-To: <20220120150024.646714-1-paul.kocialkowski@bootlin.com>

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 <paul.kocialkowski@bootlin.com>
---
 .../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


  parent reply	other threads:[~2022-01-20 15:01 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-20 15:00 [PATCH v10 0/6] drm: LogiCVC display controller support Paul Kocialkowski
2022-01-20 15:00 ` [PATCH v10 1/6] dt-bindings: mfd: logicvc: Add a compatible with the major version only Paul Kocialkowski
2022-02-02  0:54   ` Rob Herring
2022-01-20 15:00 ` [PATCH v10 2/6] dt-bindings: gpio: logicvc: Add a compatible with " Paul Kocialkowski
2022-01-30  0:46   ` Linus Walleij
2022-02-02 14:26     ` Robin Murphy
2022-02-11 14:54       ` Paul Kocialkowski
2022-01-20 15:00 ` [PATCH v10 3/6] gpio: logicvc: Support " Paul Kocialkowski
2022-01-30  0:43   ` Linus Walleij
2022-02-03  9:10     ` Paul Kocialkowski
2022-02-08  9:54     ` Bartosz Golaszewski
2022-02-10 23:55       ` Linus Walleij
2022-01-20 15:00 ` Paul Kocialkowski [this message]
2022-01-30  0:46   ` [PATCH v10 4/6] dt-bindings: display: Add compatibles with major versions only Linus Walleij
2022-01-20 15:00 ` [PATCH v10 5/6] drm: Add support for the LogiCVC display controller Paul Kocialkowski
2022-01-20 15:00 ` [PATCH v10 6/6] NOTFORMERGE: drm/logicvc: Add plane colorkey support Paul Kocialkowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220120150024.646714-5-paul.kocialkowski@bootlin.com \
    --to=paul.kocialkowski@bootlin.com \
    --cc=airlied@linux.ie \
    --cc=brgl@bgdev.pl \
    --cc=daniel@ffwll.ch \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=lee.jones@linaro.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=mripard@kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=thomas.petazzoni@bootlin.com \
    --cc=tzimmermann@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).