On Tue, 10 Dec 2019 14:58:45 +0100
Cédric Le Goater wrote:
> Some devices could be initialized in the instance_init handler but not
> realized for configuration reasons. Nodes should not be added in the DT
> for such devices.
>
> Signed-off-by: Cédric Le Goater
> ---
Reviewed-by: Greg Kurz
>
On 10/12/2019 17:53, Greg Kurz wrote:
> On Tue, 10 Dec 2019 14:58:45 +0100
> Cédric Le Goater wrote:
>
>> Some devices could be initialized in the instance_init handler but not
>> realized for configuration reasons. Nodes should not be added in the DT
>> for such devices.
>>
>
> Do you have exam
On Tue, 10 Dec 2019 14:58:45 +0100
Cédric Le Goater wrote:
> Some devices could be initialized in the instance_init handler but not
> realized for configuration reasons. Nodes should not be added in the DT
> for such devices.
>
Do you have examples of such devices to share ?
> Signed-off-by: C