On Wed, Nov 12, 2014 at 08:56:28AM +0100, Tomeu Vizoso wrote:
[...]
> diff --git 
> a/Documentation/devicetree/bindings/memory-controllers/nvidia,tegra-mc.txt 
> b/Documentation/devicetree/bindings/memory-controllers/nvidia,tegra-mc.txt
[...]
> +Example board file:
> +
> +/ {
> +     memory-controller@0,70019000 {
> +             emc-timings-3 {
> +                     nvidia,ram-code = <3>;

I guess the alternative would be to keep the old names and simply use
the reg property instead of nvidia,ram-code to be compliant with best
practices in DT:

                emc-timings@3 {
                        reg = <3>;

> +
> +                     timing-12750000 {
> +                             clock-frequency = <12750000>;

And:

                        timing@12750000 {
                                reg = <12750000>;

But I haven't been following this series too closely so far, so maybe
that had already been rejected.

Thierry

Attachment: pgpfqu3lbRdls.pgp
Description: PGP signature

Reply via email to