Skip to content

Commit daacdb3

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>
1 parent 2b80ca5 commit daacdb3

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
@@ -1388,7 +1388,7 @@
13881388
pinctrl@fc06a000 {
13891389
#address-cells = <1>;
13901390
#size-cells = <1>;
1391-
compatible = "atmel,at91sam9x5-pinctrl", "atmel,at91rm9200-pinctrl", "simple-bus";
1391+
compatible = "atmel,sama5d3-pinctrl", "atmel,at91sam9x5-pinctrl", "simple-bus";
13921392
ranges = <0xfc068000 0xfc068000 0x100
13931393
0xfc06a000 0xfc06a000 0x4000>;
13941394
/* WARNING: revisit as pin spec has changed */

0 commit comments

Comments
 (0)