* [PATCH v2 2/4] ARM: dts: k2g-evm: Add unit address to memory node
[not found] ` <20170424202204.24170-1-fcooper-l0cyMroinI0@public.gmane.org>
@ 2017-04-24 20:22 ` Franklin S Cooper Jr
2017-04-24 20:22 ` [PATCH v2 3/4] ARM: keystone: Create new binding for K2G ICE evm Franklin S Cooper Jr
` (2 subsequent siblings)
3 siblings, 0 replies; 8+ messages in thread
From: Franklin S Cooper Jr @ 2017-04-24 20:22 UTC (permalink / raw)
To: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, linux-I+IVW8TIWO2tmTQ+vhA3Yw,
ssantosh-DgEjT+Ai2ygdnm+yROfE0A,
devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
Cc: Franklin S Cooper Jr
With the new Keystone 2 Industrial Communication EVM adding the
unit address to the memory node it made sense to add it for this board
also.
Signed-off-by: Franklin S Cooper Jr <fcooper-l0cyMroinI0@public.gmane.org>
---
arch/arm/boot/dts/keystone-k2g-evm.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/keystone-k2g-evm.dts b/arch/arm/boot/dts/keystone-k2g-evm.dts
index 692fcbb..61883cb 100644
--- a/arch/arm/boot/dts/keystone-k2g-evm.dts
+++ b/arch/arm/boot/dts/keystone-k2g-evm.dts
@@ -20,7 +20,7 @@
compatible = "ti,k2g-evm", "ti,k2g", "ti,keystone";
model = "Texas Instruments K2G General Purpose EVM";
- memory {
+ memory@800000000 {
device_type = "memory";
reg = <0x00000008 0x00000000 0x00000000 0x80000000>;
};
--
2.10.0
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 8+ messages in thread* [PATCH v2 3/4] ARM: keystone: Create new binding for K2G ICE evm
[not found] ` <20170424202204.24170-1-fcooper-l0cyMroinI0@public.gmane.org>
2017-04-24 20:22 ` [PATCH v2 2/4] ARM: dts: k2g-evm: Add unit address to memory node Franklin S Cooper Jr
@ 2017-04-24 20:22 ` Franklin S Cooper Jr
2017-05-05 19:07 ` [PATCH v2 0/4] ARM: dts: keystone: Add support for new K2G evm Franklin S Cooper Jr
2017-05-10 16:08 ` Santosh Shilimkar
3 siblings, 0 replies; 8+ messages in thread
From: Franklin S Cooper Jr @ 2017-04-24 20:22 UTC (permalink / raw)
To: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, linux-I+IVW8TIWO2tmTQ+vhA3Yw,
ssantosh-DgEjT+Ai2ygdnm+yROfE0A,
devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
Cc: Franklin S Cooper Jr
Add a new binding for the new K2G Industrial Communication Engine evm.
Signed-off-by: Franklin S Cooper Jr <fcooper-l0cyMroinI0@public.gmane.org>
Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
---
Documentation/devicetree/bindings/arm/keystone/keystone.txt | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Documentation/devicetree/bindings/arm/keystone/keystone.txt b/Documentation/devicetree/bindings/arm/keystone/keystone.txt
index 48f6703..f310bad 100644
--- a/Documentation/devicetree/bindings/arm/keystone/keystone.txt
+++ b/Documentation/devicetree/bindings/arm/keystone/keystone.txt
@@ -37,3 +37,6 @@ Boards:
- K2G EVM
compatible = "ti,k2g-evm", "ti,k2g", "ti-keystone"
+
+- K2G Industrial Communication Engine EVM
+ compatible = "ti,k2g-ice", "ti,k2g", "ti-keystone"
--
2.10.0
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 8+ messages in thread* Re: [PATCH v2 0/4] ARM: dts: keystone: Add support for new K2G evm
[not found] ` <20170424202204.24170-1-fcooper-l0cyMroinI0@public.gmane.org>
2017-04-24 20:22 ` [PATCH v2 2/4] ARM: dts: k2g-evm: Add unit address to memory node Franklin S Cooper Jr
2017-04-24 20:22 ` [PATCH v2 3/4] ARM: keystone: Create new binding for K2G ICE evm Franklin S Cooper Jr
@ 2017-05-05 19:07 ` Franklin S Cooper Jr
2017-05-10 16:08 ` Santosh Shilimkar
3 siblings, 0 replies; 8+ messages in thread
From: Franklin S Cooper Jr @ 2017-05-05 19:07 UTC (permalink / raw)
To: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, linux-I+IVW8TIWO2tmTQ+vhA3Yw,
ssantosh-DgEjT+Ai2ygdnm+yROfE0A,
devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
On 04/24/2017 03:22 PM, Franklin S Cooper Jr wrote:
> This patchset adds support for new K2G Industrial Communication Engine
> evm. For now only a bare minimal dts which will allow ram boot. Additional
> peripherals will be added when base K2G SoC patches are upstreamed allowing
> peripherals to be enabled.
>
> Version 2 changes:
> Make various tweaks to allow unit address to be added to memory node.
>
> Franklin S Cooper Jr (4):
> ARM: dts: keystone-k2g: Remove skeleton.dtsi
> ARM: dts: k2g-evm: Add unit address to memory node
> ARM: keystone: Create new binding for K2G ICE evm
> ARM: dts: keystone: Add minimum support for K2G ICE evm
>
ping
> .../devicetree/bindings/arm/keystone/keystone.txt | 3 ++
> arch/arm/boot/dts/Makefile | 3 +-
> arch/arm/boot/dts/keystone-k2g-evm.dts | 2 +-
> arch/arm/boot/dts/keystone-k2g-ice.dts | 35 ++++++++++++++++++++++
> arch/arm/boot/dts/keystone-k2g.dtsi | 3 +-
> 5 files changed, 43 insertions(+), 3 deletions(-)
> create mode 100644 arch/arm/boot/dts/keystone-k2g-ice.dts
>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: [PATCH v2 0/4] ARM: dts: keystone: Add support for new K2G evm
[not found] ` <20170424202204.24170-1-fcooper-l0cyMroinI0@public.gmane.org>
` (2 preceding siblings ...)
2017-05-05 19:07 ` [PATCH v2 0/4] ARM: dts: keystone: Add support for new K2G evm Franklin S Cooper Jr
@ 2017-05-10 16:08 ` Santosh Shilimkar
2017-05-22 5:51 ` santosh.shilimkar
3 siblings, 1 reply; 8+ messages in thread
From: Santosh Shilimkar @ 2017-05-10 16:08 UTC (permalink / raw)
To: Franklin S Cooper Jr, robh+dt-DgEjT+Ai2ygdnm+yROfE0A,
linux-I+IVW8TIWO2tmTQ+vhA3Yw, ssantosh-DgEjT+Ai2ygdnm+yROfE0A,
devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
On 4/24/2017 1:22 PM, Franklin S Cooper Jr wrote:
> This patchset adds support for new K2G Industrial Communication Engine
> evm. For now only a bare minimal dts which will allow ram boot. Additional
> peripherals will be added when base K2G SoC patches are upstreamed allowing
> peripherals to be enabled.
>
> Version 2 changes:
> Make various tweaks to allow unit address to be added to memory node.
>
> Franklin S Cooper Jr (4):
> ARM: dts: keystone-k2g: Remove skeleton.dtsi
> ARM: dts: k2g-evm: Add unit address to memory node
> ARM: keystone: Create new binding for K2G ICE evm
> ARM: dts: keystone: Add minimum support for K2G ICE evm
>
Will pick this up for next merge window. Thanks !!
Regards,
Santosh
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: [PATCH v2 0/4] ARM: dts: keystone: Add support for new K2G evm
2017-05-10 16:08 ` Santosh Shilimkar
@ 2017-05-22 5:51 ` santosh.shilimkar
0 siblings, 0 replies; 8+ messages in thread
From: santosh.shilimkar @ 2017-05-22 5:51 UTC (permalink / raw)
To: Franklin S Cooper Jr, ssantosh
Cc: devicetree, robh+dt, linux, linux-arm-kernel, linux-kernel
On 5/10/17 9:08 AM, Santosh Shilimkar wrote:
> On 4/24/2017 1:22 PM, Franklin S Cooper Jr wrote:
>> This patchset adds support for new K2G Industrial Communication Engine
>> evm. For now only a bare minimal dts which will allow ram boot.
>> Additional
>> peripherals will be added when base K2G SoC patches are upstreamed
>> allowing
>> peripherals to be enabled.
>>
>> Version 2 changes:
>> Make various tweaks to allow unit address to be added to memory node.
>>
>> Franklin S Cooper Jr (4):
>> ARM: dts: keystone-k2g: Remove skeleton.dtsi
>> ARM: dts: k2g-evm: Add unit address to memory node
>> ARM: keystone: Create new binding for K2G ICE evm
>> ARM: dts: keystone: Add minimum support for K2G ICE evm
>>
> Will pick this up for next merge window. Thanks !!
>
Applied to 'for_4.13/keystone_dts'. Should show up in next soon.
Regards,
Santosh
^ permalink raw reply [flat|nested] 8+ messages in thread