All of lore.kernel.org
 help / color / mirror / Atom feed
* [cip-dev][PATCH 4.4.y-cip 0/2] Add dts for Moxa UC-8100-ME-T platform
@ 2020-06-05  9:35 johnsonch.chen@moxa.com
  2020-06-05 10:40 ` Pavel Machek
  0 siblings, 1 reply; 3+ messages in thread
From: johnsonch.chen@moxa.com @ 2020-06-05  9:35 UTC (permalink / raw)
  To: nobuhiro1.iwamatsu, pavel, cip-dev

[-- Attachment #1: Type: text/plain, Size: 1273 bytes --]

Hello all,

MOXA UC-8100-ME-T is built around a Cortex-A8 processor for TI AM335x, 
and it's designed for embedded data acquisition application. Here we add
the device tree am335x-moxa-uc-8100-me-t.dts. Besides, also add new DT 
binding for the eDMA3 because function of edma crossbar is used in 
UC-8100-ME-T, and memory is safe for with the new binding.

1. Use the new binding for eDMA3 of am33xx.
2. Add dts for MOXA UC-8100-ME-T  

It's tested with a MOXA UC-8100-ME-T platform.

thanks!
Johnson

Peter Ujfalusi (1):
  ARM: DTS: am33xx: Use the new DT bindings for the eDMA3

SZ Lin (1):
  ARM: dts: am335x: add support for Moxa UC-8100-ME-T open platform

 .../devicetree/bindings/arm/omap/omap.txt          |   3 +
 .../devicetree/bindings/vendor-prefixes.txt        |   1 +
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/am335x-evm.dts                   |   9 +-
 arch/arm/boot/dts/am335x-moxa-uc-8100-me-t.dts     | 525 +++++++++++++++++++++
 arch/arm/boot/dts/am335x-pepper.dts                |  11 +-
 arch/arm/boot/dts/am33xx.dtsi                      |  94 ++--
 7 files changed, 601 insertions(+), 43 deletions(-)
 create mode 100644 arch/arm/boot/dts/am335x-moxa-uc-8100-me-t.dts

-- 
2.11.0

[-- Attachment #2: Type: text/plain, Size: 419 bytes --]

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#4721): https://lists.cip-project.org/g/cip-dev/message/4721
Mute This Topic: https://lists.cip-project.org/mt/74689396/4520388
Group Owner: cip-dev+owner@lists.cip-project.org
Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129055/727948398/xyzzy  [cip-dev@archiver.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [cip-dev][PATCH 4.4.y-cip 0/2] Add dts for Moxa UC-8100-ME-T platform
  2020-06-05  9:35 [cip-dev][PATCH 4.4.y-cip 0/2] Add dts for Moxa UC-8100-ME-T platform johnsonch.chen@moxa.com
@ 2020-06-05 10:40 ` Pavel Machek
  2020-06-07 23:25   ` Nobuhiro Iwamatsu
  0 siblings, 1 reply; 3+ messages in thread
From: Pavel Machek @ 2020-06-05 10:40 UTC (permalink / raw)
  To: Johnson CH Chen (陳昭勳)
  Cc: nobuhiro1.iwamatsu, pavel, cip-dev


[-- Attachment #1.1: Type: text/plain, Size: 832 bytes --]

Hi!

> MOXA UC-8100-ME-T is built around a Cortex-A8 processor for TI AM335x, 
> and it's designed for embedded data acquisition application. Here we add
> the device tree am335x-moxa-uc-8100-me-t.dts. Besides, also add new DT 
> binding for the eDMA3 because function of edma crossbar is used in 
> UC-8100-ME-T, and memory is safe for with the new binding.
> 
> 1. Use the new binding for eDMA3 of am33xx.
> 2. Add dts for MOXA UC-8100-ME-T  
> 
> It's tested with a MOXA UC-8100-ME-T platform.

So this is relatively simple, as it only affects Moxa code. And I see
nothing wrong there.

I'll apply it if there are no other comments.

Best regards,
								Pavel
-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

[-- Attachment #2: Type: text/plain, Size: 419 bytes --]

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#4724): https://lists.cip-project.org/g/cip-dev/message/4724
Mute This Topic: https://lists.cip-project.org/mt/74689396/4520388
Group Owner: cip-dev+owner@lists.cip-project.org
Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129055/727948398/xyzzy  [cip-dev@archiver.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [cip-dev][PATCH 4.4.y-cip 0/2] Add dts for Moxa UC-8100-ME-T platform
  2020-06-05 10:40 ` Pavel Machek
@ 2020-06-07 23:25   ` Nobuhiro Iwamatsu
  0 siblings, 0 replies; 3+ messages in thread
From: Nobuhiro Iwamatsu @ 2020-06-07 23:25 UTC (permalink / raw)
  To: pavel, JohnsonCH.Chen; +Cc: cip-dev

[-- Attachment #1: Type: text/plain, Size: 1177 bytes --]

Hi,

> -----Original Message-----
> From: Pavel Machek [mailto:pavel@denx.de]
> Sent: Friday, June 5, 2020 7:41 PM
> To: Johnson CH Chen (陳昭勳) <JohnsonCH.Chen@moxa.com>
> Cc: iwamatsu nobuhiro(岩松 信洋 □SWC◯ACT) <nobuhiro1.iwamatsu@toshiba.co.jp>; pavel@denx.de;
> cip-dev@lists.cip-project.org
> Subject: Re: [cip-dev][PATCH 4.4.y-cip 0/2] Add dts for Moxa UC-8100-ME-T platform
> 
> Hi!
> 
> > MOXA UC-8100-ME-T is built around a Cortex-A8 processor for TI AM335x,
> > and it's designed for embedded data acquisition application. Here we add
> > the device tree am335x-moxa-uc-8100-me-t.dts. Besides, also add new DT
> > binding for the eDMA3 because function of edma crossbar is used in
> > UC-8100-ME-T, and memory is safe for with the new binding.
> >
> > 1. Use the new binding for eDMA3 of am33xx.
> > 2. Add dts for MOXA UC-8100-ME-T
> >
> > It's tested with a MOXA UC-8100-ME-T platform.
> 
> So this is relatively simple, as it only affects Moxa code. And I see
> nothing wrong there.
> 
> I'll apply it if there are no other comments.

I reviewed this patch, there was no wrong.

Best regards,
  Nobuhiro


[-- Attachment #2: Type: text/plain, Size: 419 bytes --]

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#4730): https://lists.cip-project.org/g/cip-dev/message/4730
Mute This Topic: https://lists.cip-project.org/mt/74689396/4520388
Group Owner: cip-dev+owner@lists.cip-project.org
Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129055/727948398/xyzzy  [cip-dev@archiver.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-06-07 23:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-05  9:35 [cip-dev][PATCH 4.4.y-cip 0/2] Add dts for Moxa UC-8100-ME-T platform johnsonch.chen@moxa.com
2020-06-05 10:40 ` Pavel Machek
2020-06-07 23:25   ` Nobuhiro Iwamatsu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.