lkml.org 
[lkml]   [2018]   [Jan]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH AUTOSEL for 4.14 006/100] ARM: dts: logicpd-som-lv: Fix gpmc addresses for NAND and enet
    Date
    From: Adam Ford <aford173@gmail.com>

    [ Upstream commit 3c18bbf3d11d2005da08b57ff26f44ff1c2b12d0 ]

    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>
    Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
    ---
    arch/arm/boot/dts/logicpd-som-lv-37xx-devkit.dts | 3 ++-
    arch/arm/boot/dts/logicpd-som-lv.dtsi | 2 +-
    2 files changed, 3 insertions(+), 2 deletions(-)

    diff --git a/arch/arm/boot/dts/logicpd-som-lv-37xx-devkit.dts b/arch/arm/boot/dts/logicpd-som-lv-37xx-devkit.dts
    index 38faa90007d7..2fa5eb4bd402 100644
    --- a/arch/arm/boot/dts/logicpd-som-lv-37xx-devkit.dts
    +++ b/arch/arm/boot/dts/logicpd-som-lv-37xx-devkit.dts
    @@ -72,7 +72,8 @@
    };

    &gpmc {
    - ranges = <1 0 0x08000000 0x1000000>; /* CS1: 16MB for LAN9221 */
    + ranges = <0 0 0x30000000 0x1000000 /* CS0: 16MB for NAND */
    + 1 0 0x2c000000 0x1000000>; /* CS1: 16MB for LAN9221 */

    ethernet@gpmc {
    pinctrl-names = "default";
    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";
    --
    2.11.0
    \
     
     \ /
      Last update: 2018-01-29 00:19    [W:2.141 / U:0.048 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site