* Tero Kristo <t-kristo@xxxxxx> [190410 15:39]: > On 10/04/2019 16:15, Lokesh Vutla wrote: > > Well Ill put it this way. This flag describes that the requested device is a > > shared device across multiple hosts :) > > But that is pure software config, right? Depends on the software design > choices made, which host is going to use which resource. Personally I don't > think this justifies a DT binding, but I might be wrong. I'll let Rob > comment on this. I agree. It's best to stick to basics with the device tree bindings and not put any software flags there. You can configure things on init in the device driver based on compatible and soc_device_match(). Regards, Tony