arm: mvebu: armada-xp-theadorable.dts: Change CS# for 2nd FPGA
authorStefan Roese <sr@denx.de>
Tue, 23 Oct 2018 10:25:16 +0000 (12:25 +0200)
committerStefan Roese <sr@denx.de>
Tue, 6 Nov 2018 12:21:13 +0000 (13:21 +0100)
The new board version has the 2nd FPGA connected via CS# 0 instead of
2 on SPI bus 1. Change this setup in the DT accordingly. Please note
that this change does still work on the old board version because the
CS signal is not used on this board.

Signed-off-by: Stefan Roese <sr@denx.de>
arch/arm/dts/armada-xp-theadorable.dts

index 065e443..965c384 100644 (file)
                        spi1: spi@10680 {
                                status = "okay";
 
-                               fpga@2 {
+                               fpga@0 {
                                        #address-cells = <1>;
                                        #size-cells = <1>;
                                        compatible = "spi-generic-device";
-                                       reg = <2>; /* Chip select 2 */
+                                       reg = <0>; /* Chip select 0 */
                                        spi-max-frequency = <27777777>;
                                };
                        };