Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bbfc33bd authored by Stephen Warren's avatar Stephen Warren Committed by Olof Johansson
Browse files

ARM: tegra: fix invalid unit-address in tegra*.dtsi



Unit addresses, whilst written in hex, don't contain a 0x prefix.

Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
Reviewed-by: default avatarThierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 823bba8f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -539,7 +539,7 @@
		nvidia,invert-interrupt;
	};

	memory-controller@0x7000f400 {
	memory-controller@7000f400 {
		emc-table@190000 {
			reg = <190000>;
			compatible = "nvidia,tegra20-emc-table";
+2 −2
Original line number Diff line number Diff line
@@ -170,7 +170,7 @@
		reg = <0x7000e400 0x400>;
	};

	memory-controller@0x7000f000 {
	memory-controller@7000f000 {
		compatible = "nvidia,tegra20-mc";
		reg = <0x7000f000 0x024
		       0x7000f03c 0x3c4>;
@@ -183,7 +183,7 @@
		       0x58000000 0x02000000>;	/* GART aperture */
	};

	memory-controller@0x7000f400 {
	memory-controller@7000f400 {
		compatible = "nvidia,tegra20-emc";
		reg = <0x7000f400 0x200>;
		#address-cells = <1>;