Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1581691
| From | thor.thayer@linux.intel.com |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 5/5] ARM: socfpga: dts: Add Devkit A10-SR Reset Controller |
| Date | 2017-02-15 22:50 +0100 |
| Message-ID | <tbfCy-5jD-23@gated-at.bofh.it> (permalink) |
| References | <tbfCx-5jD-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Thor Thayer <thor.thayer@linux.intel.com>
Add the Altera Arria10 System Resource Reset Controller to the MFD
Signed-off-by: Thor Thayer <thor.thayer@linux.intel.com>
---
arch/arm/boot/dts/socfpga_arria10_socdk.dtsi | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/boot/dts/socfpga_arria10_socdk.dtsi b/arch/arm/boot/dts/socfpga_arria10_socdk.dtsi
index c57e6ce..9329025 100644
--- a/arch/arm/boot/dts/socfpga_arria10_socdk.dtsi
+++ b/arch/arm/boot/dts/socfpga_arria10_socdk.dtsi
@@ -121,6 +121,11 @@
gpio-controller;
#gpio-cells = <2>;
};
+
+ a10sr_rst: reset-controller {
+ compatible = "altr,a10sr-reset";
+ #reset-cells = <1>;
+ };
};
};
--
1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/5] Add Arria10 System Manager Reset Controller thor.thayer@linux.intel.com - 2017-02-15 22:50 +0100
[PATCH 5/5] ARM: socfpga: dts: Add Devkit A10-SR Reset Controller thor.thayer@linux.intel.com - 2017-02-15 22:50 +0100
Re: [PATCH 5/5] ARM: socfpga: dts: Add Devkit A10-SR Reset Controller Dinh Nguyen <dinguyen@kernel.org> - 2017-02-16 17:20 +0100
Re: [PATCH 5/5] ARM: socfpga: dts: Add Devkit A10-SR Reset Controller Thor Thayer <thor.thayer@linux.intel.com> - 2017-02-16 18:00 +0100
[PATCH 3/5] reset: Add Altera Arria10 System Resource Reset Controller thor.thayer@linux.intel.com - 2017-02-15 22:50 +0100
Re: [PATCH 3/5] reset: Add Altera Arria10 System Resource Reset Controller Philipp Zabel <p.zabel@pengutronix.de> - 2017-02-16 11:40 +0100
Re: [PATCH 3/5] reset: Add Altera Arria10 System Resource Reset Controller Thor Thayer <thor.thayer@linux.intel.com> - 2017-02-16 17:50 +0100
[PATCH 1/5] dt-bindings: mfd: Add Altera Arria10 SR Reset Controller bindings thor.thayer@linux.intel.com - 2017-02-15 22:50 +0100
[PATCH 4/5] mfd: altr_a10sr: Add Arria10 DevKit Resource Controller thor.thayer@linux.intel.com - 2017-02-15 22:50 +0100
[PATCH 2/5] dt-bindings: Add Arria10 System Resource reset manager offsets thor.thayer@linux.intel.com - 2017-02-15 22:50 +0100
csiph-web