summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/pwm/google,cros-ec-pwm.txt
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2020-05-14 07:10:49 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-05-14 07:10:49 +0200
commite4ea8e8bfa7a37fea2d97c3d268206417e196bdf (patch)
tree44e2513021a45b23fdd897ab91e3588101e7e844 /dts/Bindings/pwm/google,cros-ec-pwm.txt
parent9859cb41d7d737852d3334d33c6d2c2c9bbc75c6 (diff)
parent65aeb63c89e7b4e701ff1b1880818197b162d9e6 (diff)
downloadbarebox-e4ea8e8bfa7a37fea2d97c3d268206417e196bdf.tar.gz
barebox-e4ea8e8bfa7a37fea2d97c3d268206417e196bdf.tar.xz
Merge branch 'for-next/dts'
Diffstat (limited to 'dts/Bindings/pwm/google,cros-ec-pwm.txt')
-rw-r--r--dts/Bindings/pwm/google,cros-ec-pwm.txt23
1 files changed, 0 insertions, 23 deletions
diff --git a/dts/Bindings/pwm/google,cros-ec-pwm.txt b/dts/Bindings/pwm/google,cros-ec-pwm.txt
deleted file mode 100644
index 472bd46ab5..0000000000
--- a/dts/Bindings/pwm/google,cros-ec-pwm.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-* PWM controlled by ChromeOS EC
-
-Google's ChromeOS EC PWM is a simple PWM attached to the Embedded Controller
-(EC) and controlled via a host-command interface.
-
-An EC PWM node should be only found as a sub-node of the EC node (see
-Documentation/devicetree/bindings/mfd/cros-ec.txt).
-
-Required properties:
-- compatible: Must contain "google,cros-ec-pwm"
-- #pwm-cells: Should be 1. The cell specifies the PWM index.
-
-Example:
- cros-ec@0 {
- compatible = "google,cros-ec-spi";
-
- ...
-
- cros_ec_pwm: ec-pwm {
- compatible = "google,cros-ec-pwm";
- #pwm-cells = <1>;
- };
- };