Commit e39d3a4b authored by Jonathan Bakker's avatar Jonathan Bakker Committed by Krzysztof Kozlowski

ARM: dts: s5pv210: Add an ADC node

The exynos-adc driver now supports the S5PV210, so add the DT
node so that devices can use it.
Signed-off-by: default avatarJonathan Bakker <xc-racer2@live.ca>
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent 04568cb5
......@@ -159,6 +159,18 @@ pdma1: dma@e0a00000 {
};
};
adc: adc@e1700000 {
compatible = "samsung,s5pv210-adc";
reg = <0xe1700000 0x1000>;
interrupt-parent = <&vic2>;
interrupts = <23>, <24>;
clocks = <&clocks CLK_TSADC>;
clock-names = "adc";
#io-channel-cells = <1>;
io-channel-ranges;
status = "disabled";
};
spi0: spi@e1300000 {
compatible = "samsung,s5pv210-spi";
reg = <0xe1300000 0x1000>;
......
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