Skip to content

Commit 2150467

Browse files
jonhunterarndb
authored andcommitted
Revert "arm64: tegra: Add interconnect properties for Tegra210"
Commit 59a42707a094 ("arm64: tegra: Add interconnect properties for Tegra210") populated interconnect properties for Tegra210 and this is preventing the Tegra DRM driver from probing successfully. The following error is observed on boot ... drm drm: failed to initialize 54240000.dc: -517 For now revert this change, until a fix is available. Fixes: 59a42707a094 ("arm64: tegra: Add interconnect properties for Tegra210") Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Acked-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent 0f61b18 commit 2150467

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

arch/arm64/boot/dts/nvidia/tegra210.dtsi

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -202,19 +202,6 @@
202202

203203
nvidia,outputs = <&dsia &dsib &sor0 &sor1>;
204204
nvidia,head = <0>;
205-
206-
interconnects = <&mc TEGRA210_MC_DISPLAY0A &emc>,
207-
<&mc TEGRA210_MC_DISPLAY0B &emc>,
208-
<&mc TEGRA210_MC_DISPLAY0C &emc>,
209-
<&mc TEGRA210_MC_DISPLAYHC &emc>,
210-
<&mc TEGRA210_MC_DISPLAYD &emc>,
211-
<&mc TEGRA210_MC_DISPLAYT &emc>;
212-
interconnect-names = "wina",
213-
"winb",
214-
"winc",
215-
"cursor",
216-
"wind",
217-
"wint";
218205
};
219206

220207
dc@54240000 {
@@ -230,15 +217,6 @@
230217

231218
nvidia,outputs = <&dsia &dsib &sor0 &sor1>;
232219
nvidia,head = <1>;
233-
234-
interconnects = <&mc TEGRA210_MC_DISPLAY0AB &emc>,
235-
<&mc TEGRA210_MC_DISPLAY0BB &emc>,
236-
<&mc TEGRA210_MC_DISPLAY0CB &emc>,
237-
<&mc TEGRA210_MC_DISPLAYHCB &emc>;
238-
interconnect-names = "wina",
239-
"winb",
240-
"winc",
241-
"cursor";
242220
};
243221

244222
dsia: dsi@54300000 {
@@ -1052,7 +1030,6 @@
10521030

10531031
#iommu-cells = <1>;
10541032
#reset-cells = <1>;
1055-
#interconnect-cells = <1>;
10561033
};
10571034

10581035
emc: external-memory-controller@7001b000 {
@@ -1066,7 +1043,6 @@
10661043
nvidia,memory-controller = <&mc>;
10671044
operating-points-v2 = <&emc_icc_dvfs_opp_table>;
10681045

1069-
#interconnect-cells = <0>;
10701046
#cooling-cells = <2>;
10711047
};
10721048

0 commit comments

Comments
 (0)