]> git.itanic.dy.fi Git - linux-stable/commitdiff
ARM: dts: at91: sama5d4: fix pinctrl compatible string
authorSantiago Esteban <Santiago.Esteban@microchip.com>
Thu, 18 Jan 2018 14:38:47 +0000 (15:38 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Apr 2018 07:32:05 +0000 (09:32 +0200)
commit 9a06757dcc8509c162ac00488c8c82fc98e04227 upstream.

The compatible string is incorrect. Add atmel,sama5d3-pinctrl since
it's the appropriate compatible string. Remove the
atmel,at91rm9200-pinctrl compatible string, this fallback is
useless, there are too many changes.

Signed-off-by: Santiago Esteban <Santiago.Esteban@microchip.com>
Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com>
Cc: stable@vger.kernel.org #v3.18
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/boot/dts/sama5d4.dtsi

index 3daf8d5d78783468e76278649142b47e4aeae76a..fb0d1b252dc8fb3e72b90f4b24dde7a2b4ff1008 100644 (file)
@@ -1354,7 +1354,7 @@ dbgu: serial@fc069000 {
                        pinctrl@fc06a000 {
                                #address-cells = <1>;
                                #size-cells = <1>;
-                               compatible = "atmel,at91sam9x5-pinctrl", "atmel,at91rm9200-pinctrl", "simple-bus";
+                               compatible = "atmel,sama5d3-pinctrl", "atmel,at91sam9x5-pinctrl", "simple-bus";
                                ranges = <0xfc068000 0xfc068000 0x100
                                          0xfc06a000 0xfc06a000 0x4000>;
                                /* WARNING: revisit as pin spec has changed */