Skip to content

Commit 5c8b498

Browse files
claudiubezneanoglitch
authored andcommitted
ARM: dts: at91: sama5d4_xplained: fix pinctrl phandle name
Pinctrl phandle is for spi1 so rename it to reflect this. Signed-off-by: Claudiu Beznea <[email protected]> Signed-off-by: Nicolas Ferre <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent afca68d commit 5c8b498

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/at91-sama5d4_xplained.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282

8383
spi1: spi@fc018000 {
8484
pinctrl-names = "default";
85-
pinctrl-0 = <&pinctrl_spi0_cs>;
85+
pinctrl-0 = <&pinctrl_spi1_cs>;
8686
cs-gpios = <&pioB 21 0>;
8787
status = "okay";
8888
};
@@ -140,7 +140,7 @@
140140
atmel,pins =
141141
<AT91_PIOE 1 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>;
142142
};
143-
pinctrl_spi0_cs: spi0_cs_default {
143+
pinctrl_spi1_cs: spi1_cs_default {
144144
atmel,pins =
145145
<AT91_PIOB 21 AT91_PERIPH_GPIO AT91_PINCTRL_NONE>;
146146
};

0 commit comments

Comments
 (0)