On Fri, Mar 28, 2025 at 01:28:49PM +0000, André Draszik wrote: > The PMIC is supposed to be a child of ACPM, add it here to describe the > connection. > > Signed-off-by: André Draszik <andre.draszik@xxxxxxxxxx> > --- > .../bindings/firmware/google,gs101-acpm-ipc.yaml | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) > > diff --git a/Documentation/devicetree/bindings/firmware/google,gs101-acpm-ipc.yaml b/Documentation/devicetree/bindings/firmware/google,gs101-acpm-ipc.yaml > index 2cdad1bbae73bb1795eccf47e1a58e270acd022c..5524f2af5bda2d29b5113f8fe14ece7f02366a60 100644 > --- a/Documentation/devicetree/bindings/firmware/google,gs101-acpm-ipc.yaml > +++ b/Documentation/devicetree/bindings/firmware/google,gs101-acpm-ipc.yaml > @@ -27,6 +27,16 @@ properties: > mboxes: > maxItems: 1 > > + pmic: > + description: Child node describing the main PMIC. > + type: object > + $ref: /schemas/mfd/samsung,s2mps11.yaml > + unevaluatedProperties: false Drop these two and use "additionalProperties: true". > + > + properties: > + compatible: > + const: samsung,s2mpg10-pmic Best regards, Krzysztof