Skip to content

Commit

Permalink
ARM: tegra: Add interconnect properties to Tegra124 device-tree
Browse files Browse the repository at this point in the history
Add interconnect properties to the Memory Controller, External Memory
Controller and the Display Controller nodes in order to describe hardware
interconnection.

Signed-off-by: Dmitry Osipenko <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
  • Loading branch information
digetx authored and thierryreding committed Nov 26, 2020
1 parent 69ea8fa commit 5cf0cdb
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions arch/arm/boot/dts/tegra124.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,19 @@
iommus = <&mc TEGRA_SWGROUP_DC>;

nvidia,head = <0>;

interconnects = <&mc TEGRA124_MC_DISPLAY0A &emc>,
<&mc TEGRA124_MC_DISPLAY0B &emc>,
<&mc TEGRA124_MC_DISPLAY0C &emc>,
<&mc TEGRA124_MC_DISPLAYHC &emc>,
<&mc TEGRA124_MC_DISPLAYD &emc>,
<&mc TEGRA124_MC_DISPLAYT &emc>;
interconnect-names = "wina",
"winb",
"winc",
"cursor",
"wind",
"wint";
};

dc@54240000 {
Expand All @@ -127,6 +140,15 @@
iommus = <&mc TEGRA_SWGROUP_DCB>;

nvidia,head = <1>;

interconnects = <&mc TEGRA124_MC_DISPLAY0AB &emc>,
<&mc TEGRA124_MC_DISPLAY0BB &emc>,
<&mc TEGRA124_MC_DISPLAY0CB &emc>,
<&mc TEGRA124_MC_DISPLAYHCB &emc>;
interconnect-names = "wina",
"winb",
"winc",
"cursor";
};

hdmi: hdmi@54280000 {
Expand Down Expand Up @@ -628,6 +650,7 @@

#iommu-cells = <1>;
#reset-cells = <1>;
#interconnect-cells = <1>;
};

emc: external-memory-controller@7001b000 {
Expand All @@ -637,6 +660,8 @@
clock-names = "emc";

nvidia,memory-controller = <&mc>;

#interconnect-cells = <0>;
};

sata@70020000 {
Expand Down

0 comments on commit 5cf0cdb

Please sign in to comment.