Skip to content

Commit 8cf62f1

Browse files
henrikbrixandersennashif
authored andcommitted
dts: bindings: mtd: rename SPI/I2C EEPROM base binding
Rename the SPI/I2C EEPROM devicetree binding to reflect that it only covers AT24 and AT25 EEPROMs). Signed-off-by: Henrik Brix Andersen <[email protected]>
1 parent 536be8f commit 8cf62f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dts/bindings/mtd/atmel,at24.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ description: Atmel AT24 (or compatible) I2C EEPROM
66

77
compatible: "atmel,at24"
88

9-
include: [eeprom-spi-i2c.yaml, i2c-device.yaml]
9+
include: ["atmel,at2x-base.yaml", i2c-device.yaml]

dts/bindings/mtd/atmel,at25.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ description: Atmel AT25 (or compatible) SPI EEPROM
55

66
compatible: "atmel,at25"
77

8-
include: [eeprom-spi-i2c.yaml, spi-device.yaml]
8+
include: ["atmel,at2x-base.yaml", spi-device.yaml]

dts/bindings/mtd/eeprom-spi-i2c.yaml renamed to dts/bindings/mtd/atmel,at2x-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) 2019 Vestas Wind Systems A/S
22
# SPDX-License-Identifier: Apache-2.0
33

4-
# Common fields for I2C and SPI EEPROM devices
4+
# Common fields for AT24 (I2C) and AT25 (SPI) EEPROM devices
55

66
include: eeprom-base.yaml
77

0 commit comments

Comments
 (0)