diff options
author | Adam Ford <aford173@gmail.com> | 2016-10-21 17:12:31 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-11-08 02:21:10 +0300 |
commit | 271a3024db1f32ca34f504178fade6ef95cd6c9b (patch) | |
tree | e1eaecd9c2601b206b8595c7f8508f12d223f06b /arch/arm/boot/dts/logicpd-torpedo-som.dtsi | |
parent | 72bb40b8b7620f1390c84c10309a40e886bf449e (diff) | |
download | linux-271a3024db1f32ca34f504178fade6ef95cd6c9b.tar.xz |
ARM: dts: omap3: Fix memory node in Torpedo board
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>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/logicpd-torpedo-som.dtsi')
-rw-r--r-- | arch/arm/boot/dts/logicpd-torpedo-som.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/logicpd-torpedo-som.dtsi b/arch/arm/boot/dts/logicpd-torpedo-som.dtsi index 731ec37aed5b..8f9a69ca818c 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 { |