arm64: tegra: Add missing interconnects property for USB on Tegra186
authorThierry Reding <treding@nvidia.com>
Thu, 12 Aug 2021 14:17:12 +0000 (16:17 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 12 Aug 2021 14:20:52 +0000 (16:20 +0200)
The device tree node for the XUDC (USB device mode controller) is
missing the interconnects property that describes the path to memory for
the controller. Add the property so that the things like the DMA mask
can be set by the operating system.

Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra186.dtsi

index 5ac8424..e94f8ad 100644 (file)
                         <&bpmp TEGRA186_CLK_XUSB_CORE_SS>,
                         <&bpmp TEGRA186_CLK_XUSB_FS>;
                clock-names = "dev", "ss", "ss_src", "fs_src";
+               interconnects = <&mc TEGRA186_MEMORY_CLIENT_XUSB_DEVR &emc>,
+                               <&mc TEGRA186_MEMORY_CLIENT_XUSB_DEVW &emc>;
+               interconnect-names = "dma-mem", "write";
                iommus = <&smmu TEGRA186_SID_XUSB_DEV>;
                power-domains = <&bpmp TEGRA186_POWER_DOMAIN_XUSBB>,
                                <&bpmp TEGRA186_POWER_DOMAIN_XUSBA>;