Commit f9eb26a4 authored by Stephen Warren's avatar Stephen Warren
Browse files

ARM: dt: tegra: remove unnecessary unit addresses



DT node names only need to include the unit address if it's required to
make the node name unique. Remove the unnecessary unit addresses.

Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
Acked-by: default avatarOlof Johansson <olof@lixom.net>
parent 95decf84
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
		reg = <0x80000000 0x40000000>;
	};

	pinmux@70000000 {
	pinmux {
		pinctrl-names = "default";
		pinctrl-0 = <&state_default>;

@@ -156,7 +156,7 @@
		support-8bit;
	};

	ahub@70080000 {
	ahub {
		i2s@70080300 {
			status = "disable";
		};
+3 −3
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@
	model = "NVIDIA Tegra2 Harmony evaluation board";
	compatible = "nvidia,harmony", "nvidia,tegra20";

	memory@0 {
	memory {
		reg = <0x00000000 0x40000000>;
	};

	pinmux@70000000 {
	pinmux {
		pinctrl-names = "default";
		pinctrl-0 = <&state_default>;

@@ -234,7 +234,7 @@
		};
	};

	pmc@7000f400 {
	pmc {
		nvidia,invert-interrupt;
	};

+3 −3
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@
	model = "Toshiba AC100 / Dynabook AZ";
	compatible = "compal,paz00", "nvidia,tegra20";

	memory@0 {
	memory {
		reg = <0x00000000 0x20000000>;
	};

	pinmux@70000000 {
	pinmux {
		pinctrl-names = "default";
		pinctrl-0 = <&state_default>;

@@ -245,7 +245,7 @@
		status = "disable";
	};

	nvec@7000c500 {
	nvec {
		#address-cells = <1>;
		#size-cells = <0>;
		compatible = "nvidia,nvec";
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
		reg = <0x00000000 0x40000000>;
	};

	pinmux@70000000 {
	pinmux {
		pinctrl-names = "default";
		pinctrl-0 = <&state_default>;

@@ -411,7 +411,7 @@
		};
	};

	emc@7000f400 {
	emc {
		emc-table@190000 {
			reg = <190000>;
			compatible = "nvidia,tegra20-emc-table";
+2 −2
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@
	model = "Compulab TrimSlice board";
	compatible = "compulab,trimslice", "nvidia,tegra20";

	memory@0 {
	memory {
		reg = <0x00000000 0x40000000>;
	};

	pinmux@70000000 {
	pinmux {
		pinctrl-names = "default";
		pinctrl-0 = <&state_default>;

Loading