From: Vince Bridgers Date: Mon, 23 Jun 2014 18:32:11 +0000 (-0500) Subject: ARM: socfpga: Add missing #reset-cells to socfpga device tree X-Git-Tag: v3.17-rc1~77^2~26 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=dc8fbed5d9cc169ce0d50e2003416a43dda45ba6;p=karo-tx-linux.git 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 Signed-off-by: Dinh Nguyen Signed-off-by: Olof Johansson --- 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 @@ }; rst: rstmgr@ffd05000 { + #reset-cells = <1>; compatible = "altr,rst-mgr"; reg = <0xffd05000 0x1000>; };