Re: [PATCH] firmware: qcom: scm: Add sdm660 soc compatible

2018-09-24 Thread Bjorn Andersson
On Sat 11 Aug 09:24 PDT 2018, Craig Tatlor wrote: > Add the compatible for SDM660. > This does not need clocks to do scm calls > > Signed-off-by: Craig Tatlor Andy picked my clock-rework patch for the scm driver, so we can now do: compatible = "qcom,scm-sdm660", "qcom,scm"; and get th

Re: [PATCH] firmware: qcom: scm: Add sdm660 soc compatible

2018-08-15 Thread Stephen Boyd
Quoting Craig Tatlor (2018-08-11 09:24:50) > Add the compatible for SDM660. > This does not need clocks to do scm calls > > Signed-off-by: Craig Tatlor > --- > Documentation/devicetree/bindings/firmware/qcom,scm.txt | 1 + > drivers/firmware/qcom_scm.c | 3 +++ > 2 fi

Re: [PATCH] firmware: qcom: scm: Add sdm660 soc compatible

2018-08-14 Thread Rob Herring
On Sat, 11 Aug 2018 17:24:50 +0100, Craig Tatlor wrote: > Add the compatible for SDM660. > This does not need clocks to do scm calls > > Signed-off-by: Craig Tatlor > --- > Documentation/devicetree/bindings/firmware/qcom,scm.txt | 1 + > drivers/firmware/qcom_scm.c |

[PATCH] firmware: qcom: scm: Add sdm660 soc compatible

2018-08-11 Thread Craig Tatlor
Add the compatible for SDM660. This does not need clocks to do scm calls Signed-off-by: Craig Tatlor --- Documentation/devicetree/bindings/firmware/qcom,scm.txt | 1 + drivers/firmware/qcom_scm.c | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Documentation/de