From: Vignesh Raghavendra <vigneshr@ti.com>
To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
SoC <soc@kernel.org>
Cc: Nishanth Menon <nm@ti.com>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>, Tero Kristo <kristo@kernel.org>,
<arm@kernel.org>
Subject: [GIT PULL v2 2/2] arm64: dts: TI K3 updates for v5.17
Date: Thu, 23 Dec 2021 15:10:40 +0530 [thread overview]
Message-ID: <20211223094040.15349-2-vigneshr@ti.com> (raw)
In-Reply-To: <20211223094040.15349-1-vigneshr@ti.com>
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
next prev parent reply other threads:[~2021-12-23 9:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-23 9:40 [GIT PULL v2 1/2] arm64: TI K3 SoC configs changes for v5.17 Vignesh Raghavendra
2021-12-23 9:40 ` Vignesh Raghavendra [this message]
2021-12-23 9:50 ` [GIT PULL v2 2/2] arm64: dts: TI K3 updates " Arnd Bergmann
2021-12-23 10:51 ` Vignesh Raghavendra
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211223094040.15349-2-vigneshr@ti.com \
--to=vigneshr@ti.com \
--cc=arm@kernel.org \
--cc=arnd@arndb.de \
--cc=kristo@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nm@ti.com \
--cc=olof@lixom.net \
--cc=soc@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox