summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@bootlin.com>2020-11-28 23:28:16 +0100
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2020-12-01 21:11:10 +0100
commit53de2d127430d0b5300de5d6ada0f17df0379511 (patch)
tree7e2798993f77539c2dc3fc7b42077562a91a2c54
parent8caaf0610fb9948b1f3ad220f83fccfc24e33333 (diff)
ARM: dts: at91: sama5d3: use proper ADC compatible
The ADC is different from the at91sam9x5 ADC. Not only it doesn't have the same resolution but it even has only one and the LOWRES bit doesn't exist. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Reviewed-by: Ludovic Desroches <ludovic.desroches@microchip.com> Link: https://lore.kernel.org/r/20201128222818.1910764-9-alexandre.belloni@bootlin.com
-rw-r--r--arch/arm/boot/dts/sama5d3.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sama5d3.dtsi b/arch/arm/boot/dts/sama5d3.dtsi
index 86137f8d2b45..bba2a3f41c42 100644
--- a/arch/arm/boot/dts/sama5d3.dtsi
+++ b/arch/arm/boot/dts/sama5d3.dtsi
@@ -307,7 +307,7 @@
adc0: adc@f8018000 {
#address-cells = <1>;
#size-cells = <0>;
- compatible = "atmel,at91sam9x5-adc";
+ compatible = "atmel,sama5d3-adc";
reg = <0xf8018000 0x100>;
interrupts = <29 IRQ_TYPE_LEVEL_HIGH 5>;
pinctrl-names = "default";