public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Andrew Davis <afd@ti.com>
To: Simon Glass <sjg@chromium.org>, Tom Rini <trini@konsulko.com>,
	Nishanth Menon <nm@ti.com>, Vignesh Raghavendra <vigneshr@ti.com>,
	<u-boot@lists.denx.de>
Cc: Andrew Davis <afd@ti.com>
Subject: [PATCH 00/17] Sync TI Device Trees with Linux v6.3-rc6
Date: Tue, 11 Apr 2023 13:24:53 -0500	[thread overview]
Message-ID: <20230411182510.22158-1-afd@ti.com> (raw)

Hello all,

Some of the Device Tree files in U-Boot have become out of sync with
the ones in the Linux kernel tree. To start fixing this, make some
of the more trivial changes for the non-K3 TI SoC based devices.

The first 9 patches just update the comment headers which should
be completely safe and helps make later syncs look less busy.

Next 2 update AM3x/AM4x pinmux to new macros, also should make
no functional change to the boards.

Next 5 are also intended to be non-functional but never hurts to
get a round of additional testing from folks with these boards
to be sure.

Last change is the only functional change, it fixes boot on DRA7-EVMs.

Thanks,
Andrew

Andrew Davis (17):
  arm: dts: am3x: Update devicetree header comments to sync with
    v6.3-rc6
  arm: dts: am43x: Update devicetree header comments to sync with
    v6.3-rc6
  arm: dts: am57x: Update devicetree header comments to sync with
    v6.3-rc6
  arm: dts: dm8x: Update devicetree header comments to sync with
    v6.3-rc6
  arm: dts: dra7x: Update devicetree header comments to sync with
    v6.3-rc6
  arm: dts: omap3x: Update devicetree header comments to sync with
    v6.3-rc6
  arm: dts: omap4x: Update devicetree header comments to sync with
    v6.3-rc6
  arm: dts: omap5x: Update devicetree header comments to sync with
    v6.3-rc6
  arm: dts: keystone: Update devicetree header comments to sync with
    v6.3-rc6
  arm: dts: am3x: Update IOPAD to PADCONF to sync with v6.3-rc6
  arm: dts: am437x: Update to IOPAD to sync with v6.3-rc6
  arm: dts: am3x: Non-functional changes sync with v6.3-rc6
  arm: dts: dra7x: Non-functional changes sync with v6.3-rc6
  arm: dts: dm8x: Non-functional changes sync with v6.3-rc6
  arm: dts: omap: Non-functional changes sync with v6.3-rc6
  arm: dts: keystone: Non-functional changes sync with v6.3-rc6
  Revert "arm: dts: dra7*/am57xx-idk-evm-u-boot: Add ipu early boot DT
    changes"

 arch/arm/dts/am335x-base0033.dts              |  53 ++-
 arch/arm/dts/am335x-bone-common.dtsi          |   1 -
 arch/arm/dts/am335x-boneblack-hdmi.dtsi       |   7 +-
 arch/arm/dts/am335x-boneblack-wireless.dts    |   2 +-
 arch/arm/dts/am335x-boneblack.dts             |   4 +
 arch/arm/dts/am335x-boneblue.dts              |   2 +-
 arch/arm/dts/am335x-bonegreen-wireless.dts    |   2 +-
 arch/arm/dts/am335x-chiliboard.dts            |  73 ++--
 arch/arm/dts/am335x-chilisom.dtsi             |  41 +-
 arch/arm/dts/am335x-evm.dts                   | 265 ++++++-------
 arch/arm/dts/am335x-evmsk.dts                 | 321 ++++++++--------
 arch/arm/dts/am335x-guardian.dts              |  12 +-
 arch/arm/dts/am335x-icev2.dts                 | 254 +++++++------
 arch/arm/dts/am335x-igep0033.dtsi             |  49 ++-
 arch/arm/dts/am335x-osd335x-common.dtsi       |   6 +-
 arch/arm/dts/am335x-pdu001.dts                | 174 ++++-----
 arch/arm/dts/am335x-phycore-som.dtsi          |  86 ++---
 arch/arm/dts/am335x-pocketbeagle.dts          |  64 ++--
 arch/arm/dts/am335x-pxm2.dtsi                 |   2 +-
 arch/arm/dts/am335x-regor.dtsi                |  80 ++--
 arch/arm/dts/am335x-rut.dts                   |   2 +-
 .../dts/am335x-sancloud-bbe-extended-wifi.dts |   2 +-
 arch/arm/dts/am335x-shc.dts                   | 240 ++++++------
 arch/arm/dts/am335x-sl50.dts                  | 151 ++++----
 arch/arm/dts/am335x-wega-rdk.dts              |   6 +-
 arch/arm/dts/am335x-wega.dtsi                 |  90 ++---
 arch/arm/dts/am33xx-clocks.dtsi               | 169 ++++-----
 arch/arm/dts/am33xx-l4.dtsi                   |  10 +-
 arch/arm/dts/am33xx.dtsi                      |  19 +-
 arch/arm/dts/am3517-evm-ui.dtsi               |  28 +-
 arch/arm/dts/am3517-evm.dts                   |  36 +-
 arch/arm/dts/am3517.dtsi                      |   9 +-
 arch/arm/dts/am35xx-clocks.dtsi               |   5 +-
 arch/arm/dts/am4372.dtsi                      |   7 +-
 arch/arm/dts/am437x-gp-evm.dts                | 322 ++++++++--------
 arch/arm/dts/am437x-idk-evm.dts               |   7 +-
 arch/arm/dts/am437x-sk-evm.dts                | 297 ++++++++-------
 arch/arm/dts/am43x-epos-evm.dts               |   7 +-
 arch/arm/dts/am43xx-clocks.dtsi               |   5 +-
 arch/arm/dts/am571x-idk.dts                   |  13 +-
 arch/arm/dts/am5729-beagleboneai.dts          |   1 +
 arch/arm/dts/am572x-idk-common.dtsi           |  10 +-
 arch/arm/dts/am572x-idk.dts                   |   7 +-
 arch/arm/dts/am574x-idk.dts                   |   2 +-
 arch/arm/dts/am57xx-beagle-x15-common.dtsi    |  15 +-
 arch/arm/dts/am57xx-beagle-x15-revb1.dts      |   7 +-
 arch/arm/dts/am57xx-beagle-x15-revc.dts       |   7 +-
 arch/arm/dts/am57xx-beagle-x15.dts            |   7 +-
 arch/arm/dts/am57xx-idk-common-u-boot.dtsi    |   1 -
 arch/arm/dts/am57xx-idk-common.dtsi           |  11 +-
 arch/arm/dts/da850-evm.dts                    |  27 +-
 arch/arm/dts/da850-lcdk.dts                   |   3 +-
 arch/arm/dts/da850-lego-ev3.dts               |   8 +-
 arch/arm/dts/da850.dtsi                       |  24 +-
 arch/arm/dts/dm8168-evm.dts                   |  16 +-
 arch/arm/dts/dm816x-clocks.dtsi               |   6 +-
 arch/arm/dts/dm816x.dtsi                      |  23 +-
 arch/arm/dts/dra7-dspeve-thermal.dtsi         |   7 +-
 arch/arm/dts/dra7-evm-common.dtsi             |  19 +-
 arch/arm/dts/dra7-evm-u-boot.dtsi             |   1 -
 arch/arm/dts/dra7-evm.dts                     |  11 +-
 arch/arm/dts/dra7-iva-thermal.dtsi            |   7 +-
 arch/arm/dts/dra7-mmc-iodelay.dtsi            |   2 +-
 arch/arm/dts/dra7.dtsi                        |  22 +-
 arch/arm/dts/dra71-evm-u-boot.dtsi            |   1 -
 arch/arm/dts/dra71-evm.dts                    |   9 +-
 arch/arm/dts/dra72-evm-common.dtsi            |  21 +-
 arch/arm/dts/dra72-evm-revc-u-boot.dtsi       |   1 -
 arch/arm/dts/dra72-evm-revc.dts               |   7 +-
 arch/arm/dts/dra72-evm-tps65917.dtsi          |   9 +-
 arch/arm/dts/dra72-evm.dts                    |   7 +-
 arch/arm/dts/dra72x-mmc-iodelay.dtsi          |  12 +-
 arch/arm/dts/dra72x.dtsi                      |  12 +-
 arch/arm/dts/dra74x-mmc-iodelay.dtsi          |  12 +-
 arch/arm/dts/dra74x.dtsi                      |  14 +-
 arch/arm/dts/dra76-evm-u-boot.dtsi            |   1 -
 arch/arm/dts/dra76-evm.dts                    |  11 +-
 arch/arm/dts/dra76x.dtsi                      |   7 +-
 arch/arm/dts/dra7xx-clocks.dtsi               | 357 +++++++++---------
 arch/arm/dts/keystone-clocks.dtsi             |  59 ++-
 arch/arm/dts/keystone-k2e-clocks.dtsi         |  15 +-
 arch/arm/dts/keystone-k2e-evm.dts             |  11 +-
 arch/arm/dts/keystone-k2e-netcp.dtsi          |  33 +-
 arch/arm/dts/keystone-k2e.dtsi                |  17 +-
 arch/arm/dts/keystone-k2g-evm.dts             |  11 +-
 arch/arm/dts/keystone-k2g-ice.dts             |   4 +-
 arch/arm/dts/keystone-k2g-netcp.dtsi          |  25 +-
 arch/arm/dts/keystone-k2g.dtsi                |   9 +-
 arch/arm/dts/keystone-k2hk-clocks.dtsi        |  81 ++--
 arch/arm/dts/keystone-k2hk-evm.dts            |  17 +-
 arch/arm/dts/keystone-k2hk-netcp.dtsi         |  21 +-
 arch/arm/dts/keystone-k2hk.dtsi               |   7 +-
 arch/arm/dts/keystone-k2l-clocks.dtsi         |  51 ++-
 arch/arm/dts/keystone-k2l-evm.dts             |   9 +-
 arch/arm/dts/keystone-k2l-netcp.dtsi          |  26 +-
 arch/arm/dts/keystone-k2l.dtsi                |  19 +-
 arch/arm/dts/keystone.dtsi                    |  21 +-
 arch/arm/dts/omap-gpmc-smsc911x.dtsi          |   6 +-
 arch/arm/dts/omap-gpmc-smsc9221.dtsi          |   7 +-
 arch/arm/dts/omap3-beagle-xm-ab.dts           |   7 +-
 arch/arm/dts/omap3-beagle-xm.dts              |  19 +-
 arch/arm/dts/omap3-beagle.dts                 |  13 +-
 arch/arm/dts/omap3-cpu-thermal.dtsi           |   9 +-
 arch/arm/dts/omap3-evm-37xx.dts               |   9 +-
 arch/arm/dts/omap3-evm-processor-common.dtsi  |   2 +-
 arch/arm/dts/omap3-evm.dts                    |   9 +-
 arch/arm/dts/omap3-igep.dtsi                  |   9 +-
 arch/arm/dts/omap3-igep0020-common.dtsi       |   7 +-
 arch/arm/dts/omap3-igep0020.dts               |   7 +-
 arch/arm/dts/omap3.dtsi                       |   9 +-
 arch/arm/dts/omap34xx-omap36xx-clocks.dtsi    |   5 +-
 arch/arm/dts/omap34xx.dtsi                    |   7 +-
 ...map36xx-am35xx-omap3430es2plus-clocks.dtsi |   5 +-
 arch/arm/dts/omap36xx-clocks.dtsi             |   5 +-
 .../dts/omap36xx-omap3430es2plus-clocks.dtsi  |   5 +-
 arch/arm/dts/omap36xx.dtsi                    |   7 +-
 arch/arm/dts/omap3xxx-clocks.dtsi             |   5 +-
 arch/arm/dts/omap4-cpu-thermal.dtsi           |  31 +-
 arch/arm/dts/omap4-l4.dtsi                    |   4 +-
 arch/arm/dts/omap4-panda-common.dtsi          |   8 +-
 arch/arm/dts/omap4-panda-es.dts               |   6 +-
 arch/arm/dts/omap4-panda.dts                  |   2 +-
 arch/arm/dts/omap4-sdp-es23plus.dts           |   2 +-
 arch/arm/dts/omap4-sdp.dts                    |  38 +-
 arch/arm/dts/omap4.dtsi                       |  12 +-
 arch/arm/dts/omap443x-clocks.dtsi             |   1 +
 arch/arm/dts/omap443x.dtsi                    |   7 +-
 arch/arm/dts/omap4460.dtsi                    |   7 +-
 arch/arm/dts/omap5-board-common.dtsi          |   4 +-
 arch/arm/dts/omap5-core-thermal.dtsi          |   7 +-
 arch/arm/dts/omap5-gpu-thermal.dtsi           |   7 +-
 arch/arm/dts/omap5-l4.dtsi                    |   8 +-
 arch/arm/dts/omap5-uevm.dts                   |   4 +-
 arch/arm/dts/omap5.dtsi                       |   2 +-
 arch/arm/dts/omap54xx-clocks.dtsi             |   2 +-
 135 files changed, 2065 insertions(+), 2323 deletions(-)

-- 
2.39.2


             reply	other threads:[~2023-04-11 18:27 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-11 18:24 Andrew Davis [this message]
2023-04-11 18:24 ` [PATCH 01/17] arm: dts: am3x: Update devicetree header comments to sync with v6.3-rc6 Andrew Davis
2023-04-24 22:11   ` Tom Rini
2023-04-11 18:24 ` [PATCH 02/17] arm: dts: am43x: " Andrew Davis
2023-04-11 18:24 ` [PATCH 03/17] arm: dts: am57x: " Andrew Davis
2023-04-11 18:24 ` [PATCH 04/17] arm: dts: dm8x: " Andrew Davis
2023-04-11 18:24 ` [PATCH 05/17] arm: dts: dra7x: " Andrew Davis
2023-04-11 18:24 ` [PATCH 06/17] arm: dts: omap3x: " Andrew Davis
2023-04-11 18:25 ` [PATCH 07/17] arm: dts: omap4x: " Andrew Davis
2023-04-11 18:25 ` [PATCH 08/17] arm: dts: omap5x: " Andrew Davis
2023-04-11 18:25 ` [PATCH 09/17] arm: dts: keystone: " Andrew Davis
2023-04-11 18:25 ` [PATCH 10/17] arm: dts: am3x: Update IOPAD to PADCONF " Andrew Davis
2023-04-11 18:25 ` [PATCH 11/17] arm: dts: am437x: Update to IOPAD " Andrew Davis
2023-04-11 18:25 ` [PATCH 12/17] arm: dts: am3x: Non-functional changes " Andrew Davis
2023-04-11 18:25 ` [PATCH 13/17] arm: dts: dra7x: " Andrew Davis
2023-04-11 18:25 ` [PATCH 14/17] arm: dts: dm8x: " Andrew Davis
2023-04-11 18:25 ` [PATCH 15/17] arm: dts: omap: " Andrew Davis
2023-04-11 18:25 ` [PATCH 16/17] arm: dts: keystone: " Andrew Davis
2023-04-11 18:25 ` [PATCH 17/17] Revert "arm: dts: dra7*/am57xx-idk-evm-u-boot: Add ipu early boot DT changes" Andrew Davis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230411182510.22158-1-afd@ti.com \
    --to=afd@ti.com \
    --cc=nm@ti.com \
    --cc=sjg@chromium.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=vigneshr@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox