diff mbox

[1/4] ARM: dt: tegra{20,30}.dtsi: Rename "mc" to "memory-controller"

Message ID 1337233667-23770-1-git-send-email-hdoyu@nvidia.com
State Accepted, archived
Headers show

Commit Message

Hiroshi Doyu May 17, 2012, 5:47 a.m. UTC
Use a more plain english name.

Signed-off-by: Hiroshi DOYU <hdoyu@nvidia.com>
---
changelog: Add address postfix.
---
 arch/arm/boot/dts/tegra20.dtsi |    2 +-
 arch/arm/boot/dts/tegra30.dtsi |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Stephen Warren May 17, 2012, 4:34 p.m. UTC | #1
On 05/16/2012 11:47 PM, Hiroshi DOYU wrote:
> Use a more plain english name.
> 
> Signed-off-by: Hiroshi DOYU <hdoyu@nvidia.com>

Thanks. This series looks good. I'll apply it in Tegra's for-3.6 when I
start that.
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Stephen Warren June 4, 2012, 5:28 p.m. UTC | #2
On 05/16/2012 11:47 PM, Hiroshi DOYU wrote:
> Use a more plain english name.

Applied the series for 3.6, with a minor fixup to revert the addition of
the redundant unit address on the Tegra30 memory-controller node, since
there's only 1 node of that name there for now.

--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Stephen Warren June 4, 2012, 6:20 p.m. UTC | #3
On 06/04/2012 11:28 AM, Stephen Warren wrote:
> On 05/16/2012 11:47 PM, Hiroshi DOYU wrote:
>> Use a more plain english name.
> 
> Applied the series for 3.6, with a minor fixup to revert the addition of
> the redundant unit address on the Tegra30 memory-controller node, since
> there's only 1 node of that name there for now.

... and another fixup to rename the emc node in tegra-seaboard.dts as
well as tegra20.dtsi.

--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/boot/dts/tegra20.dtsi b/arch/arm/boot/dts/tegra20.dtsi
index 26f4299..77725bc 100644
--- a/arch/arm/boot/dts/tegra20.dtsi
+++ b/arch/arm/boot/dts/tegra20.dtsi
@@ -164,7 +164,7 @@ 
 		reg = <0x7000e400 0x400>;
 	};
 
-	mc {
+	memory-controller@0x7000f000 {
 		compatible = "nvidia,tegra20-mc";
 		reg = <0x7000f000 0x024
 		       0x7000f03c 0x3c4>;
diff --git a/arch/arm/boot/dts/tegra30.dtsi b/arch/arm/boot/dts/tegra30.dtsi
index 95fa6e3c..01bb1b4 100644
--- a/arch/arm/boot/dts/tegra30.dtsi
+++ b/arch/arm/boot/dts/tegra30.dtsi
@@ -167,7 +167,7 @@ 
 		reg = <0x7000e400 0x400>;
 	};
 
-	mc {
+	memory-controller@0x7000f000 {
 		compatible = "nvidia,tegra30-mc";
 		reg = <0x7000f000 0x010
 		       0x7000f03c 0x1b4