summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings
diff options
context:
space:
mode:
authorFabio Baltieri <fabiobaltieri@google.com>2022-07-22 16:23:54 +0000
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-22 20:03:55 +0000
commitd495637efd2f46da9af0a69f506b832ac359a3b7 (patch)
tree34027dd040bdf27264358c4c209ec3652b1d5875 /zephyr/dts/bindings
parent77df397abfdedb063f9e72ec2c12b7993856c2ac (diff)
downloadchrome-ec-d495637efd2f46da9af0a69f506b832ac359a3b7.tar.gz
zephyr: bindigs: ensure binding file names are consistent
Zephyr DTS bindings are normally named to match their compatible strings. Rename few bindings that were misnamed in the EC bindings directory. BUG=none BRANCH=none TEST=zmake testall Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com> Change-Id: I789c6fea96cda0d0fb4b697574ed7037097f6b1e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3779901 Reviewed-by: Al Semjonovs <asemjonovs@google.com>
Diffstat (limited to 'zephyr/dts/bindings')
-rw-r--r--zephyr/dts/bindings/adc/named-adc-channels.yaml (renamed from zephyr/dts/bindings/adc/named-adc.yaml)0
-rw-r--r--zephyr/dts/bindings/cbi/cros-ec,cbi-fw-config-value.yaml (renamed from zephyr/dts/bindings/cbi/cros-ec-cbi-fw-config-value.yaml)0
-rw-r--r--zephyr/dts/bindings/cbi/cros-ec,cbi-fw-config.yaml (renamed from zephyr/dts/bindings/cbi/cros-ec-cbi-fw-config.yaml)0
-rw-r--r--zephyr/dts/bindings/cros_mkbp_event/ec-wake-mask-event.yaml (renamed from zephyr/dts/bindings/cros_mkbp_event/ec-mkbp-event.yaml)0
-rw-r--r--zephyr/dts/bindings/emul/cros,sn5s330-emul.yaml (renamed from zephyr/dts/bindings/emul/cros,sn5s330.yaml)0
-rw-r--r--zephyr/dts/bindings/emul/zephyr,pi3usb9201-emul.yaml (renamed from zephyr/dts/bindings/emul/zephyr,pi3usb9201.yaml)0
-rw-r--r--zephyr/dts/bindings/emul/zephyr,syv682x-emul.yaml (renamed from zephyr/dts/bindings/emul/zephyr,syv682x.yaml)0
-rw-r--r--zephyr/dts/bindings/gpio/cros-ec,gpio-id.yaml (renamed from zephyr/dts/bindings/gpio/gpio-id.yaml)2
-rw-r--r--zephyr/dts/bindings/gpio/cros-ec,hibernate-wake-pins.yaml (renamed from zephyr/dts/bindings/gpio/hibernate-wake-pins.yaml)0
-rw-r--r--zephyr/dts/bindings/leds/cros-ec,pwm-pin-config.yaml (renamed from zephyr/dts/bindings/leds/cros-ec,pwm-led-pin-config.yaml)0
-rw-r--r--zephyr/dts/bindings/motionsense/drvdata/cros-ec,accelgyro-als-channel-scale.yaml2
-rw-r--r--zephyr/dts/bindings/temp/cros-ec,temp-sensor-pct2075.yaml (renamed from zephyr/dts/bindings/temp/cros_ec_temp_sensor_pct2075.yaml)4
-rw-r--r--zephyr/dts/bindings/temp/cros-ec,temp-sensor-sb-tsi.yaml (renamed from zephyr/dts/bindings/temp/cros_ec_temp_sensor_sb_tsi.yaml)4
-rw-r--r--zephyr/dts/bindings/temp/cros-ec,temp-sensor-thermistor.yaml (renamed from zephyr/dts/bindings/temp/cros_ec_temp_sensor_thermistor.yaml)4
-rw-r--r--zephyr/dts/bindings/temp/cros-ec,temp-sensor-tmp112.yaml (renamed from zephyr/dts/bindings/temp/cros_ec_temp_sensor_tmp112.yaml)4
-rw-r--r--zephyr/dts/bindings/temp/cros-ec,temp-sensor.yaml (renamed from zephyr/dts/bindings/temp/cros_ec_temp_sensor.yaml)2
-rw-r--r--zephyr/dts/bindings/temp/cros-ec,thermistor.yaml (renamed from zephyr/dts/bindings/temp/cros_ec_thermistor.yaml)2
-rw-r--r--zephyr/dts/bindings/usbc/mux/intel,jhl8040r.yaml (renamed from zephyr/dts/bindings/usbc/mux/intel,jhl804r.yaml)0
18 files changed, 12 insertions, 12 deletions
diff --git a/zephyr/dts/bindings/adc/named-adc.yaml b/zephyr/dts/bindings/adc/named-adc-channels.yaml
index f67588c0d5..f67588c0d5 100644
--- a/zephyr/dts/bindings/adc/named-adc.yaml
+++ b/zephyr/dts/bindings/adc/named-adc-channels.yaml
diff --git a/zephyr/dts/bindings/cbi/cros-ec-cbi-fw-config-value.yaml b/zephyr/dts/bindings/cbi/cros-ec,cbi-fw-config-value.yaml
index facbb086f1..facbb086f1 100644
--- a/zephyr/dts/bindings/cbi/cros-ec-cbi-fw-config-value.yaml
+++ b/zephyr/dts/bindings/cbi/cros-ec,cbi-fw-config-value.yaml
diff --git a/zephyr/dts/bindings/cbi/cros-ec-cbi-fw-config.yaml b/zephyr/dts/bindings/cbi/cros-ec,cbi-fw-config.yaml
index b19c9632be..b19c9632be 100644
--- a/zephyr/dts/bindings/cbi/cros-ec-cbi-fw-config.yaml
+++ b/zephyr/dts/bindings/cbi/cros-ec,cbi-fw-config.yaml
diff --git a/zephyr/dts/bindings/cros_mkbp_event/ec-mkbp-event.yaml b/zephyr/dts/bindings/cros_mkbp_event/ec-wake-mask-event.yaml
index d3ec3c8ff5..d3ec3c8ff5 100644
--- a/zephyr/dts/bindings/cros_mkbp_event/ec-mkbp-event.yaml
+++ b/zephyr/dts/bindings/cros_mkbp_event/ec-wake-mask-event.yaml
diff --git a/zephyr/dts/bindings/emul/cros,sn5s330.yaml b/zephyr/dts/bindings/emul/cros,sn5s330-emul.yaml
index 0cfe3ebe9c..0cfe3ebe9c 100644
--- a/zephyr/dts/bindings/emul/cros,sn5s330.yaml
+++ b/zephyr/dts/bindings/emul/cros,sn5s330-emul.yaml
diff --git a/zephyr/dts/bindings/emul/zephyr,pi3usb9201.yaml b/zephyr/dts/bindings/emul/zephyr,pi3usb9201-emul.yaml
index 856703e9d7..856703e9d7 100644
--- a/zephyr/dts/bindings/emul/zephyr,pi3usb9201.yaml
+++ b/zephyr/dts/bindings/emul/zephyr,pi3usb9201-emul.yaml
diff --git a/zephyr/dts/bindings/emul/zephyr,syv682x.yaml b/zephyr/dts/bindings/emul/zephyr,syv682x-emul.yaml
index 8652b42b82..8652b42b82 100644
--- a/zephyr/dts/bindings/emul/zephyr,syv682x.yaml
+++ b/zephyr/dts/bindings/emul/zephyr,syv682x-emul.yaml
diff --git a/zephyr/dts/bindings/gpio/gpio-id.yaml b/zephyr/dts/bindings/gpio/cros-ec,gpio-id.yaml
index 24322b3de8..689171c1d4 100644
--- a/zephyr/dts/bindings/gpio/gpio-id.yaml
+++ b/zephyr/dts/bindings/gpio/cros-ec,gpio-id.yaml
@@ -1,6 +1,6 @@
description: Defines board version and sku id gpios
-compatible: cros-ec,gpio-id
+compatible: "cros-ec,gpio-id"
properties:
bits:
diff --git a/zephyr/dts/bindings/gpio/hibernate-wake-pins.yaml b/zephyr/dts/bindings/gpio/cros-ec,hibernate-wake-pins.yaml
index 0d79efa79d..0d79efa79d 100644
--- a/zephyr/dts/bindings/gpio/hibernate-wake-pins.yaml
+++ b/zephyr/dts/bindings/gpio/cros-ec,hibernate-wake-pins.yaml
diff --git a/zephyr/dts/bindings/leds/cros-ec,pwm-led-pin-config.yaml b/zephyr/dts/bindings/leds/cros-ec,pwm-pin-config.yaml
index 0813847bba..0813847bba 100644
--- a/zephyr/dts/bindings/leds/cros-ec,pwm-led-pin-config.yaml
+++ b/zephyr/dts/bindings/leds/cros-ec,pwm-pin-config.yaml
diff --git a/zephyr/dts/bindings/motionsense/drvdata/cros-ec,accelgyro-als-channel-scale.yaml b/zephyr/dts/bindings/motionsense/drvdata/cros-ec,accelgyro-als-channel-scale.yaml
index 753edc7ea8..89648945e8 100644
--- a/zephyr/dts/bindings/motionsense/drvdata/cros-ec,accelgyro-als-channel-scale.yaml
+++ b/zephyr/dts/bindings/motionsense/drvdata/cros-ec,accelgyro-als-channel-scale.yaml
@@ -6,7 +6,7 @@ description: |
Bindings for als_channel_scale_t in accelgyro.h.
Each channel has scaling factor for normalization & cover
-compatible: cros-ec,accelgyro-als-channel-scale
+compatible: "cros-ec,accelgyro-als-channel-scale"
properties:
k-channel-scale:
diff --git a/zephyr/dts/bindings/temp/cros_ec_temp_sensor_pct2075.yaml b/zephyr/dts/bindings/temp/cros-ec,temp-sensor-pct2075.yaml
index a85dc1759e..cbf74e8193 100644
--- a/zephyr/dts/bindings/temp/cros_ec_temp_sensor_pct2075.yaml
+++ b/zephyr/dts/bindings/temp/cros-ec,temp-sensor-pct2075.yaml
@@ -5,9 +5,9 @@
description: >
Properties for a PCT2075 I2C temperature sensor
-include: cros_ec_temp_sensor.yaml
+include: cros-ec,temp-sensor.yaml
-compatible: cros-ec,temp-sensor-pct2075
+compatible: "cros-ec,temp-sensor-pct2075"
properties:
pct2075-name:
diff --git a/zephyr/dts/bindings/temp/cros_ec_temp_sensor_sb_tsi.yaml b/zephyr/dts/bindings/temp/cros-ec,temp-sensor-sb-tsi.yaml
index a0772281cb..1991e4656f 100644
--- a/zephyr/dts/bindings/temp/cros_ec_temp_sensor_sb_tsi.yaml
+++ b/zephyr/dts/bindings/temp/cros-ec,temp-sensor-sb-tsi.yaml
@@ -5,9 +5,9 @@
description: >
Properties for an Side Band Temperature Sensor Interface sensor
-include: cros_ec_temp_sensor.yaml
+include: cros-ec,temp-sensor.yaml
-compatible: cros-ec,temp-sensor-sb-tsi
+compatible: "cros-ec,temp-sensor-sb-tsi"
properties:
port:
diff --git a/zephyr/dts/bindings/temp/cros_ec_temp_sensor_thermistor.yaml b/zephyr/dts/bindings/temp/cros-ec,temp-sensor-thermistor.yaml
index 34acbebcae..ec89441c8d 100644
--- a/zephyr/dts/bindings/temp/cros_ec_temp_sensor_thermistor.yaml
+++ b/zephyr/dts/bindings/temp/cros-ec,temp-sensor-thermistor.yaml
@@ -5,9 +5,9 @@
description: >
Properties for a thermistor temperature sensor
-include: cros_ec_temp_sensor.yaml
+include: cros-ec,temp-sensor.yaml
-compatible: cros-ec,temp-sensor-thermistor
+compatible: "cros-ec,temp-sensor-thermistor"
properties:
adc:
diff --git a/zephyr/dts/bindings/temp/cros_ec_temp_sensor_tmp112.yaml b/zephyr/dts/bindings/temp/cros-ec,temp-sensor-tmp112.yaml
index 0cf05f48a0..121090c5a5 100644
--- a/zephyr/dts/bindings/temp/cros_ec_temp_sensor_tmp112.yaml
+++ b/zephyr/dts/bindings/temp/cros-ec,temp-sensor-tmp112.yaml
@@ -5,9 +5,9 @@
description: >
Properties for a TMP112 I2C temperature sensor
-include: cros_ec_temp_sensor.yaml
+include: cros-ec,temp-sensor.yaml
-compatible: cros-ec,temp-sensor-tmp112
+compatible: "cros-ec,temp-sensor-tmp112"
properties:
tmp112-name:
diff --git a/zephyr/dts/bindings/temp/cros_ec_temp_sensor.yaml b/zephyr/dts/bindings/temp/cros-ec,temp-sensor.yaml
index 66bb5b637c..dcf58ec571 100644
--- a/zephyr/dts/bindings/temp/cros_ec_temp_sensor.yaml
+++ b/zephyr/dts/bindings/temp/cros-ec,temp-sensor.yaml
@@ -7,7 +7,7 @@ description: >
Zero values in degrees K(-273 in degrees C)in thermal thresholds will
be ignored
-compatible: cros-ec,temp-sensor
+compatible: "cros-ec,temp-sensor"
properties:
enum-name:
diff --git a/zephyr/dts/bindings/temp/cros_ec_thermistor.yaml b/zephyr/dts/bindings/temp/cros-ec,thermistor.yaml
index d4bc32ed3c..0fd6353ec4 100644
--- a/zephyr/dts/bindings/temp/cros_ec_thermistor.yaml
+++ b/zephyr/dts/bindings/temp/cros-ec,thermistor.yaml
@@ -7,7 +7,7 @@
description: Common properties for thermistors
-compatible: cros-ec,thermistor
+compatible: "cros-ec,thermistor"
properties:
scaling-factor:
diff --git a/zephyr/dts/bindings/usbc/mux/intel,jhl804r.yaml b/zephyr/dts/bindings/usbc/mux/intel,jhl8040r.yaml
index 5098080c25..5098080c25 100644
--- a/zephyr/dts/bindings/usbc/mux/intel,jhl804r.yaml
+++ b/zephyr/dts/bindings/usbc/mux/intel,jhl8040r.yaml