[PATCH 3/3] arm: dts: k3-j721e: Move to OF_UPSTREAM

Robert Nelson robertcnelson at gmail.com
Wed Jul 24 00:51:17 CEST 2024


On Mon, May 20, 2024 at 8:44 AM Neha Malcom Francis <n-francis at ti.com> wrote:
>
> Move to using OF_UPSTREAM config and thus using the devicetree-rebasing
> subtree.
>
> Signed-off-by: Neha Malcom Francis <n-francis at ti.com>
> ---
>  arch/arm/dts/Makefile                         |    4 +-
>  arch/arm/dts/k3-j721e-binman.dtsi             |    2 +-
>  .../k3-j721e-common-proc-board-u-boot.dtsi    |   14 +-
>  arch/arm/dts/k3-j721e-common-proc-board.dts   |  976 ------
>  arch/arm/dts/k3-j721e-main.dtsi               | 2741 -----------------
>  arch/arm/dts/k3-j721e-mcu-wakeup.dtsi         |  681 ----
>  arch/arm/dts/k3-j721e-sk-u-boot.dtsi          |   20 +-
>  arch/arm/dts/k3-j721e-sk.dts                  | 1074 -------
>  arch/arm/dts/k3-j721e-som-p0.dtsi             |  446 ---
>  arch/arm/dts/k3-j721e-thermal.dtsi            |   75 -
>  arch/arm/dts/k3-j721e.dtsi                    |  176 --
>  configs/j721e_evm_a72_defconfig               |    5 +-
>  configs/j721e_sk_a72_defconfig                |    4 +-
>  13 files changed, 16 insertions(+), 6202 deletions(-)
>  delete mode 100644 arch/arm/dts/k3-j721e-common-proc-board.dts
>  delete mode 100644 arch/arm/dts/k3-j721e-main.dtsi
>  delete mode 100644 arch/arm/dts/k3-j721e-mcu-wakeup.dtsi
>  delete mode 100644 arch/arm/dts/k3-j721e-sk.dts
>  delete mode 100644 arch/arm/dts/k3-j721e-som-p0.dtsi
>  delete mode 100644 arch/arm/dts/k3-j721e-thermal.dtsi
>  delete mode 100644 arch/arm/dts/k3-j721e.dtsi

This commit cut a little too deep for j721e device's on v2024.10-rc1,
beagleboneai64 doesn't make it into U-Boot SPL..

```
git bisect start
git bisect good 3f772959501c99fbe5aa0b22a36efe3478d1ae1c
git bisect bad 123f6f75dfcb5f88d821e4eb91ddedfb7718d601
git bisect bad 005105b11cefe694dcd40572639973fbb9b31646
git bisect bad d8c213c9c7f827a9de0096bb4e5247c9a07bb248
git bisect bad bf3d5baa868a658d4625aaf177096751b8597891
git bisect good 4095df4634b4791d83cf86ad94e43b83057830f4
git bisect good c16aa668fd9fc8e98c74e19cd7cd95aef3873dbd
git bisect good 227be29df37545f74243a98c12a4a33c4160e3cd
git bisect good e9774afedd20bfe8a18b20a63010c1d18cd16cd7
git bisect good 54c93718b38c58160a018bb6a267a6b8b47469c4
git bisect good c9507f07a1d6c92bd1f73fd64384f8c5994be9c2
git bisect good 48639c705026b5556e60320aef01a94a9ee45be3
```

The real fix is to convert beagleboneai64 to of_upstream

It's a little fun, between eMMC re-flashes..

Regards,

-- 
Robert Nelson
https://rcn-ee.com/


More information about the U-Boot mailing list