Commit ceffd104 authored by Thierry Reding's avatar Thierry Reding

ARM: tegra: Rename EMC on Tegra124

Rename the EMC node to external-memory-controller according to device
tree best practices.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 0cebea3a
...@@ -84,7 +84,7 @@ timing-924000000 { ...@@ -84,7 +84,7 @@ timing-924000000 {
}; };
}; };
emc@7001b000 { external-memory-controller@7001b000 {
emc-timings-1 { emc-timings-1 {
nvidia,ram-code = <1>; nvidia,ram-code = <1>;
......
...@@ -79,7 +79,7 @@ timing-924000000 { ...@@ -79,7 +79,7 @@ timing-924000000 {
}; };
}; };
emc@7001b000 { external-memory-controller@7001b000 {
emc-timings-3 { emc-timings-3 {
nvidia,ram-code = <3>; nvidia,ram-code = <3>;
......
...@@ -219,7 +219,7 @@ timing-792000000 { ...@@ -219,7 +219,7 @@ timing-792000000 {
}; };
}; };
emc@7001b000 { external-memory-controller@7001b000 {
emc-timings-1 { emc-timings-1 {
nvidia,ram-code = <1>; nvidia,ram-code = <1>;
......
...@@ -68,7 +68,7 @@ timing-792000000 { ...@@ -68,7 +68,7 @@ timing-792000000 {
}; };
}; };
emc@7001b000 { external-memory-controller@7001b000 {
emc-timings-1 { emc-timings-1 {
nvidia,ram-code = <1>; nvidia,ram-code = <1>;
......
...@@ -622,7 +622,7 @@ mc: memory-controller@70019000 { ...@@ -622,7 +622,7 @@ mc: memory-controller@70019000 {
#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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment