Re: [PATCH] ARM: at91/dt: sam9x5: fix ADC compatible string

From: Nicolas Ferre
Date: Fri Aug 29 2014 - 12:46:54 EST


On 22/07/2014 16:07, Alexandre Belloni :
> Use the correct compatible string for the ADC of the at91sam9x5 family of SoCs.
>
> Signed-off-by: Alexandre Belloni <alexandre.belloni@xxxxxxxxxxxxxxxxxx>

Yep!

Acked-by: Nicolas Ferre <nicolas.ferre@xxxxxxxxx>

> ---
> arch/arm/boot/dts/at91sam9x5.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts/at91sam9x5.dtsi
> index 2c0d6ea3ab41..5d7cf394f537 100644
> --- a/arch/arm/boot/dts/at91sam9x5.dtsi
> +++ b/arch/arm/boot/dts/at91sam9x5.dtsi
> @@ -964,7 +964,7 @@
> adc0: adc@f804c000 {
> #address-cells = <1>;
> #size-cells = <0>;
> - compatible = "atmel,at91sam9260-adc";
> + compatible = "atmel,at91sam9x5-adc";
> reg = <0xf804c000 0x100>;
> interrupts = <19 IRQ_TYPE_LEVEL_HIGH 0>;
> clocks = <&adc_clk>,
>


--
Nicolas Ferre
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/