Re: [PATCH v1] schemas: Add schema for post-init-providers
Rob Herring <[email protected]>
| Newsgroups | org.kernel.vger.devicetree-spec |
|---|---|
| Message-ID | <CAL_JsqKGpbwYU2qQDgDQzWm++aDieCLEWaREW1aiDHM9uzM6Ew@mail.gmail.com> |
On Tue, Mar 5, 2024 at 6:30 PM Saravana Kannan <[email protected]> wrote: > > The post-init-providers property can be used to break a dependency cycle by > marking some provider(s) as a post device initialization provider(s). This > allows an OS to do a better job at ordering initialization and > suspend/resume of the devices in a dependency cycle. > > Signed-off-by: Saravana Kannan <[email protected]> > --- > dtschema/schemas/post-init-providers.yaml | 105 ++++++++++++++++++++++ > 1 file changed, 105 insertions(+) > create mode 100644 dtschema/schemas/post-init-providers.yaml > > diff --git a/dtschema/schemas/post-init-providers.yaml b/dtschema/schemas/post-init-providers.yaml > new file mode 100644 > index 0000000..92eb9a0 > --- /dev/null > +++ b/dtschema/schemas/post-init-providers.yaml > @@ -0,0 +1,105 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +# Copyright (c) 2020, Google LLC. All rights reserved. 2020? I can fix it up. Rob