diff options
author | Vince Bridgers <vbridgers2013@gmail.com> | 2014-06-23 14:32:11 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-07-15 00:39:54 -0400 |
commit | dc8fbed5d9cc169ce0d50e2003416a43dda45ba6 (patch) | |
tree | 120523491896d793d1f661e98f1e45566e2168a8 /arch/arm/boot/dts/socfpga.dtsi | |
parent | 6dda8e594bde0a2ca0d5e64c6e0240e76166fa69 (diff) |
ARM: socfpga: Add missing #reset-cells to socfpga device tree
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>
Diffstat (limited to 'arch/arm/boot/dts/socfpga.dtsi')
-rw-r--r-- | arch/arm/boot/dts/socfpga.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/socfpga.dtsi b/arch/arm/boot/dts/socfpga.dtsi index 4676f25e87a7..0a66d8a9457c 100644 --- a/arch/arm/boot/dts/socfpga.dtsi +++ b/arch/arm/boot/dts/socfpga.dtsi | |||
@@ -683,6 +683,7 @@ | |||
683 | }; | 683 | }; |
684 | 684 | ||
685 | rst: rstmgr@ffd05000 { | 685 | rst: rstmgr@ffd05000 { |
686 | #reset-cells = <1>; | ||
686 | compatible = "altr,rst-mgr"; | 687 | compatible = "altr,rst-mgr"; |
687 | reg = <0xffd05000 0x1000>; | 688 | reg = <0xffd05000 0x1000>; |
688 | }; | 689 | }; |