linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: marex@denx.de (Marek Vasut)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: socfpga: Turn FPGA manager node into syscon
Date: Thu,  4 Oct 2018 00:54:18 +0200	[thread overview]
Message-ID: <20181003225418.21742-1-marex@denx.de> (raw)

The FPGA manager contains additional functionality, the GPI/GPO block.
Turn the FPGA manager node into syscon, so that the gpio-syscon driver
can be used to access the GPI/GPO block.

Signed-off-by: Marek Vasut <marex@denx.de>
---
 arch/arm/boot/dts/socfpga.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/socfpga.dtsi b/arch/arm/boot/dts/socfpga.dtsi
index daf249e57b08..1835a824c9b9 100644
--- a/arch/arm/boot/dts/socfpga.dtsi
+++ b/arch/arm/boot/dts/socfpga.dtsi
@@ -551,7 +551,7 @@
 		};
 
 		fpgamgr0: fpgamgr at ff706000 {
-			compatible = "altr,socfpga-fpga-mgr";
+			compatible = "altr,socfpga-fpga-mgr", "syscon";
 			reg = <0xff706000 0x1000
 			       0xffb90000 0x4>;
 			interrupts = <0 175 4>;
-- 
2.18.0

                 reply	other threads:[~2018-10-03 22:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20181003225418.21742-1-marex@denx.de \
    --to=marex@denx.de \
    --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).