Skip to content

Commit ce5bffb

Browse files
alexandrebelloniambarus
authored andcommitted
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 (cherry picked from commit 53de2d1) Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
1 parent a6d0110 commit ce5bffb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/sama5d3.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
adc0: adc@f8018000 {
308308
#address-cells = <1>;
309309
#size-cells = <0>;
310-
compatible = "atmel,at91sam9x5-adc";
310+
compatible = "atmel,sama5d3-adc";
311311
reg = <0xf8018000 0x100>;
312312
interrupts = <29 IRQ_TYPE_LEVEL_HIGH 5>;
313313
pinctrl-names = "default";

0 commit comments

Comments
 (0)