[RFC] [PATCH] ARM: tegra: emc: device tree bindings

Segher Boessenkool segher at kernel.crashing.org
Thu Oct 20 07:13:21 EST 2011


> emc {
>   compatible = "tegra20-emc";
>   nvidia,use-ram-code;
>   emc-tables@<ram-code> {
>      nvidia,ram-code = < <ram-code> >;
>      emc-table@<dummy enumerator> {
>         compatible = "tegra20-emc-table";
>         clock-frequency = < >;
>         nvidia,emc-regs = < >;
>      }
>   }

You need to have a reg in the emc-table node, and #address-cells  
#size-cells
in its parent node.


Segher



More information about the devicetree-discuss mailing list