From: Jonathan Bakker Date: Fri, 1 May 2020 23:50:14 +0000 (-0700) Subject: ARM: dts: s5pv210: Add an ADC node X-Git-Tag: v5.8-rc1~137^2~44^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e39d3a4b23f79097d78fed56613a59281921c606;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Krzysztof Kozlowski --- diff --git a/arch/arm/boot/dts/s5pv210.dtsi b/arch/arm/boot/dts/s5pv210.dtsi index 2ad642f51fd92..30a0c39a310f1 100644 --- a/arch/arm/boot/dts/s5pv210.dtsi +++ b/arch/arm/boot/dts/s5pv210.dtsi @@ -159,6 +159,18 @@ }; }; + 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>;