Skip to content

Commit 630222a

Browse files
sestebanzcristibirsan
authored andcommitted
ARM: dts: at91: sama5d4: fix pinctrl compatible string
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>
1 parent 8c0c3ef commit 630222a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/sama5d4.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1379,7 +1379,7 @@
13791379
pinctrl@fc06a000 {
13801380
#address-cells = <1>;
13811381
#size-cells = <1>;
1382-
compatible = "atmel,at91sam9x5-pinctrl", "atmel,at91rm9200-pinctrl", "simple-bus";
1382+
compatible = "atmel,sama5d3-pinctrl", "atmel,at91sam9x5-pinctrl", "simple-bus";
13831383
ranges = <0xfc068000 0xfc068000 0x100
13841384
0xfc06a000 0xfc06a000 0x4000>;
13851385
/* WARNING: revisit as pin spec has changed */

0 commit comments

Comments
 (0)