diff options
author | Gregory CLEMENT <gregory.clement@bootlin.com> | 2019-02-08 17:09:40 +0100 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2019-02-09 18:46:03 +0000 |
commit | 208b920b9028e3f89e1ae436d05c350f1cad6573 (patch) | |
tree | dc41badad765f4278afed7d12e37aaf67b6fdab3 /Documentation/devicetree/bindings/staging | |
parent | fc4e0c97d10da4ef9578a7013ad6b9708bacbf51 (diff) |
dt-bindings: iio: adc: move lpc32xx-adc out of staging
The drivers has been moved out since
0097e20e7771 ("staging:iio:adc:lpc32xx Move out of staging.") in v4.10,
so let's align the binding documentation.
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'Documentation/devicetree/bindings/staging')
-rw-r--r-- | Documentation/devicetree/bindings/staging/iio/adc/lpc32xx-adc.txt | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Documentation/devicetree/bindings/staging/iio/adc/lpc32xx-adc.txt b/Documentation/devicetree/bindings/staging/iio/adc/lpc32xx-adc.txt deleted file mode 100644 index b3629d3a9adf..000000000000 --- a/Documentation/devicetree/bindings/staging/iio/adc/lpc32xx-adc.txt +++ /dev/null @@ -1,16 +0,0 @@ -* NXP LPC32xx SoC ADC controller - -Required properties: -- compatible: must be "nxp,lpc3220-adc" -- reg: physical base address of the controller and length of memory mapped - region. -- interrupts: The ADC interrupt - -Example: - - adc@40048000 { - compatible = "nxp,lpc3220-adc"; - reg = <0x40048000 0x1000>; - interrupt-parent = <&mic>; - interrupts = <39 0>; - }; |