ARM: dts: at91: sama5d3: use proper ADC compatible
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Sat, 28 Nov 2020 22:28:16 +0000 (23:28 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 1 Dec 2020 20:11:10 +0000 (21:11 +0100)
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
arch/arm/boot/dts/sama5d3.dtsi

index 86137f8..bba2a3f 100644 (file)
                        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";