lkml.org 
[lkml]   [2015]   [Apr]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v4 09/10] ARM: berlin: add BG2Q node for the nand
    Date
    Add a node describing the nand controller of the Marvell Berlin BG2Q
    SoC. It uses the pxa3xx nand driver, with a dedicated compatible.

    Also add the corresponding pinmuxing configuration.

    Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
    ---
    arch/arm/boot/dts/berlin2q.dtsi | 13 +++++++++++++
    1 file changed, 13 insertions(+)

    diff --git a/arch/arm/boot/dts/berlin2q.dtsi b/arch/arm/boot/dts/berlin2q.dtsi
    index be5397288d24..aeb3a0ea0540 100644
    --- a/arch/arm/boot/dts/berlin2q.dtsi
    +++ b/arch/arm/boot/dts/berlin2q.dtsi
    @@ -437,6 +437,19 @@
    status = "disabled";
    };

    + nand0: nand@f00000 {
    + compatible = "marvell,berlin2-nand";
    + reg = <0xf00000 0x10000>;
    + interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
    + clocks = <&chip CLKID_NFC>,
    + <&chip CLKID_NFC_ECC>;
    + clock-names = "nfc", "ecc";
    +
    + #address-cells = <1>;
    +
    + status = "disabled";
    + };
    +
    apb@fc0000 {
    compatible = "simple-bus";
    #address-cells = <1>;
    --
    2.3.5


    \
     
     \ /
      Last update: 2015-04-15 20:01    [W:6.124 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site