Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932454AbbGGP2f (ORCPT ); Tue, 7 Jul 2015 11:28:35 -0400 Received: from down.free-electrons.com ([37.187.137.238]:55266 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1757586AbbGGP1e (ORCPT ); Tue, 7 Jul 2015 11:27:34 -0400 From: Antoine Tenart To: sebastian.hesselbarth@gmail.com, ezequiel.garcia@free-electrons.com, dwmw2@infradead.org, computersforpeace@gmail.com Cc: Antoine Tenart , boris.brezillon@free-electrons.com, zmxu@marvell.com, jszhang@marvell.com, linux-arm-kernel@lists.infradead.org, linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 6/7] ARM: berlin: add BG2Q node for the nand Date: Tue, 7 Jul 2015 17:27:26 +0200 Message-Id: <1436282847-21137-7-git-send-email-antoine.tenart@free-electrons.com> X-Mailer: git-send-email 2.4.5 In-Reply-To: <1436282847-21137-1-git-send-email-antoine.tenart@free-electrons.com> References: <1436282847-21137-1-git-send-email-antoine.tenart@free-electrons.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1234 Lines: 42 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 --- 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 63a48490e2f9..aeb2a68302ae 100644 --- a/arch/arm/boot/dts/berlin2q.dtsi +++ b/arch/arm/boot/dts/berlin2q.dtsi @@ -477,6 +477,19 @@ status = "disabled"; }; + nand0: nand@f00000 { + compatible = "marvell,berlin2-nand"; + reg = <0xf00000 0x10000>; + interrupts = ; + clocks = <&chip_clk CLKID_NFC>, + <&chip_clk CLKID_NFC_ECC>; + clock-names = "nfc", "ecc"; + + #address-cells = <1>; + + status = "disabled"; + }; + apb@fc0000 { compatible = "simple-bus"; #address-cells = <1>; -- 2.4.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/