[v4 0/6] arm64: dts: ti: k3-j7200: Add properties and sync with uboot

Udit Kumar posted 6 patches 2 years, 8 months ago
.../dts/ti/k3-j7200-common-proc-board.dts     |  67 ++++-
arch/arm64/boot/dts/ti/k3-j7200-main.dtsi     | 258 ++++++++++++++++++
.../boot/dts/ti/k3-j7200-mcu-wakeup.dtsi      | 150 ++++++++++
arch/arm64/boot/dts/ti/k3-j7200.dtsi          |  17 --
4 files changed, 471 insertions(+), 21 deletions(-)
[v4 0/6] arm64: dts: ti: k3-j7200: Add properties and sync with uboot
Posted by Udit Kumar 2 years, 8 months ago
In continuation of patch series posted by Nishanth for sync of uboot device tree with kernel device tree for AM64 SOC.
https://lore.kernel.org/linux-arm-kernel/20230414073328.381336-1-nm@ti.com/

This series extend device tree sync/clean up for J7200 SOC.

This patch series build on top of
https://lore.kernel.org/all/20230419040007.3022780-1-u-kumar1@ti.com

Boot logs
https://gist.github.com/uditkumarti/a43decc11c49d59c658cfc4f3f255c5e

Changes since v3:
https://lore.kernel.org/all/20230604045525.1889083-1-u-kumar1@ti.com/
* Add general purpose timers
  Added reviewed by Tony Lindgren

* Configure pinctrl for timer IO pads
  No change

* remove duplicate main_i2c0 pin mux
  Moved before uart pin mux

* Add uart pinmux
  Added missing uart pin mux

* Define aliases at board level
* Drop SoC level aliases
  Moved aliases<F4> at board level

Changes since v2:
https://lore.kernel.org/all/20230601093744.1565802-1-u-kumar1@ti.com/
* Configure pinctrl for timer IO pads
  Added reviewed by Tony Lindgren

* Add uart pin mux in main_pmx0
  Changed subject of patch

Changes since v1:
https://lore.kernel.org/all/20230426103219.1565266-1-u-kumar1@ti.com/
* Add general purpose timers:
  Addded CLKSEL_VD clock for odd numbered timers
  Marked MCU_Timer as reserved, fixed clock index for main_timer13

*Configure pinctrl for timer IO pads
 Marked mcu_timerio_input as reserved

*main_pmx0 clean up
 Splitted into two patches, One for UART and second for  i2c duplication removal

*Add uart pin mux in wkup_pmx0
  No change

*Add bootph-pre-ram for u-boot
 patch dropped, later will add bootph-pre-ram property  later for all nodes.


Udit Kumar (6):
  arm64: dts: ti: k3-j7200: Add general purpose timers
  arm64: dts: ti: k3-j7200: Configure pinctrl for timer IO pads
  arm64: dts: ti: k3-j7200-common-proc-board: remove duplicate main_i2c0
    pin mux
  arm64: dts: ti: k3-j7200-common-proc-board: Add uart pinmux
  arm64: dts: ti: k3-j7200-common-proc-board: Define aliases at board
    level
  arm64: dts: ti: k3-j7200: Drop SoC level aliases

 .../dts/ti/k3-j7200-common-proc-board.dts     |  67 ++++-
 arch/arm64/boot/dts/ti/k3-j7200-main.dtsi     | 258 ++++++++++++++++++
 .../boot/dts/ti/k3-j7200-mcu-wakeup.dtsi      | 150 ++++++++++
 arch/arm64/boot/dts/ti/k3-j7200.dtsi          |  17 --
 4 files changed, 471 insertions(+), 21 deletions(-)

-- 
2.34.1
Re: [v4 0/6] arm64: dts: ti: k3-j7200: Add properties and sync with uboot
Posted by Vignesh Raghavendra 2 years, 7 months ago
Hi Udit Kumar,

On Sun, 11 Jun 2023 16:41:34 +0530, Udit Kumar wrote:
> In continuation of patch series posted by Nishanth for sync of uboot device tree with kernel device tree for AM64 SOC.
> https://lore.kernel.org/linux-arm-kernel/20230414073328.381336-1-nm@ti.com/
> 
> This series extend device tree sync/clean up for J7200 SOC.
> 
> This patch series build on top of
> https://lore.kernel.org/all/20230419040007.3022780-1-u-kumar1@ti.com
> 
> [...]

I have applied the following to branch ti-k3-dts-next on [1].
Thank you!

[1/6] arm64: dts: ti: k3-j7200: Add general purpose timers
      commit: c8a28ed4837ce03254e0941f4fbc8364b1e78543
[2/6] arm64: dts: ti: k3-j7200: Configure pinctrl for timer IO pads
      commit: 03612d384621ffe21c6d338de916251d1bfd84fa
[3/6] arm64: dts: ti: k3-j7200-common-proc-board: remove duplicate main_i2c0 pin mux
      commit: 7f58e2b418d89f38f242b04da5a1dd93a2c514fd
[4/6] arm64: dts: ti: k3-j7200-common-proc-board: Add uart pinmux
      commit: 3709ea7f960ed77ac29af692c9e32351060400d9
[5/6] arm64: dts: ti: k3-j7200-common-proc-board: Define aliases at board level
      commit: c4ba159fff90791956370ce93c130aadea87dbb6
[6/6] arm64: dts: ti: k3-j7200: Drop SoC level aliases
      commit: 858dde8a3f56f0b7a0c217ac4abf56e34c34ae74

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
--
Vignesh
Re: [v4 0/6] arm64: dts: ti: k3-j7200: Add properties and sync with uboot
Posted by Nishanth Menon 2 years, 7 months ago
On 16:41-20230611, Udit Kumar wrote:
> In continuation of patch series posted by Nishanth for sync of uboot device tree with kernel device tree for AM64 SOC.
> https://lore.kernel.org/linux-arm-kernel/20230414073328.381336-1-nm@ti.com/
> 
> This series extend device tree sync/clean up for J7200 SOC.

Thank you for the cleanup. For the series:

Reviewed-by: Nishanth Menon <nm@ti.com>

-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D