mbox series

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

Message ID 20211223094040.15349-2-vigneshr@ti.com
State New
Headers show
Series [GIT,PULL,v2,1/2] arm64: TI K3 SoC configs changes for v5.17 | expand

Pull-request

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

Message

Raghavendra, Vignesh Dec. 23, 2021, 9:40 a.m. UTC
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

Comments

Arnd Bergmann Dec. 23, 2021, 9:50 a.m. UTC | #1
On Thu, Dec 23, 2021 at 10:40 AM Vignesh Raghavendra <vigneshr@ti.com> 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
Raghavendra, Vignesh Dec. 23, 2021, 10:51 a.m. UTC | #2
On 23/12/21 3:20 pm, Arnd Bergmann wrote:
> On Thu, Dec 23, 2021 at 10:40 AM Vignesh Raghavendra <vigneshr@ti.com> 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.
> 

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