]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: socfpga: Add missing #reset-cells to socfpga device tree
authorVince Bridgers <vbridgers2013@gmail.com>
Mon, 23 Jun 2014 18:32:11 +0000 (13:32 -0500)
committerOlof Johansson <olof@lixom.net>
Tue, 15 Jul 2014 04:39:54 +0000 (21:39 -0700)
add #reset-cells to socfpga.dtsi. This was missing from the
latest updates and caused the socfpga reset controller to fail
to load like so:

ffd05000.rstmgr: /soc/rstmgr@ffd05000 missing #reset-cells property
probe of ffd05000.rstmgr failed with error -22

Signed-off-by: Vince Bridgers <vbridgers2013@gmail.com>
Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/boot/dts/socfpga.dtsi

index 4676f25e87a7e4e4c79023db4c289be156e2ea85..0a66d8a9457c6aebd80d1b16a941d16d23842002 100644 (file)
                };
 
                rst: rstmgr@ffd05000 {
+                       #reset-cells = <1>;
                        compatible = "altr,rst-mgr";
                        reg = <0xffd05000 0x1000>;
                };