]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: mvebu: armada-xp: Fix 74hc595 count for Lenovo ix4-300d
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Fri, 19 Sep 2014 19:41:37 +0000 (21:41 +0200)
committerJason Cooper <jason@lakedaemon.net>
Sun, 2 Nov 2014 18:59:10 +0000 (18:59 +0000)
There is only one 74hc595 connected to GPIO but two were given
in the registers-number property. Fix it up.

Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Tested-By: Benoit Masson <yahoo@perenite.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts

index 1a85014a626838cfc3e372d689febe9181bc2dbd..aa5463c9192412b85b5e8b6f11b4035b90726ff1 100644 (file)
@@ -204,7 +204,7 @@ gpio_spi: gpio_spi@0 {
                        gpio-controller;
                        #gpio-cells = <2>;
                        reg = <0>;
-                       registers-number = <2>;
+                       registers-number = <1>;
                        spi-max-frequency = <100000>;
                };
        };