Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: exynos: Remove not accurate secondary ADC compatible

The Exynos3250 ADC has its own compatible because of differences from
other Exynos SoCs. Therefore it is not entirely compatible with
samsung,exynos-adc-v2. Remove the samsung,exynos-adc-v2.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

+1 -2
+1 -2
arch/arm/boot/dts/exynos3250.dtsi
··· 450 450 }; 451 451 452 452 adc: adc@126c0000 { 453 - compatible = "samsung,exynos3250-adc", 454 - "samsung,exynos-adc-v2"; 453 + compatible = "samsung,exynos3250-adc"; 455 454 reg = <0x126C0000 0x100>; 456 455 interrupts = <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>; 457 456 clock-names = "adc", "sclk";