On 01/03/2015 05:39 PM, Sebastian Reichel wrote:

On Sat, Jan 03, 2015 at 12:30:26PM -0600, Nishanth Menon wrote:
[...]
+               gpio-fan,speed-map = <0    0
+                                     13000 1>;
[...]

iirc DT maintainers prefer this format:

gpio-fan,speed-map = <0     0>,
                      <13000 1>;

This should result in the same .dtb, but is a bit easier to read.

yes indeed.. :( Thanks for catching it. will repost.

Regards,
Nishanth Menon

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to