07 Sep, 2016

1 commit

  • Remove skeleton.dtsi from the common ARM Cortex-M dtsi. This will allow
    us to remove skeleton.dtsi on a per platform basis and get rid of the
    unit address warning on the memory nodes without getting duplicate memory
    nodes.

    See 3ebee5a2e141 ("arm64: dts: kill skeleton.dtsi") for additional
    reasons not to use the skeleton.dtsi.

    Signed-off-by: Joachim Eastwood
    Acked-by: Rob Herring
    Acked-by: Vladimir Murzin
    Acked-by: Stefan Agner
    Acked-by: Uwe Kleine-König
    Acked-by: Alexandre TORGUE

    Joachim Eastwood
     

26 Apr, 2016

1 commit

  • Application Notes 385 and 386 shares the same memory map and features
    except the CPU is used. AN385 is supplied with Cortex-M3 CPU and AN386
    is supplied with Cortex-M4.

    Reviewed-by: Linus Walleij
    Signed-off-by: Vladimir Murzin
    Signed-off-by: Sudeep Holla

    Vladimir Murzin