提交 dc8fbed5 编写于 作者: V Vince Bridgers 提交者: Olof Johansson

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: NVince Bridgers <vbridgers2013@gmail.com>
Signed-off-by: NDinh Nguyen <dinguyen@altera.com>
Signed-off-by: NOlof Johansson <olof@lixom.net>
上级 6dda8e59
...@@ -683,6 +683,7 @@ ...@@ -683,6 +683,7 @@
}; };
rst: rstmgr@ffd05000 { rst: rstmgr@ffd05000 {
#reset-cells = <1>;
compatible = "altr,rst-mgr"; compatible = "altr,rst-mgr";
reg = <0xffd05000 0x1000>; reg = <0xffd05000 0x1000>;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册