Skip to content

Commit

Permalink
dts: bindings: mtd: rename SPI/I2C EEPROM base binding
Browse files Browse the repository at this point in the history
Rename the SPI/I2C EEPROM devicetree binding to reflect that it only
covers AT24 and AT25 EEPROMs).

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
  • Loading branch information
henrikbrixandersen authored and nashif committed Jan 25, 2021
1 parent 536be8f commit 8cf62f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dts/bindings/mtd/atmel,at24.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ description: Atmel AT24 (or compatible) I2C EEPROM

compatible: "atmel,at24"

include: [eeprom-spi-i2c.yaml, i2c-device.yaml]
include: ["atmel,at2x-base.yaml", i2c-device.yaml]
2 changes: 1 addition & 1 deletion dts/bindings/mtd/atmel,at25.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ description: Atmel AT25 (or compatible) SPI EEPROM

compatible: "atmel,at25"

include: [eeprom-spi-i2c.yaml, spi-device.yaml]
include: ["atmel,at2x-base.yaml", spi-device.yaml]
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2019 Vestas Wind Systems A/S
# SPDX-License-Identifier: Apache-2.0

# Common fields for I2C and SPI EEPROM devices
# Common fields for AT24 (I2C) and AT25 (SPI) EEPROM devices

include: eeprom-base.yaml

Expand Down

0 comments on commit 8cf62f1

Please sign in to comment.