diff mbox

ARM: omap3: dts: Fix memory node in Torpedo board

Message ID 1477059151-2775-1-git-send-email-aford173@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Adam Ford Oct. 21, 2016, 2:12 p.m. UTC
From: Adam Ford <aford173@gmail.com>

Commit ("766a1fe78fc3 ARM: omap3: Add missing memory node") added
the memory node, but the patch didn't have the correct starting address.

This patch fixes the correct starting address.

Signed-off-by: Adam Ford <aford173@gmail.com>

Comments

Adam Ford Nov. 11, 2016, 12:39 p.m. UTC | #1
On Fri, Oct 21, 2016 at 9:12 AM,  <aford173@gmail.com> wrote:
> From: Adam Ford <aford173@gmail.com>
>

Tony,

Is there any way to add this into the 4.9-RCx series?

> Commit ("766a1fe78fc3 ARM: omap3: Add missing memory node") added
> the memory node, but the patch didn't have the correct starting address.
>
> This patch fixes the correct starting address.
>
> Signed-off-by: Adam Ford <aford173@gmail.com>
>
> diff --git a/arch/arm/boot/dts/logicpd-torpedo-som.dtsi b/arch/arm/boot/dts/logicpd-torpedo-som.dtsi
> index 731ec37..8f9a69c 100644
> --- a/arch/arm/boot/dts/logicpd-torpedo-som.dtsi
> +++ b/arch/arm/boot/dts/logicpd-torpedo-som.dtsi
> @@ -13,9 +13,9 @@
>                 };
>         };
>
> -       memory@0 {
> +       memory@80000000 {
>                 device_type = "memory";
> -               reg = <0 0>;
> +               reg = <0x80000000 0>;
>         };
>
>         leds {
> --
> 2.7.4
>
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Tony Lindgren Nov. 11, 2016, 3:11 p.m. UTC | #2
* Adam Ford <aford173@gmail.com> [161111 04:40]:
> On Fri, Oct 21, 2016 at 9:12 AM,  <aford173@gmail.com> wrote:
> > From: Adam Ford <aford173@gmail.com>
> >
> 
> Tony,
> 
> Is there any way to add this into the 4.9-RCx series?

Looks like I already have it in omap-for-v4.9/fixes, maybe
I forgot to reply to this thread sorry.

Regards,

Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" 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/logicpd-torpedo-som.dtsi b/arch/arm/boot/dts/logicpd-torpedo-som.dtsi
index 731ec37..8f9a69c 100644
--- a/arch/arm/boot/dts/logicpd-torpedo-som.dtsi
+++ b/arch/arm/boot/dts/logicpd-torpedo-som.dtsi
@@ -13,9 +13,9 @@ 
 		};
 	};
 
-	memory@0 {
+	memory@80000000 {
 		device_type = "memory";
-		reg = <0 0>;
+		reg = <0x80000000 0>;
 	};
 
 	leds {