[PATCH v2 2/2] arm64: tegra: Add the GPU on Tegra194

Terje Bergstrom tbergstrom at nvidia.com
Mon Jul 20 13:29:03 EDT 2020


On 7/16/2020 7:33 AM, Thierry Reding wrote:
> diff --git a/arch/arm64/boot/dts/nvidia/tegra194.dtsi b/arch/arm64/boot/dts/nvidia/tegra194.dtsi
> index 98c366ab4aab..14da0793be69 100644
> --- a/arch/arm64/boot/dts/nvidia/tegra194.dtsi
> +++ b/arch/arm64/boot/dts/nvidia/tegra194.dtsi
> @@ -1395,6 +1395,39 @@ sor3: sor at 15bc0000 {
>   				nvidia,interface = <3>;
>   			};
>   		};
> +
> +		gpu at 17000000 {
> +			compatible = "nvidia,gv11b";
> +			reg = <0x17000000 0x10000000>,
> +			      <0x18000000 0x10000000>;

Hi,

I noticed a typo here. The sizes of the resources have one zero too 
many. Should be 0x1000000.

Terje




More information about the linux-arm-kernel mailing list