Commit 28a59b61 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Olof Johansson

arm: spear6xx: add DT description of the ADC on SPEAr600

The SPEAr600 has a built-in ADC, which already has a Device Tree binding
described in
Documentation/devicetree/bindings/staging/iio/adc/spear-adc.txt. This
commit adds the description in the SPEAr600 Device Tree of this ADC
device.
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 8590b4e0
......@@ -204,6 +204,14 @@ timer@f0000000 {
interrupt-parent = <&vic0>;
interrupts = <16>;
};
adc: adc@d820b000 {
compatible = "st,spear600-adc";
reg = <0xd820b000 0x1000>;
interrupt-parent = <&vic1>;
interrupts = <6>;
status = "disabled";
};
};
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment