Thread (1 message) 1 message, 1 author, 2013-05-29

Re: [PATCH V3 3/3] ARM: mmc: bcm281xx SDHCI driver (dt mods)

From: Arnd Bergmann <hidden>
Date: 2013-05-29 14:27:20
Also in: linux-arm-kernel, linux-mmc

On Wednesday 29 May 2013, Christian Daudt wrote:
+       sdio0: sdio@0x3f180000 {
+               max-frequency = <48000000>;
+               status = "okay";
+       };
+
On a general note, there is no need to duplicate both the label and the
name here, one of the two is enough. The easiest way to write this
in a board file is

&sdio {
	max-frequency = <48000000>;
	status = "okay";
};

Your version is not wrong though, so

Acked-by: Arnd Bergmann <redacted>
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help