Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1458801
| From | "Andrew F. Davis" <afd@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 1/3] ARM: dts: keystone-k2g: Add device state controller node |
| Date | 2016-08-09 16:40 +0200 |
| Message-ID | <s4gmd-n3-3@gated-at.bofh.it> (permalink) |
| References | <s4gmd-n3-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Add the device state controller node as a syscon node to the
K2G SoC. This module provides similar device control functionality
as that on the existing K2 SoCs.
One example usage would be the boot address programming of the
DSP processor sub-system.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Suman Anna <s-anna@ti.com>
---
arch/arm/boot/dts/keystone-k2g.dtsi | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/boot/dts/keystone-k2g.dtsi b/arch/arm/boot/dts/keystone-k2g.dtsi
index 3372615..fe17dc4 100644
--- a/arch/arm/boot/dts/keystone-k2g.dtsi
+++ b/arch/arm/boot/dts/keystone-k2g.dtsi
@@ -83,6 +83,11 @@
pinctrl-single,function-mask = <0x001b0007>;
};
+ devctrl: device-state-control@02620000 {
+ compatible = "ti,keystone-devctrl", "syscon";
+ reg = <0x02620000 0x1000>;
+ };
+
uart0: serial@02530c00 {
compatible = "ns16550a";
current-speed = <115200>;
--
2.9.2
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 0/3] Add DSP control nodes for K2G "Andrew F. Davis" <afd@ti.com> - 2016-08-09 16:40 +0200 [PATCH v2 1/3] ARM: dts: keystone-k2g: Add device state controller node "Andrew F. Davis" <afd@ti.com> - 2016-08-09 16:40 +0200 [PATCH v2 2/3] ARM: dts: keystone-k2g: Add keystone IRQ controller node "Andrew F. Davis" <afd@ti.com> - 2016-08-09 16:40 +0200 [PATCH v2 3/3] ARM: dts: keystone-k2g: Add DSP GPIO controller node "Andrew F. Davis" <afd@ti.com> - 2016-08-09 16:40 +0200 Re: [PATCH v2 0/3] Add DSP control nodes for K2G Santosh Shilimkar <santosh.shilimkar@oracle.com> - 2016-08-09 17:50 +0200
csiph-web