[PATCH V3 3/3] ARM: mmc: bcm281xx SDHCI driver (dt mods)
    Arnd Bergmann 
    arnd at arndb.de
       
    Thu May 30 00:27:20 EST 2013
    
    
  
On Wednesday 29 May 2013, Christian Daudt wrote:
> +       sdio0: sdio at 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 <arnd at arndb.de>
    
    
More information about the devicetree-discuss
mailing list