summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/pwm/ingenic,jz47xx-pwm.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/pwm/ingenic,jz47xx-pwm.txt')
-rw-r--r--dts/Bindings/pwm/ingenic,jz47xx-pwm.txt22
1 files changed, 0 insertions, 22 deletions
diff --git a/dts/Bindings/pwm/ingenic,jz47xx-pwm.txt b/dts/Bindings/pwm/ingenic,jz47xx-pwm.txt
deleted file mode 100644
index 493bec80d5..0000000000
--- a/dts/Bindings/pwm/ingenic,jz47xx-pwm.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-Ingenic JZ47xx PWM Controller
-=============================
-
-Required properties:
-- compatible: Should be "ingenic,jz4740-pwm"
-- #pwm-cells: Should be 3. See pwm.txt in this directory for a description
- of the cells format.
-- clocks : phandle to the external clock.
-- clock-names : Should be "ext".
-
-
-Example:
-
- pwm: pwm@10002000 {
- compatible = "ingenic,jz4740-pwm";
- reg = <0x10002000 0x1000>;
-
- #pwm-cells = <3>;
-
- clocks = <&ext>;
- clock-names = "ext";
- };