From 483949de5dc234a038e361c562de5b5f4c2bd220 Mon Sep 17 00:00:00 2001 From: Yuval Peress Date: Thu, 13 May 2021 22:47:20 -0600 Subject: zephyr: i2c: remove frequency from devicetree The frequency wasn't actually being used as it was set by the i2c controller in the proper Zephyr driver. Also, remove the kbps field in struct i2c_port_t for Zephyr builds to make sure we don't accidentally use it later on. BRANCH=none BUG=none TEST=build trogdor and volteer Signed-off-by: Yuval Peress Change-Id: I2eea231ff629d3e6f0ebbe71923a7b0ae96af87c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2896234 Reviewed-by: Keith Short --- zephyr/dts/bindings/i2c/cros-ec-i2c-port-base.yaml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'zephyr/dts/bindings/i2c/cros-ec-i2c-port-base.yaml') diff --git a/zephyr/dts/bindings/i2c/cros-ec-i2c-port-base.yaml b/zephyr/dts/bindings/i2c/cros-ec-i2c-port-base.yaml index eb6b572569..ee61a837b3 100644 --- a/zephyr/dts/bindings/i2c/cros-ec-i2c-port-base.yaml +++ b/zephyr/dts/bindings/i2c/cros-ec-i2c-port-base.yaml @@ -35,11 +35,6 @@ properties: child-binding: description: Optional configuration bindings - properties: - frequency: - type: int - required: true - description: Transfer data rate in kHz child-binding: description: SCL and SDA configurations include: gpio-enum-name.yaml -- cgit v1.2.1