Re: status="ok" treated as disabled by DM

2021-08-20 Thread Roger Quadros
On 19/08/2021 14:37, Nishanth Menon wrote: > On 14:03-20210819, Roger Quadros wrote: >> Hi, >> >> If the device tree node has status="ok" then the u-boot DM will treat the >> device as disabled. >> There are still quite many devices using "ok" instead of "okay" or no status >> and those device

status="ok" treated as disabled by DM

2021-08-19 Thread Roger Quadros
Hi, If the device tree node has status="ok" then the u-boot DM will treat the device as disabled. There are still quite many devices using "ok" instead of "okay" or no status and those devices will not be bound. What is the right fix? 1) make u-boot DM to treat satus="ok" as enabled. 2) fix dev

Re: status="ok" treated as disabled by DM

2021-08-19 Thread Nishanth Menon
On 14:03-20210819, Roger Quadros wrote: > Hi, > > If the device tree node has status="ok" then the u-boot DM will treat the > device as disabled. > There are still quite many devices using "ok" instead of "okay" or no status > and those devices will not be bound. > > What is the right fix? > 1)