Message ID | 20191015103221.51345-3-kholk11@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Global Clock Controller driver for MSM8976/56 | expand |
On Tue, 15 Oct 2019 12:32:21 +0200, kholk11@gmail.com wrote: > From: AngeloGioacchino Del Regno <kholk11@gmail.com> > > Document the Global Clock Controller driver (gcc-msm8976) > compatible string. > This driver is valid for MSM8976, MSM8956 and APQ variants. > > Signed-off-by: AngeloGioacchino Del Regno <kholk11@gmail.com> > --- > Documentation/devicetree/bindings/clock/qcom,gcc.txt | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
Hi Angelo, On Tue, 15 Oct 2019 at 14:42, <kholk11@gmail.com> wrote: > > From: AngeloGioacchino Del Regno <kholk11@gmail.com> > > Document the Global Clock Controller driver (gcc-msm8976) > compatible string. > This driver is valid for MSM8976, MSM8956 and APQ variants. > > Signed-off-by: AngeloGioacchino Del Regno <kholk11@gmail.com> > --- > Documentation/devicetree/bindings/clock/qcom,gcc.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/clock/qcom,gcc.txt b/Documentation/devicetree/bindings/clock/qcom,gcc.txt > index d14362ad4132..565bba5df298 100644 > --- a/Documentation/devicetree/bindings/clock/qcom,gcc.txt > +++ b/Documentation/devicetree/bindings/clock/qcom,gcc.txt > @@ -15,6 +15,7 @@ Required properties : > "qcom,gcc-msm8974" > "qcom,gcc-msm8974pro" > "qcom,gcc-msm8974pro-ac" > + "qcom,gcc-msm8976" > "qcom,gcc-msm8994" > "qcom,gcc-msm8996" > "qcom,gcc-msm8998" > -- > 2.21.0 > You should respin this 2-patch series because qcom,gcc.txt was converted to qcom,gcc.yaml and this patch no longer applies. Thanks, -Vladimir
diff --git a/Documentation/devicetree/bindings/clock/qcom,gcc.txt b/Documentation/devicetree/bindings/clock/qcom,gcc.txt index d14362ad4132..565bba5df298 100644 --- a/Documentation/devicetree/bindings/clock/qcom,gcc.txt +++ b/Documentation/devicetree/bindings/clock/qcom,gcc.txt @@ -15,6 +15,7 @@ Required properties : "qcom,gcc-msm8974" "qcom,gcc-msm8974pro" "qcom,gcc-msm8974pro-ac" + "qcom,gcc-msm8976" "qcom,gcc-msm8994" "qcom,gcc-msm8996" "qcom,gcc-msm8998"