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
Родитель 0cebea3ab0
Коммит ceffd1040a
5 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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