mbox series

[GIT,PULL] arm64: tegra: Device tree fixes for v6.8

Message ID 20240226144536.1525704-1-thierry.reding@gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] arm64: tegra: Device tree fixes for v6.8 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.8-arm64-dt

Message

Thierry Reding Feb. 26, 2024, 2:45 p.m. UTC
Hi ARM SoC maintainers,

The following changes since commit 841c35169323cd833294798e58b9bf63fa4fa1de:

  Linux 6.8-rc4 (2024-02-11 12:18:13 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.8-arm64-dt

for you to fetch changes up to ff6bd76f4d997642ef390bffe42e93d6f7be87d3:

  arm64: tegra: Fix Tegra234 MGBE power-domains (2024-02-22 17:58:59 +0100)

Thanks,
Thierry

----------------------------------------------------------------
arm64: tegra: Device tree fixes for v6.8

This contains two fixes to make the MGBE Ethernet devices found on
Tegra234 work properly.

----------------------------------------------------------------
Jon Hunter (1):
      arm64: tegra: Fix Tegra234 MGBE power-domains

Thierry Reding (1):
      arm64: tegra: Set the correct PHY mode for MGBE

 arch/arm64/boot/dts/nvidia/tegra234-p3737-0000+p3701-0000.dts | 2 +-
 arch/arm64/boot/dts/nvidia/tegra234.dtsi                      | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

Comments

Thierry Reding Feb. 27, 2024, 1:19 p.m. UTC | #1
On Mon Feb 26, 2024 at 3:45 PM CET, Thierry Reding wrote:
> Hi ARM SoC maintainers,
>
> The following changes since commit 841c35169323cd833294798e58b9bf63fa4fa1de:
>
>   Linux 6.8-rc4 (2024-02-11 12:18:13 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.8-arm64-dt
>
> for you to fetch changes up to ff6bd76f4d997642ef390bffe42e93d6f7be87d3:
>
>   arm64: tegra: Fix Tegra234 MGBE power-domains (2024-02-22 17:58:59 +0100)
>
> Thanks,
> Thierry
>
> ----------------------------------------------------------------
> arm64: tegra: Device tree fixes for v6.8
>
> This contains two fixes to make the MGBE Ethernet devices found on
> Tegra234 work properly.
>
> ----------------------------------------------------------------
> Jon Hunter (1):
>       arm64: tegra: Fix Tegra234 MGBE power-domains
>
> Thierry Reding (1):
>       arm64: tegra: Set the correct PHY mode for MGBE
>
>  arch/arm64/boot/dts/nvidia/tegra234-p3737-0000+p3701-0000.dts | 2 +-
>  arch/arm64/boot/dts/nvidia/tegra234.dtsi                      | 6 +++---
>  2 files changed, 4 insertions(+), 4 deletions(-)

Sorry guys, I didn't spot this on the list and thought I hadn't sent
this out so I sent it a second time. Please ignore this, it's the exact
same PR as the one from last week.

Thierry