Re: [PATCH 01/15] firmware: qcom: scm: Add ipq4019 soc compatible

2018-02-05 Thread Sricharan R
Hi Rob, On 2/5/2018 11:37 AM, Rob Herring wrote: > On Mon, Jan 29, 2018 at 10:41:15AM +0530, Sricharan R wrote: >> Add the compatible for ipq4019. >> This does not need clocks to do scm calls. >> >> Signed-off-by: Sricharan R >> --- >> Documentation/devicetree/bindings/firmware/qcom,scm.txt | 3

Re: [PATCH 01/15] firmware: qcom: scm: Add ipq4019 soc compatible

2018-02-04 Thread Rob Herring
On Mon, Jan 29, 2018 at 10:41:15AM +0530, Sricharan R wrote: > Add the compatible for ipq4019. > This does not need clocks to do scm calls. > > Signed-off-by: Sricharan R > --- > Documentation/devicetree/bindings/firmware/qcom,scm.txt | 3 ++- > drivers/firmware/qcom_scm.c

[PATCH 01/15] firmware: qcom: scm: Add ipq4019 soc compatible

2018-01-28 Thread Sricharan R
Add the compatible for ipq4019. This does not need clocks to do scm calls. Signed-off-by: Sricharan R --- Documentation/devicetree/bindings/firmware/qcom,scm.txt | 3 ++- drivers/firmware/qcom_scm.c | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git