From 459bd6251a6791cfe0561f38e0224a05c41ebfcd Mon Sep 17 00:00:00 2001 From: Fabio Baltieri Date: Thu, 8 Apr 2021 15:08:55 +0000 Subject: zephyr: config: add a dts node for the CBI EEPROM This makes a separate dts node for the CBI EEPROM. The node uses the existing at24 dts binding and defines all the required properties, even though right now only the address is used. BUG=b:184739382 BRANCH=none TEST=build and flash on volteer TEST=cbi shell command Signed-off-by: Fabio Baltieri Change-Id: I8a3ed6f3dc504118fa6d61bc78e2b4c46d6c4840 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2814621 Reviewed-by: Simon Glass Reviewed-by: Yuval Peress --- zephyr/dts/bindings/i2c/cros-ec,i2c-port-eeprom.yaml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 zephyr/dts/bindings/i2c/cros-ec,i2c-port-eeprom.yaml (limited to 'zephyr/dts') diff --git a/zephyr/dts/bindings/i2c/cros-ec,i2c-port-eeprom.yaml b/zephyr/dts/bindings/i2c/cros-ec,i2c-port-eeprom.yaml deleted file mode 100644 index e8e206cfb8..0000000000 --- a/zephyr/dts/bindings/i2c/cros-ec,i2c-port-eeprom.yaml +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright (c) 2021 The Chromium OS Authors -# SPDX-License-Identifier: Apache-2.0 - -description: I2C port properties for the EEPROM node - -compatible: "cros-ec,i2c-port-eeprom" - -include: [cros-ec-i2c-port-base.yaml] - -properties: - addr-flags: - type: int - description: - EEPROM flags. -- cgit v1.2.1