Skip to content

Commit d83c217

Browse files
fschrempfBartosz Golaszewski
authored andcommitted
dt-bindings: eeprom: at24: Move compatible for Belling BL24C16A to proper place
Merge the compatibles for the 24c16 types into a single list. Signed-off-by: Frieder Schrempf <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bartosz Golaszewski <[email protected]>
1 parent c1ec80e commit d83c217

File tree

1 file changed

+3
-4
lines changed
  • Documentation/devicetree/bindings/eeprom

1 file changed

+3
-4
lines changed

Documentation/devicetree/bindings/eeprom/at24.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ properties:
104104
pattern: spd$
105105
# These are special cases that don't conform to the above pattern.
106106
# Each requires a standard at24 model as fallback.
107-
- items:
108-
- const: belling,bl24c16a
109-
- const: atmel,24c16
110107
- items:
111108
- enum:
112109
- rohm,br24g01
@@ -124,7 +121,9 @@ properties:
124121
- rohm,br24g04
125122
- const: atmel,24c04
126123
- items:
127-
- const: renesas,r1ex24016
124+
- enum:
125+
- belling,bl24c16a
126+
- renesas,r1ex24016
128127
- const: atmel,24c16
129128
- items:
130129
- const: giantec,gt24c32a

0 commit comments

Comments
 (0)