[PATCH 1/7] dt-bindings: eeprom: at24: Move compatible for Belling BL24C16A to proper place
From: Frieder Schrempf
Date: Tue Jul 02 2024 - 06:42:16 EST
From: Frieder Schrempf <frieder.schrempf@xxxxxxxxxx>
Merge the compatibles for the 24c16 types into a single list.
Signed-off-by: Frieder Schrempf <frieder.schrempf@xxxxxxxxxx>
---
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