linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: vbridgers2013@gmail.com (Vince Bridgers)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] ARM: socfpga: Add missing #reset-cells to socfpga device tree
Date: Sun, 22 Jun 2014 19:31:02 -0500	[thread overview]
Message-ID: <1403483462-21082-3-git-send-email-vbridgers2013@gmail.com> (raw)
In-Reply-To: <1403483462-21082-1-git-send-email-vbridgers2013@gmail.com>

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 at ffd05000 missing #reset-cells property
probe of ffd05000.rstmgr failed with error -22

Signed-off-by: Vince Bridgers <vbridgers2013@gmail.com>
---
 arch/arm/boot/dts/socfpga.dtsi |    1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/socfpga.dtsi b/arch/arm/boot/dts/socfpga.dtsi
index 4676f25..0a66d8a 100644
--- a/arch/arm/boot/dts/socfpga.dtsi
+++ b/arch/arm/boot/dts/socfpga.dtsi
@@ -683,6 +683,7 @@
 		};
 
 		rst: rstmgr at ffd05000 {
+			#reset-cells = <1>;
 			compatible = "altr,rst-mgr";
 			reg = <0xffd05000 0x1000>;
 		};
-- 
1.7.9.5

  parent reply	other threads:[~2014-06-23  0:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-23  0:31 [PATCH 0/2] ARM: socfpga: Update socfpga_defconfig and socfpga.dtsi Vince Bridgers
2014-06-23  0:31 ` [PATCH 1/2] ARM: socfpga: Update socfpga_defconfig Vince Bridgers
2014-07-08 11:26   ` Pavel Machek
2014-06-23  0:31 ` Vince Bridgers [this message]
2014-06-23 18:46 ` [PATCH 0/2] ARM: socfpga: Update socfpga_defconfig and socfpga.dtsi Dinh Nguyen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1403483462-21082-3-git-send-email-vbridgers2013@gmail.com \
    --to=vbridgers2013@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).