diff options
author | Adam Ford <aford173@gmail.com> | 2017-10-31 13:42:13 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-11-28 07:04:44 -0800 |
commit | 3c18bbf3d11d2005da08b57ff26f44ff1c2b12d0 (patch) | |
tree | 2feef3e343d42c94d09f6da59fb95b571c42c3d7 /arch/arm/boot/dts/logicpd-som-lv.dtsi | |
parent | cf87634c8b24e24bf379b8c6807c8b0fb5f23567 (diff) | |
download | blackbird-obmc-linux-3c18bbf3d11d2005da08b57ff26f44ff1c2b12d0.tar.gz blackbird-obmc-linux-3c18bbf3d11d2005da08b57ff26f44ff1c2b12d0.zip |
ARM: dts: logicpd-som-lv: Fix gpmc addresses for NAND and enet
This patch fixes and issue where the NAND and GPMC based ethernet
controller stopped working. This also updates the GPMC settings
to be consistent with the Logic PD Torpedo development from the
commit listed above.
Fixes: 44e4716499b8 ("ARM: dts: omap3: Fix NAND device nodes")
Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/logicpd-som-lv.dtsi')
-rw-r--r-- | arch/arm/boot/dts/logicpd-som-lv.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/logicpd-som-lv.dtsi b/arch/arm/boot/dts/logicpd-som-lv.dtsi index 26cce4d18405..c5edc7fe4837 100644 --- a/arch/arm/boot/dts/logicpd-som-lv.dtsi +++ b/arch/arm/boot/dts/logicpd-som-lv.dtsi @@ -37,7 +37,7 @@ }; &gpmc { - ranges = <0 0 0x00000000 0x1000000>; /* CS0: 16MB for NAND */ + ranges = <0 0 0x30000000 0x1000000>; /* CS0: 16MB for NAND */ nand@0,0 { compatible = "ti,omap2-nand"; |