Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1345971
| From | Alexandre TORGUE <alexandre.torgue@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/3] ARM: dts: stm32f429: Add system config bank node |
| Date | 2016-02-29 17:40 +0100 |
| Message-ID | <r7z1w-5sW-9@gated-at.bofh.it> (permalink) |
| References | <r7yRR-5oO-31@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Signed-off-by: Alexandre TORGUE <alexandre.torgue@gmail.com>
diff --git a/arch/arm/boot/dts/stm32f429.dtsi b/arch/arm/boot/dts/stm32f429.dtsi
index 598362e..bb7a736 100644
--- a/arch/arm/boot/dts/stm32f429.dtsi
+++ b/arch/arm/boot/dts/stm32f429.dtsi
@@ -171,6 +171,11 @@
status = "disabled";
};
+ syscfg: system-config@40013800 {
+ compatible = "syscon";
+ reg = <0x40013800 0x400>;
+ };
+
pin-controller {
#address-cells = <1>;
#size-cells = <1>;
--
1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/3] Enable Ethernet on STM32F429 EVAL board Alexandre TORGUE <alexandre.torgue@gmail.com> - 2016-02-29 17:30 +0100
[PATCH 1/3] ARM: dts: stm32f429: Add system config bank node Alexandre TORGUE <alexandre.torgue@gmail.com> - 2016-02-29 17:40 +0100
[PATCH 2/3] ARM: dts: stm32f429: Add Ethernet support Alexandre TORGUE <alexandre.torgue@gmail.com> - 2016-02-29 17:40 +0100
Re: [PATCH 2/3] ARM: dts: stm32f429: Add Ethernet support Maxime Coquelin <mcoquelin.stm32@gmail.com> - 2016-03-01 18:30 +0100
Re: [PATCH 2/3] ARM: dts: stm32f429: Add Ethernet support Alexandre Torgue <alexandre.torgue@gmail.com> - 2016-03-02 09:30 +0100
[PATCH 3/3] ARM: dts: stm32f429: Enable Ethernet on Eval board Alexandre TORGUE <alexandre.torgue@gmail.com> - 2016-02-29 17:40 +0100
csiph-web