mbox series

[00/10] arm64: dts: ti: k3-am64: Add missing properties used in u-boot

Message ID 20230414073328.381336-1-nm@ti.com
Headers show
Series arm64: dts: ti: k3-am64: Add missing properties used in u-boot | expand

Message

Nishanth Menon April 14, 2023, 7:33 a.m. UTC
Hi,

while attempting to cleanup u-boot, I noticed that u-boot had some
additional nodes that were'nt in kernel.org, and this makes syncing the
kernel.org patches back to u-boot hard.

So, sync the same.

Bootlogs: (SK and evm)
https://gist.github.com/nmenon/6b09f55251225d3f3cce076c32a33bba

Baseline: next-20230413 (will be great if we can get into rc2 - will
make u-boot sync easier)

Nishanth Menon (10):
  arm64: dts: ti: k3-am64: Add general purpose timers
  arm64: dts: ti: k3-am642-sk: Fix mmc1 pinmux
  arm64: dts: ti: k3-am642-sk: Enable main_i2c0 and eeprom
  arm64: dts: ti: k3-am642-sk: Describe main_uart1 pins
  arm64: dts: ti: k3-am642-sk: Rename regulator node name
  arm64: dts: ti: k3-am642-evm: Enable main_i2c0 and eeprom
  arm64: dts: ti: k3-am642-evm: Describe main_uart1 pins
  arm64: dts: ti: k3-am642-evm: Rename regulator node name
  arm64: dts: ti: k3-am642-evm: Add VTT GPIO regulator for DDR
  arm64: dts: ti: k3-am642-sk|evm: Drop bootargs, add aliases

 arch/arm64/boot/dts/ti/k3-am64-main.dtsi | 144 +++++++++++++++++++++++
 arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi  |  45 +++++++
 arch/arm64/boot/dts/ti/k3-am64.dtsi      |  16 ---
 arch/arm64/boot/dts/ti/k3-am642-evm.dts  |  76 ++++++++++--
 arch/arm64/boot/dts/ti/k3-am642-sk.dts   |  69 ++++++++---
 5 files changed, 313 insertions(+), 37 deletions(-)

Comments

Roger Quadros April 17, 2023, 10:49 a.m. UTC | #1
On 14/04/2023 10:33, Nishanth Menon wrote:
> Hi,
> 
> while attempting to cleanup u-boot, I noticed that u-boot had some
> additional nodes that were'nt in kernel.org, and this makes syncing the
> kernel.org patches back to u-boot hard.
> 
> So, sync the same.
> 
> Bootlogs: (SK and evm)
> https://gist.github.com/nmenon/6b09f55251225d3f3cce076c32a33bba
> 
> Baseline: next-20230413 (will be great if we can get into rc2 - will
> make u-boot sync easier)
> 
> Nishanth Menon (10):
>   arm64: dts: ti: k3-am64: Add general purpose timers
>   arm64: dts: ti: k3-am642-sk: Fix mmc1 pinmux
>   arm64: dts: ti: k3-am642-sk: Enable main_i2c0 and eeprom
>   arm64: dts: ti: k3-am642-sk: Describe main_uart1 pins
>   arm64: dts: ti: k3-am642-sk: Rename regulator node name
>   arm64: dts: ti: k3-am642-evm: Enable main_i2c0 and eeprom
>   arm64: dts: ti: k3-am642-evm: Describe main_uart1 pins
>   arm64: dts: ti: k3-am642-evm: Rename regulator node name
>   arm64: dts: ti: k3-am642-evm: Add VTT GPIO regulator for DDR
>   arm64: dts: ti: k3-am642-sk|evm: Drop bootargs, add aliases
> 
>  arch/arm64/boot/dts/ti/k3-am64-main.dtsi | 144 +++++++++++++++++++++++
>  arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi  |  45 +++++++
>  arch/arm64/boot/dts/ti/k3-am64.dtsi      |  16 ---
>  arch/arm64/boot/dts/ti/k3-am642-evm.dts  |  76 ++++++++++--
>  arch/arm64/boot/dts/ti/k3-am642-sk.dts   |  69 ++++++++---
>  5 files changed, 313 insertions(+), 37 deletions(-)
> 

for this series:

Reviewed-by: Roger Quadros <rogerq@kernel.org>
Raghavendra, Vignesh June 6, 2023, 5:14 p.m. UTC | #2
Hi Nishanth Menon,

On Fri, 14 Apr 2023 02:33:18 -0500, Nishanth Menon wrote:
> while attempting to cleanup u-boot, I noticed that u-boot had some
> additional nodes that were'nt in kernel.org, and this makes syncing the
> kernel.org patches back to u-boot hard.
> 
> So, sync the same.
> 
> Bootlogs: (SK and evm)
> https://gist.github.com/nmenon/6b09f55251225d3f3cce076c32a33bba
> 
> [...]

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

[01/10] arm64: dts: ti: k3-am64: Add general purpose timers
        commit: 9972b45776aba937d0db67f8080ec627a924f56e
[02/10] arm64: dts: ti: k3-am642-sk: Fix mmc1 pinmux
        commit: 744545ffec14f74f26f57828afa685f6f4eadd9e
[03/10] arm64: dts: ti: k3-am642-sk: Enable main_i2c0 and eeprom
        commit: 1d79ca01e62096e87686244cdf4864f338ccd200
[04/10] arm64: dts: ti: k3-am642-sk: Describe main_uart1 pins
        commit: c8da2f207168d2c93f7fa7bff92f6b395c342e4a
[05/10] arm64: dts: ti: k3-am642-sk: Rename regulator node name
        commit: 826b6679bd08694ad7a830eb30608c3e5a780941
[06/10] arm64: dts: ti: k3-am642-evm: Enable main_i2c0 and eeprom
        commit: cf3b25bc3cc0b66cfaae9614620228a5c2246ecb
[07/10] arm64: dts: ti: k3-am642-evm: Describe main_uart1 pins
        commit: e3e1d9ab65ebbd95907b6951637cd6809c69afc7
[08/10] arm64: dts: ti: k3-am642-evm: Rename regulator node name
        commit: 61ee5572075dfc16b480103763091b603cb06aa1
[09/10] arm64: dts: ti: k3-am642-evm: Add VTT GPIO regulator for DDR
        commit: aca16cefdd25cdcd284212f840b70b07101f2548
[10/10] arm64: dts: ti: k3-am642-sk|evm: Drop bootargs, add aliases
        commit: bb3d657872215942cf87dd194904a7543fce3cc4

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