* [PATCH] ARM: dts: socfpga: Turn FPGA manager node into syscon
@ 2018-10-03 22:54 Marek Vasut
0 siblings, 0 replies; only message in thread
From: Marek Vasut @ 2018-10-03 22:54 UTC (permalink / raw)
To: linux-arm-kernel
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-10-03 22:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-03 22:54 [PATCH] ARM: dts: socfpga: Turn FPGA manager node into syscon Marek Vasut
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).