On Mon, 07 Jun 2021 21:09:20 +0530, Sibi Sankar wrote: > The power-domains exposed by AOSS QMP node are used to notify the Always > on Subsystem (AOSS) that a particular co-processor is up/down. These > co-processors enter low-power modes independent to that of the application > processor and their states are expected to remain unaltered across system > suspend/resume cycles. To achieve this behavior let's drop the power-domain > bindings and replace them with generic qmp_send interface instead. > > Signed-off-by: Sibi Sankar <sibis@xxxxxxxxxxxxxx> > Reviewed-by: Stephen Boyd <swboyd@xxxxxxxxxxxx> > --- > > v2: > * Commit message update [Rob] > > .../devicetree/bindings/soc/qcom/qcom,aoss-qmp.txt | 16 ++-------------- > 1 file changed, 2 insertions(+), 14 deletions(-) > Acked-by: Rob Herring <robh@xxxxxxxxxx>