Hi ARM SoC maintainers, Please pull the following part2 of the TI K3 DTS support since [1]. This also contains the PR [2] which provides the base for the J7200 USB support in this PR. Primary highlights in the part #2: - New K3 SoC: J7200 and related board J7200 Common processor board - Bunch of peripherals for J7200 (DMA, USB, MMC, Ethernet..) - GPIO hog node rename to abide by the updated yaml bindings.
The following changes since commit 66db854b1f62dbee48ec7373f149fa30e4b3dd4e:
arm64: dts: ti: k3-j721e-common-proc-board: Configure the PCIe instances
(2020-09-22 08:19:47 -0500)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git
tags/ti-k3-dt-for-v5.10-part2
for you to fetch changes up to bbcb0522ae0cea0f2561e7dad243f8a3d5ab5559:
arm64: dts: ti: k3-j7200-common-proc-board: Add USB support (2020-09-30
07:34:03 -0500)
----------------------------------------------------------------
Second and final device tree updates towards 5.10-rc1 for TI K3 platform.
----------------------------------------------------------------
Faiz Abbas (2):
arm64: dts: ti: k3-j7200-main: Add support for MMC/SD controller nodes
arm64: dts: ti: k3-j7200-common-proc-board: Add support for eMMC and SD
card
Grygorii Strashko (3):
arm64: dts: ti: k3-j7200-main: add main navss cpts node
arm64: dts: ti: k3-j7200-mcu: add mcu cpsw nuss node
arm64: dts: ti: k3-j7200-common-proc-board: add mcu cpsw nuss pinmux and
phy defs
Kishon Vijay Abraham I (1):
arm64: dts: ti: k3-j7200-common-proc-board: Configure the SERDES lane
function
Krzysztof Kozlowski (1):
arm64: dts: ti: k3-j721e-common-proc-board: align GPIO hog names with
dtschema
Lokesh Vutla (5):
arm64: dts: ti: Makefile: Use ARCH_K3 for building dtbs
dt-bindings: arm: ti: Convert K3 board/soc bindings to DT schema
dt-bindings: arm: ti: Add bindings for J7200 SoC
arm64: dts: ti: Add support for J7200 SoC
arm64: dts: ti: Add support for J7200 Common Processor Board
Nishanth Menon (1):
Merge tag 'ti-k3-dt-fixes-for-v5.9' into ti-k3-dts-next
Peter Ujfalusi (1):
arm64: dts: ti: k3-j7200: add DMA support
Roger Quadros (6):
arm64: dts: ti: k3-j721e: Rename mux header and update macro names
dt-bindings: ti-serdes-mux: Add defines for J7200 SoC
arm64: dts: ti: k3-j7200-main: Add SERDES lane control mux
arm64: dts: ti: k3-j7200-main.dtsi: Add USB to SERDES lane MUX
arm64: dts: ti: k3-j7200-main: Add USB controller
arm64: dts: ti: k3-j7200-common-proc-board: Add USB support
Vignesh Raghavendra (4):
arm64: dts: ti: k3-j7200: Add I2C nodes
arm64: dts: ti: k3-j7200-common-proc-board: Add I2C IO expanders
arm64: dts: ti: k3-j7200-mcu-wakeup: Add HyperBus node
arm64: dts: ti: k3-j7200-som-p0: Add HyperFlash node
Documentation/devicetree/bindings/arm/ti/k3.txt | 26 --
Documentation/devicetree/bindings/arm/ti/k3.yaml | 35 ++
MAINTAINERS | 2 +-
arch/arm64/boot/dts/ti/Makefile | 8 +-
.../boot/dts/ti/k3-j7200-common-proc-board.dts | 215 ++++++++++
arch/arm64/boot/dts/ti/k3-j7200-main.dtsi | 449 +++++++++++++++++++++
arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi | 273 +++++++++++++
arch/arm64/boot/dts/ti/k3-j7200-som-p0.dtsi | 65 +++
arch/arm64/boot/dts/ti/k3-j7200.dtsi | 172 ++++++++
.../boot/dts/ti/k3-j721e-common-proc-board.dts | 15 +-
arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 13 +-
include/dt-bindings/mux/mux-j721e-wiz.h | 53 ---
include/dt-bindings/mux/ti-serdes.h | 93 +++++
13 files changed, 1323 insertions(+), 96 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/arm/ti/k3.txt
create mode 100644 Documentation/devicetree/bindings/arm/ti/k3.yaml
create mode 100644 arch/arm64/boot/dts/ti/k3-j7200-common-proc-board.dts
create mode 100644 arch/arm64/boot/dts/ti/k3-j7200-main.dtsi
create mode 100644 arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi
create mode 100644 arch/arm64/boot/dts/ti/k3-j7200-som-p0.dtsi
create mode 100644 arch/arm64/boot/dts/ti/k3-j7200.dtsi
delete mode 100644 include/dt-bindings/mux/mux-j721e-wiz.h
create mode 100644 include/dt-bindings/mux/ti-serdes.h
[1]
https://lore.kernel.org/linux-arm-kernel/20200922134722.2y5kqxu4lghbwp5u@akan/
[2]
https://lore.kernel.org/linux-arm-kernel/20200921125402.mtwypblhb45a6ssh@akan/
--
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5
849D 1736 249D
signature.asc
Description: PGP signature

