Re: [PATCH v2] ARM: dts: Fix node status to "okay" on TI boards

2021-09-11 Thread Tom Rini
On Tue, Aug 24, 2021 at 02:07:27PM +0300, Roger Quadros wrote: > As per Device Tree Specification [1], the status parameter of nodes can > be "okay", "disabled", etc. "ok" is not a valid parameter. > > U-boot Driver Model does not recognize status="ok" either and treats > the node as disabled. >

Re: [PATCH v2] ARM: dts: Fix node status to "okay" on TI boards

2021-08-25 Thread Nishanth Menon
On 14:07-20210824, Roger Quadros wrote: > As per Device Tree Specification [1], the status parameter of nodes can > be "okay", "disabled", etc. "ok" is not a valid parameter. > > U-boot Driver Model does not recognize status="ok" either and treats > the node as disabled. > > [1] >

[PATCH v2] ARM: dts: Fix node status to "okay" on TI boards

2021-08-24 Thread Roger Quadros
As per Device Tree Specification [1], the status parameter of nodes can be "okay", "disabled", etc. "ok" is not a valid parameter. U-boot Driver Model does not recognize status="ok" either and treats the node as disabled. [1]