Re: [PATCH V3] ARM: dts: am57xx-beagle-x15: Add GPIO controlled fan node

From: Nishanth Menon
Date: Mon Jan 05 2015 - 07:47:46 EST


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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/