Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1195893

Re: [PATCH v2 2/3] ARM: at91/dt: add basic dtsi for sama5d2 SoC

From Nicolas Ferre <nicolas.ferre@atmel.com>
Newsgroups linux.kernel
Subject Re: [PATCH v2 2/3] ARM: at91/dt: add basic dtsi for sama5d2 SoC
Date 2015-07-30 12:30 +0200
Message-ID <pRTg6-3W4-1@gated-at.bofh.it> (permalink)
References <pRaiZ-6q0-9@gated-at.bofh.it> <pRaj2-6q0-69@gated-at.bofh.it> <pRB9v-3eW-3@gated-at.bofh.it>
Organization atmel

Show all headers | View raw


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/

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/3] ARM: at91: introducing Atmel sama5d2 SoC Nicolas Ferre <nicolas.ferre@atmel.com> - 2015-07-28 12:30 +0200
  [PATCH v2 2/3] ARM: at91/dt: add basic dtsi for sama5d2 SoC Nicolas Ferre <nicolas.ferre@atmel.com> - 2015-07-28 12:30 +0200
    Re: [PATCH v2 2/3] ARM: at91/dt: add basic dtsi for sama5d2 SoC Nicolas Ferre <nicolas.ferre@atmel.com> - 2015-07-30 12:30 +0200

csiph-web