On Fri, Feb 16, 2018 at 11:35:01AM +0530, Rajendra Nayak wrote: > Add a SoC string 'sdm845' for the qualcomm SDM845 SoC > > Signed-off-by: Rajendra Nayak <rna...@codeaurora.org> > --- > Documentation/devicetree/bindings/arm/qcom.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/arm/qcom.txt > b/Documentation/devicetree/bindings/arm/qcom.txt > index 0ed4d39d7fe1..ee532e705d6c 100644 > --- a/Documentation/devicetree/bindings/arm/qcom.txt > +++ b/Documentation/devicetree/bindings/arm/qcom.txt > @@ -26,6 +26,7 @@ The 'SoC' element must be one of the following strings: > msm8996 > mdm9615 > ipq8074 > + sdm845
These should really be the full string with 'qcom,', but you don't have to fix that now. Reviewed-by: Rob Herring <r...@kernel.org>