Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1724642
| From | Keiji Hayashibara <hayashibara.keiji@socionext.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v1 3/3] arm64: dts: uniphier: add efuse node for LD20 |
| Date | 2017-09-01 01:30 +0200 |
| Message-ID | <ukH4l-3Ue-11@gated-at.bofh.it> (permalink) |
| References | <ukH4l-3Ue-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Add efuse node for UniPhier LD20 SoC.
This efuse node is included in soc-glue.
Signed-off-by: Keiji Hayashibara <hayashibara.keiji@socionext.com>
---
arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi b/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi
index de1e753..8a1f5af 100644
--- a/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi
+++ b/arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi
@@ -365,6 +365,20 @@
};
};
+ soc-glue@5f900000 {
+ compatible = "socionext,uniphier-ld20-soc-glue-debug",
+ "simple-mfd";
+ #address-cells = <1>;
+ #size-cells = <1>;
+ ranges = <0x0 0x5f900000 0x2000>;
+
+ efuse {
+ compatible = "socionext,uniphier-efuse",
+ "syscon";
+ reg = <0x100 0xf00>;
+ };
+ };
+
gic: interrupt-controller@5fe00000 {
compatible = "arm,gic-v3";
reg = <0x5fe00000 0x10000>, /* GICD */
--
2.7.4
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v1 0/3] add UniPhier efuse support Keiji Hayashibara <hayashibara.keiji@socionext.com> - 2017-09-01 01:30 +0200
[PATCH v1 2/3] nvmem: uniphier: add UniPhier eFuse driver Keiji Hayashibara <hayashibara.keiji@socionext.com> - 2017-09-01 01:30 +0200
Re: [PATCH v1 2/3] nvmem: uniphier: add UniPhier eFuse driver Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-09-04 15:00 +0200
RE: [PATCH v1 2/3] nvmem: uniphier: add UniPhier eFuse driver "Keiji Hayashibara" <hayashibara.keiji@socionext.com> - 2017-09-07 02:40 +0200
[PATCH v1 3/3] arm64: dts: uniphier: add efuse node for LD20 Keiji Hayashibara <hayashibara.keiji@socionext.com> - 2017-09-01 01:30 +0200
csiph-web