[PATCHv6 5/5] hwspinlock/omap: add support for dt nodes
From: Ohad Ben-Cohen <hidden>
Date: 2014-11-13 09:04:34
Also in:
linux-devicetree, linux-omap, lkml
From: Ohad Ben-Cohen <hidden>
Date: 2014-11-13 09:04:34
Also in:
linux-devicetree, linux-omap, lkml
Hi Suman, On Wed, Nov 12, 2014 at 9:50 PM, Suman Anna [off-list ref] wrote:
None of the OMAPs have multiple IP instances, and as such the base-id is an optional property. I have made this change to make sure we atleast attempt to use the value if mentioned in DT and not hard-coding the value to begin with (going by the optional property semantics). If and when multiple instances get added and a secondary node doesn't add the property, the node will not be registered with the core due to an overlap failure.
Ok, that sounds good. Thanks, Ohad.