mbox series

[GIT,PULL,3/6] dt-bindings: Changes for v6.5-rc1

Message ID 20230609193620.2275240-3-thierry.reding@gmail.com
State Accepted
Headers show
Series [GIT,PULL,1/6] soc/tegra: Changes for v6.5-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.5-dt-bindings

Message

Thierry Reding June 9, 2023, 7:36 p.m. UTC
Hi ARM SoC maintainers,

The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.5-dt-bindings

for you to fetch changes up to 5f027147e4796e9fc11083b2ad50a91c1ac36ede:

  dt-bindings: tegra: Document Jetson Orin Nano Developer Kit (2023-06-06 14:39:20 +0200)

Thanks,
Thierry

----------------------------------------------------------------
dt-bindings: Changes for v6.5-rc1

Several new modules and devices are documented and fixes incorporated
for the Tegra234 GPIO controller pin mappings as well as the possible
Tegra XUDC PHY connections.

----------------------------------------------------------------
Prathamesh Shete (1):
      dt-bindings: gpio: Remove FSI domain ports on Tegra234

Shubhi Garg (1):
      dt-bindings: tegra: Document compatible for IGX

Sumit Gupta (1):
      dt-bindings: tegra: Add ICC IDs for dummy memory clients

Thierry Reding (3):
      dt-bindings: usb: tegra-xudc: Remove extraneous PHYs
      dt-bindings: tegra: Document Jetson Orin Nano
      dt-bindings: tegra: Document Jetson Orin Nano Developer Kit

 Documentation/devicetree/bindings/arm/tegra.yaml     | 14 ++++++++++++++
 .../devicetree/bindings/usb/nvidia,tegra-xudc.yaml   |  7 +------
 include/dt-bindings/gpio/tegra234-gpio.h             | 20 ++++++++------------
 include/dt-bindings/memory/tegra234-mc.h             |  5 +++++
 4 files changed, 28 insertions(+), 18 deletions(-)

Comments

Thierry Reding June 14, 2023, 9:27 a.m. UTC | #1
On Fri, Jun 09, 2023 at 09:36:17PM +0200, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:
> 
>   Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.5-dt-bindings
> 
> for you to fetch changes up to 5f027147e4796e9fc11083b2ad50a91c1ac36ede:
> 
>   dt-bindings: tegra: Document Jetson Orin Nano Developer Kit (2023-06-06 14:39:20 +0200)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> dt-bindings: Changes for v6.5-rc1
> 
> Several new modules and devices are documented and fixes incorporated
> for the Tegra234 GPIO controller pin mappings as well as the possible
> Tegra XUDC PHY connections.
> 
> ----------------------------------------------------------------
> Prathamesh Shete (1):
>       dt-bindings: gpio: Remove FSI domain ports on Tegra234

Hi Arnd, Olof,

turns out that this patch in particular is more problematic than
initially thought and is causing issues for various distributions.

I think we want to back out this one patch and replace it by a version
that simply removes the wrong FSI ports without renumbering the
subsequent ones.

The tegra-for-6.5-memory and tegra-for-6.5-arm64-dt tags are based on an
earlier point of the dt-bindings branch, so it should be fine to pull
those in irrespective of this.

Thierry