mbox series

[GIT,PULL] arm64: tegra: Device tree fixes for v6.3-rc1

Message ID 20230302094213.3874449-1-thierry.reding@gmail.com
State New
Headers show
Series [GIT,PULL] arm64: tegra: Device tree fixes for v6.3-rc1 | expand

Pull-request

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

Message

Thierry Reding March 2, 2023, 9:42 a.m. UTC
Hi ARM SoC maintainers,

The following changes since commit 682e1c498ae793ad90587171c93c1f7ec87aa208:

  arm64: tegra: Drop I2C iommus and dma-coherent properties (2023-01-27 17:08:58 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 4bb54c2ce48ffb3a06133ac0fb4086f7b48d9109:

  arm64: tegra: Bump CBB ranges property on Tegra194 and Tegra234 (2023-03-02 10:35:11 +0100)

This single fix is also available in patchwork if you prefer to pick
this up as a standalone patch:

	http://patchwork.ozlabs.org/project/linux-tegra/patch/20230214140549.3340395-1-thierry.reding@gmail.com/

Thanks,
Thierry

----------------------------------------------------------------
arm64: tegra: Device tree fixes for v6.3-rc1

This contains a fix for the CBB bus' ranges property on Tegra194 and
Tegra234 that restores proper translation of PCI addresses.

----------------------------------------------------------------
Thierry Reding (1):
      arm64: tegra: Bump CBB ranges property on Tegra194 and Tegra234

 arch/arm64/boot/dts/nvidia/tegra194.dtsi | 2 +-
 arch/arm64/boot/dts/nvidia/tegra234.dtsi | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Jon Hunter March 16, 2023, 11:36 a.m. UTC | #1
Hi all,

On 02/03/2023 09:42, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 682e1c498ae793ad90587171c93c1f7ec87aa208:
> 
>    arm64: tegra: Drop I2C iommus and dma-coherent properties (2023-01-27 17:08:58 +0100)
> 
> are available in the Git repository at:
> 
>    git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.3-arm64-dt-fixes
> 
> for you to fetch changes up to 4bb54c2ce48ffb3a06133ac0fb4086f7b48d9109:
> 
>    arm64: tegra: Bump CBB ranges property on Tegra194 and Tegra234 (2023-03-02 10:35:11 +0100)
> 
> This single fix is also available in patchwork if you prefer to pick
> this up as a standalone patch:
> 
> 	http://patchwork.ozlabs.org/project/linux-tegra/patch/20230214140549.3340395-1-thierry.reding@gmail.com/
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> arm64: tegra: Device tree fixes for v6.3-rc1
> 
> This contains a fix for the CBB bus' ranges property on Tegra194 and
> Tegra234 that restores proper translation of PCI addresses.
> 
> ----------------------------------------------------------------
> Thierry Reding (1):
>        arm64: tegra: Bump CBB ranges property on Tegra194 and Tegra234
> 
>   arch/arm64/boot/dts/nvidia/tegra194.dtsi | 2 +-
>   arch/arm64/boot/dts/nvidia/tegra234.dtsi | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)



I have not seen this land in the mainline yet. If you already have this 
queued up for v6.3 then ignore this, but if not, please can we get this 
pulled in?

Thanks!
Jon