aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/exynos3250.dtsi
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2019-08-23 16:53:56 +0200
committerKrzysztof Kozlowski <krzk@kernel.org>2019-09-02 17:11:28 +0200
commit2cf842ba2f4172a47c03c24d1c450f2c4fc95c19 (patch)
tree2bce89fe182b3876314cedd2f845c156d6f8567d /arch/arm/boot/dts/exynos3250.dtsi
parentARM: dts: exynos: Add CAM power domain to Exynos5422/5800 (diff)
downloadlinux-dev-2cf842ba2f4172a47c03c24d1c450f2c4fc95c19.tar.xz
linux-dev-2cf842ba2f4172a47c03c24d1c450f2c4fc95c19.zip
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>
Diffstat (limited to 'arch/arm/boot/dts/exynos3250.dtsi')
-rw-r--r--arch/arm/boot/dts/exynos3250.dtsi3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/exynos3250.dtsi b/arch/arm/boot/dts/exynos3250.dtsi
index 5659c4a10729..784818490376 100644
--- a/arch/arm/boot/dts/exynos3250.dtsi
+++ b/arch/arm/boot/dts/exynos3250.dtsi
@@ -450,8 +450,7 @@
};
adc: adc@126c0000 {
- compatible = "samsung,exynos3250-adc",
- "samsung,exynos-adc-v2";
+ compatible = "samsung,exynos3250-adc";
reg = <0x126C0000 0x100>;
interrupts = <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>;
clock-names = "adc", "sclk";