mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 12:35:52 +02:00
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: Jonathan Bakker <xc-racer2@live.ca> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
parent
04568cb58a
commit
e39d3a4b23
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user