[GIT PULL v2 1/2] arm64: TI K3 SoC configs changes for v5.17

4 messages, 2 authors, 2021-12-23 · open the first message on its own page

[GIT PULL v2 1/2] arm64: TI K3 SoC configs changes for v5.17

From: Vignesh Raghavendra <vigneshr@ti.com>
Date: 2021-12-23 09:41:00

Hi ARM SoC maintainers,

Reroll of defconfig changes for TI K3 SoCs due for v5.17. Addressed
Arnd's comments on v1 by dropping commit touching CONFIG_SERIAL_8250_NR_UARTS
and removing PCIe related configs which cannot be built as modules.

v1: https://lore.kernel.org/linux-arm-kernel/20211217172806.10023-1-vigneshr@ti.com/

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git tags/ti-k3-config-for-v5.17-v2

for you to fetch changes up to 414174b6bb6569c07d8557c4475e43b1e18b4fea:

  arm64: defconfig: Enable USB controller drivers for TI K3 SoC (2021-12-22 13:13:26 +0530)

----------------------------------------------------------------
ARM64 defconfig changes for TI K3 platforms for v5.17 merge window:

- Enable drivers for USB and SERDES IPs on TI K3 SoC

----------------------------------------------------------------
Vignesh Raghavendra (1):
      arm64: defconfig: Enable USB controller drivers for TI K3 SoC

 arch/arm64/configs/defconfig | 7 +++++++
 1 file changed, 7 insertions(+)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

[GIT PULL v2 2/2] arm64: dts: TI K3 updates for v5.17

From: Vignesh Raghavendra <vigneshr@ti.com>
Date: 2021-12-23 09:41:02

Hi,

Please pull the device tree changes for TI K3 platforms for v5.17.

Please note:
This adds a dtbs_check warning due to missing YAML binding for pinctrl-single compatible.
There also a checkpatch error for complex macro usage in dt-bindings
header defining pinmux marco which is harmless.

v2:
Moved aliases from k3-j721s2.dtsi file and trimmed the list
as per Arnd's suggestion

v1:
https://lore.kernel.org/linux-arm-kernel/20211217172806.10023-2-vigneshr@ti.com/

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git tags/ti-k3-dt-for-v5.17-v2

for you to fetch changes up to e66d1865c059c2cfc17070db0dd820ff5d44ef85:

  arm64: dts: ti: Add support J721S2 Common Processor Board (2021-12-22 12:30:58 +0530)

----------------------------------------------------------------
Devicetree changes for TI K3 platforms for v5.17 merge window:

* New Platforms:
  - J721s2 SoC, SoM and Common Processor Board support
* New features:
  - CAN support on AM64 EVM and SK
  - TimeSync Router on AM64
* Fixes:
  - Correct d-cache-sets info on J7200
  - Fix L2 cache-sets value for J721e/J7200/AM64
  - Fixes for dtbs_check warnings wrt serdes_ln_ctrl node on J721e/J7200
  - Disable McASP on IoT2050 board to fix dtbs_check warnings

----------------------------------------------------------------
Aswath Govindraju (8):
      arm64: dts: ti: am654-base-board/am65-iot2050-common: Disable mcan nodes
      arm64: dts: ti: k3-am64-main: Add support for MCAN
      arm64: dts: ti: k3-am642-evm/sk: Add support for main domain mcan nodes in EVM and disable them on SK
      dt-bindings: arm: ti: Add bindings for J721s2 SoC
      dt-bindings: pinctrl: k3: Introduce pinmux definitions for J721S2
      arm64: dts: ti: Add initial support for J721S2 SoC
      arm64: dts: ti: Add initial support for J721S2 System on Module
      arm64: dts: ti: Add support J721S2 Common Processor Board

Christian Gmeiner (1):
      arm64: dts: ti: k3-am64-main: add timesync router node

Faiz Abbas (3):
      arm64: dts: ti: k3-am65-mcu: Add Support for MCAN
      arm64: dts: ti: k3-j721e: Add support for MCAN nodes
      arm64: dts: ti: k3-j721e-common-proc-board: Add support for mcu and main mcan nodes

Jayesh Choudhary (1):
      arm64: dts: ti: iot2050: Disable mcasp nodes at dtsi level

Kishon Vijay Abraham I (2):
      arm64: dts: ti: j7200-main: Fix 'dtbs_check' serdes_ln_ctrl node
      arm64: dts: ti: j721e-main: Fix 'dtbs_check' in serdes_ln_ctrl node

Nishanth Menon (4):
      arm64: dts: ti: k3-am642: Fix the L2 cache sets
      arm64: dts: ti: k3-j7200: Fix the L2 cache sets
      arm64: dts: ti: k3-j721e: Fix the L2 cache sets
      arm64: dts: ti: k3-j7200: Correct the d-cache-sets info

Peng Fan (1):
      arm64: dts: ti: k3-j721e: correct cache-sets info

 Documentation/devicetree/bindings/arm/ti/k3.yaml       |   6 +
 arch/arm64/boot/dts/ti/Makefile                        |   2 +
 arch/arm64/boot/dts/ti/k3-am64-main.dtsi               |  36 +
 arch/arm64/boot/dts/ti/k3-am642-evm.dts                |  40 +
 arch/arm64/boot/dts/ti/k3-am642-sk.dts                 |   8 +
 arch/arm64/boot/dts/ti/k3-am642.dtsi                   |   2 +-
 arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi     |  20 +
 arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi                |  30 +
 arch/arm64/boot/dts/ti/k3-am654-base-board.dts         |   8 +
 arch/arm64/boot/dts/ti/k3-j7200-main.dtsi              |   2 +-
 arch/arm64/boot/dts/ti/k3-j7200.dtsi                   |   6 +-
 arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts  | 155 ++
 arch/arm64/boot/dts/ti/k3-j721e-main.dtsi              | 198 +-
 arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi        |  28 +
 arch/arm64/boot/dts/ti/k3-j721e.dtsi                   |   6 +-
 arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dts | 430 +++++
 arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi             | 937 ++++++++++
 arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi       | 302 +++
 arch/arm64/boot/dts/ti/k3-j721s2-som-p0.dtsi           | 174 ++
 arch/arm64/boot/dts/ti/k3-j721s2.dtsi                  | 167 ++
 include/dt-bindings/pinctrl/k3.h                       |   3 +
 21 files changed, 2551 insertions(+), 9 deletions(-)
 create mode 100644 arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dts
 create mode 100644 arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi
 create mode 100644 arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi
 create mode 100644 arch/arm64/boot/dts/ti/k3-j721s2-som-p0.dtsi
 create mode 100644 arch/arm64/boot/dts/ti/k3-j721s2.dtsi

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

Re: [GIT PULL v2 2/2] arm64: dts: TI K3 updates for v5.17

From: Arnd Bergmann <arnd@arndb.de>
Date: 2021-12-23 09:51:16

On Thu, Dec 23, 2021 at 10:40 AM Vignesh Raghavendra [off-list ref] wrote:
Hi,

Please pull the device tree changes for TI K3 platforms for v5.17.

Please note:
This adds a dtbs_check warning due to missing YAML binding for pinctrl-single compatible.
There also a checkpatch error for complex macro usage in dt-bindings
header defining pinmux marco which is harmless.

v2:
Moved aliases from k3-j721s2.dtsi file and trimmed the list
as per Arnd's suggestion
Sorry, I should have been clearer about what I asked from you. I have already
pulled the first version of this branch, and a lot of stuff on top of
it, so I can't
easily replace the contents with a new version.

Can you send just patches for the difference between the two versions so we
can apply that on top?

        Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

Re: [GIT PULL v2 2/2] arm64: dts: TI K3 updates for v5.17

From: Vignesh Raghavendra <vigneshr@ti.com>
Date: 2021-12-23 10:51:50


On 23/12/21 3:20 pm, Arnd Bergmann wrote:
On Thu, Dec 23, 2021 at 10:40 AM Vignesh Raghavendra [off-list ref] wrote:
quoted
Hi,

Please pull the device tree changes for TI K3 platforms for v5.17.

Please note:
This adds a dtbs_check warning due to missing YAML binding for pinctrl-single compatible.
There also a checkpatch error for complex macro usage in dt-bindings
header defining pinmux marco which is harmless.

v2:
Moved aliases from k3-j721s2.dtsi file and trimmed the list
as per Arnd's suggestion
Sorry, I should have been clearer about what I asked from you. I have already
pulled the first version of this branch, and a lot of stuff on top of
it, so I can't
easily replace the contents with a new version.
Oops, I did not realize that v1 was pulled.
Can you send just patches for the difference between the two versions so we
can apply that on top?
Sure, will send delta patches in a follow up PR. Thanks!


Regards
Vignesh

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help