Skip to content

Commit 67ba341

Browse files
Wolfram Sangclaudiubeznea
authored andcommitted
ARM: dts: at91: usb_a9263: fix GPIO for Dataflash chip select
Dataflash did not work on my board. After checking schematics and using the proper GPIO, it works now. Also, make it active low to avoid: flash@0 enforce active low on GPIO handle Fixes: 2432d20 ("ARM: at91: dt: usb-a9263: add dataflash support") Signed-off-by: Wolfram Sang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Claudiu Beznea <[email protected]>
1 parent 6f7549b commit 67ba341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/microchip/usb_a9263.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
};
5959

6060
spi0: spi@fffa4000 {
61-
cs-gpios = <&pioB 15 GPIO_ACTIVE_HIGH>;
61+
cs-gpios = <&pioA 5 GPIO_ACTIVE_LOW>;
6262
status = "okay";
6363
flash@0 {
6464
compatible = "atmel,at45", "atmel,dataflash";

0 commit comments

Comments
 (0)