summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/iio/dac/vf610-dac.txt
diff options
context:
space:
mode:
authorJonathan Cameron <Jonathan.Cameron@huawei.com>2020-10-31 14:41:00 +0100
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2020-11-16 20:58:08 +0100
commit87b8092e6b9e558766f62b169859111e6d630843 (patch)
tree4995bf590bd85ad5a385731bf70ca0014d2cec36 /Documentation/devicetree/bindings/iio/dac/vf610-dac.txt
parentdt-bindings:iio:dac:maxim,ds4424 yaml conversion (diff)
downloadlinux-87b8092e6b9e558766f62b169859111e6d630843.tar.xz
linux-87b8092e6b9e558766f62b169859111e6d630843.zip
dt-bindings:iio:dac:fsl,vf610-dac yaml conversion
Simple binding to convert. Example expanded a little to include an example bus. Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Reviewed-by: Rob Herring <robh@kernel.org> Cc: Sanchayan Maity <maitysanchayan@gmail.com> Link: https://lore.kernel.org/r/20201031134110.724233-20-jic23@kernel.org
Diffstat (limited to '')
-rw-r--r--Documentation/devicetree/bindings/iio/dac/vf610-dac.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/Documentation/devicetree/bindings/iio/dac/vf610-dac.txt b/Documentation/devicetree/bindings/iio/dac/vf610-dac.txt
deleted file mode 100644
index 20c6c7ae9687..000000000000
--- a/Documentation/devicetree/bindings/iio/dac/vf610-dac.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-Freescale vf610 Digital to Analog Converter bindings
-
-The devicetree bindings are for the new DAC driver written for
-vf610 SoCs from Freescale.
-
-Required properties:
-- compatible: Should contain "fsl,vf610-dac"
-- reg: Offset and length of the register set for the device
-- interrupts: Should contain the interrupt for the device
-- clocks: The clock is needed by the DAC controller
-- clock-names: Must contain "dac" matching entry in the clocks property.
-
-Example:
-dac0: dac@400cc000 {
- compatible = "fsl,vf610-dac";
- reg = <0x400cc000 0x1000>;
- interrupts = <55 IRQ_TYPE_LEVEL_HIGH>;
- clock-names = "dac";
- clocks = <&clks VF610_CLK_DAC0>;
-};