[PATCH 0/9] arm64: dts: ti: k3-j721e-*: Fix up pinmux and aliases

Nishanth Menon posted 9 patches 2 years, 8 months ago
.../boot/dts/ti/k3-j721e-beagleboneai64.dts   |  9 +++
.../dts/ti/k3-j721e-common-proc-board.dts     | 76 ++++++++++++++++++-
arch/arm64/boot/dts/ti/k3-j721e-sk.dts        | 53 ++++++++++++-
arch/arm64/boot/dts/ti/k3-j721e-som-p0.dtsi   | 15 ++++
arch/arm64/boot/dts/ti/k3-j721e.dtsi          | 19 -----
5 files changed, 147 insertions(+), 25 deletions(-)
[PATCH 0/9] arm64: dts: ti: k3-j721e-*: Fix up pinmux and aliases
Posted by Nishanth Menon 2 years, 8 months ago
Hi,

This series cleansup k3-j721e platforms for pinmuxes and aliases.
Provide complete description of uart and i2c instead of piggy-backing on
bootloader configurations, ensure board detection eeproms are defined,
aliases be defined in the board files as well.

Many of these changes were maintained in u-boot tree, and this moves
those orphan changes to the super set definition in kernel.

Sample bootlog: j721e-common-proc-board in idk-gw configuration:
	https://gist.github.com/nmenon/65fee02cb7a5207ac0d078f6abac6b6e

Nishanth Menon (9):
  arm64: dts: ti: k3-j721e-sk: Add missing uart pinmuxes
  arm64: dts: ti: k3-j721e-sk: Enable wakeup_i2c0 and eeprom
  arm64: dts: ti: j721e-som/common-proc-board: Add product links
  arm64: dts: ti: j721e-common-proc-board: Add uart pinmux
  arm64: dts: ti: k3-j721e-som-p0: Enable wakeup_i2c0 and eeprom
  arm64: dts: ti: k3-j721e-beagleboneai64: Add wakeup_uart pinmux
  arm64: dts: ti: k3-j721e-sk: Define aliases at board level
  arm64: dts: ti: k3-j721e-common-proc-board: Define aliases at board
    level
  arm64: dts: ti: k3-j721e: Drop SoC level aliases

 .../boot/dts/ti/k3-j721e-beagleboneai64.dts   |  9 +++
 .../dts/ti/k3-j721e-common-proc-board.dts     | 76 ++++++++++++++++++-
 arch/arm64/boot/dts/ti/k3-j721e-sk.dts        | 53 ++++++++++++-
 arch/arm64/boot/dts/ti/k3-j721e-som-p0.dtsi   | 15 ++++
 arch/arm64/boot/dts/ti/k3-j721e.dtsi          | 19 -----
 5 files changed, 147 insertions(+), 25 deletions(-)

-- 
2.40.0
Re: [PATCH 0/9] arm64: dts: ti: k3-j721e-*: Fix up pinmux and aliases
Posted by Vignesh Raghavendra 2 years, 7 months ago
Hi Nishanth Menon,

On Thu, 01 Jun 2023 13:31:42 -0500, Nishanth Menon wrote:
> This series cleansup k3-j721e platforms for pinmuxes and aliases.
> Provide complete description of uart and i2c instead of piggy-backing on
> bootloader configurations, ensure board detection eeproms are defined,
> aliases be defined in the board files as well.
> 
> Many of these changes were maintained in u-boot tree, and this moves
> those orphan changes to the super set definition in kernel.
> 
> [...]


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

[1/9] arm64: dts: ti: k3-j721e-sk: Add missing uart pinmuxes
      commit: acfb362a9c78d6708080cdd850b036225c78371b
[2/9] arm64: dts: ti: k3-j721e-sk: Enable wakeup_i2c0 and eeprom
      commit: 1b4b376c878b36d1a1c848ebc885487e4cad2546
[3/9] arm64: dts: ti: j721e-som/common-proc-board: Add product links
      commit: 26efc8d1ad0cc14e2740d310935fa146b1fc5a58
[4/9] arm64: dts: ti: j721e-common-proc-board: Add uart pinmux
      commit: 86718345b4d3c0d386b3f73ef43e7f72ff04cf4a
[5/9] arm64: dts: ti: k3-j721e-som-p0: Enable wakeup_i2c0 and eeprom
      commit: b04b18ccb3d5c19c864c10f7cc7b014218aecb22
[6/9] arm64: dts: ti: k3-j721e-beagleboneai64: Add wakeup_uart pinmux
      commit: 4c2c99026ca1525912b40cbc1b69306145ce7082
[7/9] arm64: dts: ti: k3-j721e-sk: Define aliases at board level
      commit: d1a4304c149d1a26a912d532501ead42e5952501
[8/9] arm64: dts: ti: k3-j721e-common-proc-board: Define aliases at board level
      commit: ff59580bf2580ec262098399aab03dfca537bec8
[9/9] arm64: dts: ti: k3-j721e: Drop SoC level aliases
      commit: 8be20986e0c54420e52048d20bdc31e3a8aec93f

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