mbox series

[v2,0/5] arm64: Initial support for Texas Instruments AM642 Platform

Message ID 20210119163927.774-1-d-gerlach@ti.com
Headers show
Series arm64: Initial support for Texas Instruments AM642 Platform | expand

Message

Dave Gerlach Jan. 19, 2021, 4:39 p.m. UTC
This is v2 of the series to add initial support for the latest new SoC,
AM642, from Texas Instruments. Version 1 can be found at [1]. Additional
detail can be found in the patch descriptions, also see AM64X Technical
Reference Manual (SPRUIM2, Nov 2020) for further details:
https://www.ti.com/lit/pdf/spruim2

Since v1, several new bindings have made it in linux-next so we can
now include those nodes using them here. The spi, i2c, and mmc nodes
have now been added along with DMA support. Specifics about changes
from v1 are included with each patch.

Regards,
Dave

[1] https://lore.kernel.org/linux-arm-kernel/20201125052004.17823-1-d-gerlach@ti.com/

Dave Gerlach (4):
  dt-bindings: arm: ti: Add bindings for AM642 SoC
  dt-bindings: pinctrl: k3: Introduce pinmux definitions for AM64
  arm64: dts: ti: Add support for AM642 SoC
  arm64: dts: ti: Add support for AM642 EVM

Peter Ujfalusi (1):
  arm64: dts: ti: k3-am64-main: Enable DMA support

 .../devicetree/bindings/arm/ti/k3.yaml        |   6 +
 arch/arm64/boot/dts/ti/Makefile               |   2 +
 arch/arm64/boot/dts/ti/k3-am64-main.dtsi      | 406 ++++++++++++++++++
 arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi       |  76 ++++
 arch/arm64/boot/dts/ti/k3-am64.dtsi           | 103 +++++
 arch/arm64/boot/dts/ti/k3-am642-evm.dts       | 258 +++++++++++
 arch/arm64/boot/dts/ti/k3-am642.dtsi          |  65 +++
 include/dt-bindings/pinctrl/k3.h              |   5 +-
 8 files changed, 920 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm64/boot/dts/ti/k3-am64-main.dtsi
 create mode 100644 arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi
 create mode 100644 arch/arm64/boot/dts/ti/k3-am64.dtsi
 create mode 100644 arch/arm64/boot/dts/ti/k3-am642-evm.dts
 create mode 100644 arch/arm64/boot/dts/ti/k3-am642.dtsi

Comments

Grygorii Strashko Jan. 21, 2021, 1:22 p.m. UTC | #1
On 19/01/2021 18:39, Dave Gerlach wrote:
> This is v2 of the series to add initial support for the latest new SoC,

> AM642, from Texas Instruments. Version 1 can be found at [1]. Additional

> detail can be found in the patch descriptions, also see AM64X Technical

> Reference Manual (SPRUIM2, Nov 2020) for further details:

> https://www.ti.com/lit/pdf/spruim2

> 

> Since v1, several new bindings have made it in linux-next so we can

> now include those nodes using them here. The spi, i2c, and mmc nodes

> have now been added along with DMA support. Specifics about changes

> from v1 are included with each patch.

> 

> Regards,

> Dave

> 

> [1] https://lore.kernel.org/linux-arm-kernel/20201125052004.17823-1-d-gerlach@ti.com/

> 

> Dave Gerlach (4):

>    dt-bindings: arm: ti: Add bindings for AM642 SoC

>    dt-bindings: pinctrl: k3: Introduce pinmux definitions for AM64

>    arm64: dts: ti: Add support for AM642 SoC

>    arm64: dts: ti: Add support for AM642 EVM

> 

> Peter Ujfalusi (1):

>    arm64: dts: ti: k3-am64-main: Enable DMA support

> 

>   .../devicetree/bindings/arm/ti/k3.yaml        |   6 +

>   arch/arm64/boot/dts/ti/Makefile               |   2 +

>   arch/arm64/boot/dts/ti/k3-am64-main.dtsi      | 406 ++++++++++++++++++

>   arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi       |  76 ++++

>   arch/arm64/boot/dts/ti/k3-am64.dtsi           | 103 +++++

>   arch/arm64/boot/dts/ti/k3-am642-evm.dts       | 258 +++++++++++

>   arch/arm64/boot/dts/ti/k3-am642.dtsi          |  65 +++

>   include/dt-bindings/pinctrl/k3.h              |   5 +-

>   8 files changed, 920 insertions(+), 1 deletion(-)

>   create mode 100644 arch/arm64/boot/dts/ti/k3-am64-main.dtsi

>   create mode 100644 arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi

>   create mode 100644 arch/arm64/boot/dts/ti/k3-am64.dtsi

>   create mode 100644 arch/arm64/boot/dts/ti/k3-am642-evm.dts

>   create mode 100644 arch/arm64/boot/dts/ti/k3-am642.dtsi

> 


Tested-by: Grygorii Strashko <grygorii.strashko@ti.com>

Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>


-- 
Best regards,
grygorii
Nishanth Menon Jan. 21, 2021, 2:21 p.m. UTC | #2
On 15:22-20210121, Grygorii Strashko wrote:
> 

> 

> On 19/01/2021 18:39, Dave Gerlach wrote:

> > This is v2 of the series to add initial support for the latest new SoC,

> > AM642, from Texas Instruments. Version 1 can be found at [1]. Additional

> > detail can be found in the patch descriptions, also see AM64X Technical

> > Reference Manual (SPRUIM2, Nov 2020) for further details:

> > https://www.ti.com/lit/pdf/spruim2

> > 

> > Since v1, several new bindings have made it in linux-next so we can

> > now include those nodes using them here. The spi, i2c, and mmc nodes

> > have now been added along with DMA support. Specifics about changes

> > from v1 are included with each patch.

> > 

> > Regards,

> > Dave

> > 

> > [1] https://lore.kernel.org/linux-arm-kernel/20201125052004.17823-1-d-gerlach@ti.com/

> > 

> > Dave Gerlach (4):

> >    dt-bindings: arm: ti: Add bindings for AM642 SoC

> >    dt-bindings: pinctrl: k3: Introduce pinmux definitions for AM64

> >    arm64: dts: ti: Add support for AM642 SoC

> >    arm64: dts: ti: Add support for AM642 EVM

> > 

> > Peter Ujfalusi (1):

> >    arm64: dts: ti: k3-am64-main: Enable DMA support

> > 

> >   .../devicetree/bindings/arm/ti/k3.yaml        |   6 +

> >   arch/arm64/boot/dts/ti/Makefile               |   2 +

> >   arch/arm64/boot/dts/ti/k3-am64-main.dtsi      | 406 ++++++++++++++++++

> >   arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi       |  76 ++++

> >   arch/arm64/boot/dts/ti/k3-am64.dtsi           | 103 +++++

> >   arch/arm64/boot/dts/ti/k3-am642-evm.dts       | 258 +++++++++++

> >   arch/arm64/boot/dts/ti/k3-am642.dtsi          |  65 +++

> >   include/dt-bindings/pinctrl/k3.h              |   5 +-

> >   8 files changed, 920 insertions(+), 1 deletion(-)

> >   create mode 100644 arch/arm64/boot/dts/ti/k3-am64-main.dtsi

> >   create mode 100644 arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi

> >   create mode 100644 arch/arm64/boot/dts/ti/k3-am64.dtsi

> >   create mode 100644 arch/arm64/boot/dts/ti/k3-am642-evm.dts

> >   create mode 100644 arch/arm64/boot/dts/ti/k3-am642.dtsi

> > 

> 

> Tested-by: Grygorii Strashko <grygorii.strashko@ti.com>

> Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>

> 


Can you see if your reviews and tested apply to V3 of the series as well?

	https://lore.kernel.org/linux-arm-kernel/20210120202532.9011-1-d-gerlach@ti.com/

-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D
Grygorii Strashko Jan. 21, 2021, 2:44 p.m. UTC | #3
On 21/01/2021 16:21, Nishanth Menon wrote:
> On 15:22-20210121, Grygorii Strashko wrote:

>>

>>

>> On 19/01/2021 18:39, Dave Gerlach wrote:

>>> This is v2 of the series to add initial support for the latest new SoC,

>>> AM642, from Texas Instruments. Version 1 can be found at [1]. Additional

>>> detail can be found in the patch descriptions, also see AM64X Technical

>>> Reference Manual (SPRUIM2, Nov 2020) for further details:

>>> https://www.ti.com/lit/pdf/spruim2

>>>

>>> Since v1, several new bindings have made it in linux-next so we can

>>> now include those nodes using them here. The spi, i2c, and mmc nodes

>>> have now been added along with DMA support. Specifics about changes

>>> from v1 are included with each patch.

>>>

>>> Regards,

>>> Dave

>>>

>>> [1] https://lore.kernel.org/linux-arm-kernel/20201125052004.17823-1-d-gerlach@ti.com/

>>>

>>> Dave Gerlach (4):

>>>     dt-bindings: arm: ti: Add bindings for AM642 SoC

>>>     dt-bindings: pinctrl: k3: Introduce pinmux definitions for AM64

>>>     arm64: dts: ti: Add support for AM642 SoC

>>>     arm64: dts: ti: Add support for AM642 EVM

>>>

>>> Peter Ujfalusi (1):

>>>     arm64: dts: ti: k3-am64-main: Enable DMA support

>>>

>>>    .../devicetree/bindings/arm/ti/k3.yaml        |   6 +

>>>    arch/arm64/boot/dts/ti/Makefile               |   2 +

>>>    arch/arm64/boot/dts/ti/k3-am64-main.dtsi      | 406 ++++++++++++++++++

>>>    arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi       |  76 ++++

>>>    arch/arm64/boot/dts/ti/k3-am64.dtsi           | 103 +++++

>>>    arch/arm64/boot/dts/ti/k3-am642-evm.dts       | 258 +++++++++++

>>>    arch/arm64/boot/dts/ti/k3-am642.dtsi          |  65 +++

>>>    include/dt-bindings/pinctrl/k3.h              |   5 +-

>>>    8 files changed, 920 insertions(+), 1 deletion(-)

>>>    create mode 100644 arch/arm64/boot/dts/ti/k3-am64-main.dtsi

>>>    create mode 100644 arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi

>>>    create mode 100644 arch/arm64/boot/dts/ti/k3-am64.dtsi

>>>    create mode 100644 arch/arm64/boot/dts/ti/k3-am642-evm.dts

>>>    create mode 100644 arch/arm64/boot/dts/ti/k3-am642.dtsi

>>>

>>

>> Tested-by: Grygorii Strashko <grygorii.strashko@ti.com>

>> Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com>

>>

> 

> Can you see if your reviews and tested apply to V3 of the series as well?

> 

> 	https://lore.kernel.org/linux-arm-kernel/20210120202532.9011-1-d-gerlach@ti.com/

> 


Yes. They do apply.

-- 
Best regards,
grygorii