Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755069AbbG3KXl (ORCPT ); Thu, 30 Jul 2015 06:23:41 -0400 Received: from eusmtp01.atmel.com ([212.144.249.243]:8881 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751177AbbG3KXk (ORCPT ); Thu, 30 Jul 2015 06:23:40 -0400 Message-ID: <55B9FAE9.3030906@atmel.com> Date: Thu, 30 Jul 2015 12:22:33 +0200 From: Nicolas Ferre Organization: atmel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: Alexandre Belloni , Boris BREZILLON CC: , Ludovic Desroches , , Jean-Christophe PLAGNIOL-VILLARD Subject: Re: [PATCH v2 2/3] ARM: at91/dt: add basic dtsi for sama5d2 SoC References: <1438079151-29653-1-git-send-email-nicolas.ferre@atmel.com> <1438079151-29653-3-git-send-email-nicolas.ferre@atmel.com> <20150729150218.GA6073@piout.net> In-Reply-To: <20150729150218.GA6073@piout.net> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.161.30.18] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 997 Lines: 35 Le 29/07/2015 17:02, Alexandre Belloni a ?crit : > Hi, > > On 28/07/2015 at 12:25:50 +0200, Nicolas Ferre wrote : >> + >> + sdmmc0: sdio-host@a0000000 { >> + compatible = "atmel,sama5d2-sdhci"; >> + reg = <0xa0000000 0x300>; >> + interrupts = <31 IRQ_TYPE_LEVEL_HIGH 0>; >> + clocks = <&sdmmc0_hclk>, <&sdmmc0_gclk>, <&main>; >> + clock-names = "hclock", "multclk", "baseclk"; > > Those bindings have not been taken yet. Are you confident enough this > will go in as-is? You're right: I'll remove these nodes as well as the ones about the classD and generated clocks. That way we avoid anticipating on drivers that are not-so-quite-merged-yet-but-probably-will ;-) Bye, >> + status = "disabled"; >> + }; >> + > -- Nicolas Ferre -- 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/