ARM: tegra: Rename EMC on Tegra124

Rename the EMC node to external-memory-controller according to device
tree best practices.

Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Thierry Reding 2019-12-22 12:39:20 +01:00
parent 0cebea3ab0
commit ceffd1040a
5 changed files with 5 additions and 5 deletions

View File

@ -84,7 +84,7 @@
}; };
}; };
emc@7001b000 { external-memory-controller@7001b000 {
emc-timings-1 { emc-timings-1 {
nvidia,ram-code = <1>; nvidia,ram-code = <1>;

View File

@ -79,7 +79,7 @@
}; };
}; };
emc@7001b000 { external-memory-controller@7001b000 {
emc-timings-3 { emc-timings-3 {
nvidia,ram-code = <3>; nvidia,ram-code = <3>;

View File

@ -219,7 +219,7 @@
}; };
}; };
emc@7001b000 { external-memory-controller@7001b000 {
emc-timings-1 { emc-timings-1 {
nvidia,ram-code = <1>; nvidia,ram-code = <1>;

View File

@ -68,7 +68,7 @@
}; };
}; };
emc@7001b000 { external-memory-controller@7001b000 {
emc-timings-1 { emc-timings-1 {
nvidia,ram-code = <1>; nvidia,ram-code = <1>;

View File

@ -622,7 +622,7 @@
#iommu-cells = <1>; #iommu-cells = <1>;
}; };
emc: emc@7001b000 { emc: external-memory-controller@7001b000 {
compatible = "nvidia,tegra124-emc"; compatible = "nvidia,tegra124-emc";
reg = <0x0 0x7001b000 0x0 0x1000>; reg = <0x0 0x7001b000 0x0 0x1000>;
clocks = <&tegra_car TEGRA124_CLK_EMC>; clocks = <&tegra_car TEGRA124_CLK_EMC>;