Skip to content

Commit c72ede1

Browse files
Wolfram Sangclaudiubeznea
authored andcommitted
ARM: dts: at91: at91sam9263: fix NAND chip selects
NAND did not work on my USB-A9263. I discovered that the offending commit converted the PIO bank for chip selects wrongly, so all A9263 boards need to be fixed. Fixes: 1004a29 ("ARM: dts: at91: Switch to the new NAND bindings") Signed-off-by: Wolfram Sang <[email protected]> Reviewed-by: Alexandre Belloni <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Claudiu Beznea <[email protected]>
1 parent dc65857 commit c72ede1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

arch/arm/boot/dts/microchip/at91sam9263ek.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
nand@3 {
153153
reg = <0x3 0x0 0x800000>;
154154
rb-gpios = <&pioA 22 GPIO_ACTIVE_HIGH>;
155-
cs-gpios = <&pioA 15 GPIO_ACTIVE_HIGH>;
155+
cs-gpios = <&pioD 15 GPIO_ACTIVE_HIGH>;
156156
nand-bus-width = <8>;
157157
nand-ecc-mode = "soft";
158158
nand-on-flash-bbt;

arch/arm/boot/dts/microchip/tny_a9263.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
nand@3 {
6565
reg = <0x3 0x0 0x800000>;
6666
rb-gpios = <&pioA 22 GPIO_ACTIVE_HIGH>;
67-
cs-gpios = <&pioA 15 GPIO_ACTIVE_HIGH>;
67+
cs-gpios = <&pioD 15 GPIO_ACTIVE_HIGH>;
6868
nand-bus-width = <8>;
6969
nand-ecc-mode = "soft";
7070
nand-on-flash-bbt;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
nand@3 {
8585
reg = <0x3 0x0 0x800000>;
8686
rb-gpios = <&pioA 22 GPIO_ACTIVE_HIGH>;
87-
cs-gpios = <&pioA 15 GPIO_ACTIVE_HIGH>;
87+
cs-gpios = <&pioD 15 GPIO_ACTIVE_HIGH>;
8888
nand-bus-width = <8>;
8989
nand-ecc-mode = "soft";
9090
nand-on-flash-bbt;

0 commit comments

Comments
 (0)