Re: [RFC PATCH 1/5] dt: Provide a way to remove non-compliant nodes and properties

2023-08-28 Thread Tom Rini
On Sat, Aug 26, 2023 at 02:36:29PM +0530, Sughosh Ganu wrote: > Add a function which is registered to spy for a EVT_FT_FIXUP event, > and removes the non upstreamed nodes and properties from the > devicetree before it gets passed to the OS. > > This allows removing entire nodes, or specific

Re: [RFC PATCH 1/5] dt: Provide a way to remove non-compliant nodes and properties

2023-08-28 Thread Sughosh Ganu
On Sat, 26 Aug 2023 at 16:09, Heinrich Schuchardt wrote: > > On 8/26/23 11:06, Sughosh Ganu wrote: > > Add a function which is registered to spy for a EVT_FT_FIXUP event, > > and removes the non upstreamed nodes and properties from the > > devicetree before it gets passed to the OS. > > > > This

Re: [RFC PATCH 1/5] dt: Provide a way to remove non-compliant nodes and properties

2023-08-28 Thread Sughosh Ganu
On Sat, 26 Aug 2023 at 15:51, Heinrich Schuchardt wrote: > > > > On 8/26/23 11:06, Sughosh Ganu wrote: > > Add a function which is registered to spy for a EVT_FT_FIXUP event, > > and removes the non upstreamed nodes and properties from the > > devicetree before it gets passed to the OS. > > > >

Re: [RFC PATCH 1/5] dt: Provide a way to remove non-compliant nodes and properties

2023-08-26 Thread Heinrich Schuchardt
On 8/26/23 11:06, Sughosh Ganu wrote: Add a function which is registered to spy for a EVT_FT_FIXUP event, and removes the non upstreamed nodes and properties from the devicetree before it gets passed to the OS. This allows removing entire nodes, or specific properties under nodes from the

Re: [RFC PATCH 1/5] dt: Provide a way to remove non-compliant nodes and properties

2023-08-26 Thread Heinrich Schuchardt
On 8/26/23 11:06, Sughosh Ganu wrote: Add a function which is registered to spy for a EVT_FT_FIXUP event, and removes the non upstreamed nodes and properties from the devicetree before it gets passed to the OS. This allows removing entire nodes, or specific properties under nodes from the

[RFC PATCH 1/5] dt: Provide a way to remove non-compliant nodes and properties

2023-08-26 Thread Sughosh Ganu
Add a function which is registered to spy for a EVT_FT_FIXUP event, and removes the non upstreamed nodes and properties from the devicetree before it gets passed to the OS. This allows removing entire nodes, or specific properties under nodes from the devicetree. The required nodes and properties