devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Frieder Schrempf <frieder@fris.de>
To: Bartosz Golaszewski <brgl@bgdev.pl>,
	Conor Dooley <conor+dt@kernel.org>,
	devicetree@vger.kernel.org,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-renesas-soc@vger.kernel.org,
	Magnus Damm <magnus.damm@gmail.com>,
	Rob Herring <robh@kernel.org>
Cc: "Frieder Schrempf" <frieder.schrempf@kontron.de>,
	"Alexander Stein" <alexander.stein@ew.tq-group.com>,
	"Bartosz Golaszewski" <bartosz.golaszewski@linaro.org>,
	"Conor Dooley" <conor.dooley@microchip.com>,
	"Marek Vasut" <marex@denx.de>,
	"Philipp Zabel" <p.zabel@pengutronix.de>,
	"Rafał Miłecki" <rafal@milecki.pl>,
	"Sebastian Reichel" <sebastian.reichel@collabora.com>
Subject: [PATCH 1/7] dt-bindings: eeprom: at24: Move compatible for Belling BL24C16A to proper place
Date: Tue,  2 Jul 2024 12:31:13 +0200	[thread overview]
Message-ID: <20240702103155.321855-2-frieder@fris.de> (raw)
In-Reply-To: <20240702103155.321855-1-frieder@fris.de>

From: Frieder Schrempf <frieder.schrempf@kontron.de>

Merge the compatibles for the 24c16 types into a single list.

Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
---
 Documentation/devicetree/bindings/eeprom/at24.yaml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/Documentation/devicetree/bindings/eeprom/at24.yaml b/Documentation/devicetree/bindings/eeprom/at24.yaml
index 3c36cd0510de8..9cca8ffa1712a 100644
--- a/Documentation/devicetree/bindings/eeprom/at24.yaml
+++ b/Documentation/devicetree/bindings/eeprom/at24.yaml
@@ -102,9 +102,6 @@ properties:
                   pattern: spd$
       # These are special cases that don't conform to the above pattern.
       # Each requires a standard at24 model as fallback.
-      - items:
-          - const: belling,bl24c16a
-          - const: atmel,24c16
       - items:
           - enum:
               - rohm,br24g01
@@ -122,7 +119,9 @@ properties:
               - rohm,br24g04
           - const: atmel,24c04
       - items:
-          - const: renesas,r1ex24016
+          - enum:
+              - belling,bl24c16a
+              - renesas,r1ex24016
           - const: atmel,24c16
       - items:
           - const: giantec,gt24c32a
-- 
2.45.2


  reply	other threads:[~2024-07-02 10:41 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-02 10:31 [PATCH 0/7] Add support for Kontron OSM-S i.MX93 SoM and carrier board Frieder Schrempf
2024-07-02 10:31 ` Frieder Schrempf [this message]
2024-07-02 14:20   ` [PATCH 1/7] dt-bindings: eeprom: at24: Move compatible for Belling BL24C16A to proper place Krzysztof Kozlowski
2024-07-02 10:31 ` [PATCH 2/7] dt-bindings: eeprom: at24: Add compatible for ONSemi N24S64B Frieder Schrempf
2024-07-02 14:22   ` Krzysztof Kozlowski
2024-07-02 10:31 ` [PATCH 3/7] dt-bindings: gpio: vf610: Allow gpio-line-names to be set Frieder Schrempf
2024-07-02 14:23   ` Krzysztof Kozlowski
2024-07-03  7:43     ` Frieder Schrempf
2024-07-02 10:31 ` [PATCH 4/7] dt-bindings: regulator: pca9450: Make interrupt optional Frieder Schrempf
2024-07-02 14:24   ` Krzysztof Kozlowski
2024-07-03  7:44     ` Frieder Schrempf
2024-07-02 10:31 ` [PATCH 5/7] dt-bindings: arm: fsl: Add Kontron i.MX93 OSM-S based boards Frieder Schrempf
2024-07-02 14:25   ` Krzysztof Kozlowski
2024-07-02 10:31 ` [PATCH 7/7] arm64: dts: Add support for Kontron i.MX93 OSM-S SoM and BL carrier board Frieder Schrempf
2024-07-02 10:36   ` Frieder Schrempf
2024-07-03  9:59 ` [PATCH 0/7] Add support for Kontron OSM-S i.MX93 SoM and " Bartosz Golaszewski

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=20240702103155.321855-2-frieder@fris.de \
    --to=frieder@fris.de \
    --cc=alexander.stein@ew.tq-group.com \
    --cc=bartosz.golaszewski@linaro.org \
    --cc=brgl@bgdev.pl \
    --cc=conor+dt@kernel.org \
    --cc=conor.dooley@microchip.com \
    --cc=devicetree@vger.kernel.org \
    --cc=frieder.schrempf@kontron.de \
    --cc=geert+renesas@glider.be \
    --cc=krzk+dt@kernel.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=marex@denx.de \
    --cc=p.zabel@pengutronix.de \
    --cc=rafal@milecki.pl \
    --cc=robh@kernel.org \
    --cc=sebastian.reichel@collabora.com \
    /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).